Query: spi_sync_locked
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPI_SYNC_LOCKED(9) Serial Peripheral Interface (S SPI_SYNC_LOCKED(9)NAMEspi_sync_locked - version of spi_sync with exclusive bus usageSYNOPSISint spi_sync_locked(struct spi_device * spi, struct spi_message * message);ARGUMENTSspi device with which data will be exchanged message describes the data transfersCONTEXTcan sleepDESCRIPTIONThis call may only be used from a context that may sleep. The sleep is non-interruptible, and has no timeout. Low-overhead controller drivers may DMA directly into and out of the message buffers. This call should be used by drivers that require exclusive access to the SPI bus. It has to be preceded by a spi_bus_lock call. The SPI bus must be released by a spi_bus_unlock call when the exclusive access is over. It returns zero on success, else a negative error code.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SPI_SYNC_LOCKED(9)
Related Man Pages |
---|
spi_async(9) - suse |
at-spi-registryd(1) - opensolaris |
struct_spi_board_info(9) - centos |
struct_spi_driver(9) - suse |
struct_spi_transfer(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |