Query: spi_busnum_to_master
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPI_BUSNUM_TO_MASTER(9) Serial Peripheral Interface (S SPI_BUSNUM_TO_MASTER(9)NAMEspi_busnum_to_master - look up master associated with bus_numSYNOPSISstruct spi_master * spi_busnum_to_master(u16 bus_num);ARGUMENTSbus_num the master's bus numberCONTEXTcan sleepDESCRIPTIONThis call may be used with devices that are registered after arch init time. It returns a refcounted pointer to the relevant spi_master (which the caller must release), or NULL if there is no such master registered.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SPI_BUSNUM_TO_MASTER(9)