Lines Matching full:like
28 Unlike serial busses like USB or SMBus, even low level protocols for
30 (except for commodities like SPI memory chips).
44 - Sometimes SPI is used to daisy-chain devices, like shift registers.
79 sensors and codecs, to memory, to peripherals like USB controllers
138 for those calls, including ones for common transaction types like writing
155 data to filesystems stored on SPI flash like DataFlash; and others might
219 like the physical address of the controller's first register and its IRQ.
228 So for example arch/.../mach-*/board-*.c files might have code like::
245 And SOC-specific utility code might look something like::
285 small handful.) That might look like::
306 several types. This example shows generic constraints like the fastest SPI
308 is wired, plus chip-specific constraints like an important delay that's
327 Like with other static board-specific setup, you won't unregister those.
372 might look like this unless you're creating a device which is managing
440 - There are also synchronous wrappers like spi_sync(), and wrappers
441 like spi_read(), spi_write(), and spi_write_then_read(). These
452 Some drivers may need to modify spi_device characteristics like the
475 If you like, spi_message_alloc() and spi_message_free() convenience
623 execution contexts like IRQ handlers, tasklets, or workqueues (such