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
216 like the physical address of the controller's first register and its IRQ.
225 So for example arch/.../mach-*/board-*.c files might have code like::
242 And SOC-specific utility code might look something like::
282 small handful.) That might look like::
303 several types. This example shows generic constraints like the fastest SPI
305 is wired, plus chip-specific constraints like an important delay that's
324 Like with other static board-specific setup, you won't unregister those.
360 might look like this unless you're creating a device which is managing
427 - There are also synchronous wrappers like spi_sync(), and wrappers
428 like spi_read(), spi_write(), and spi_write_then_read(). These
439 Some drivers may need to modify spi_device characteristics like the
462 If you like, spi_message_alloc() and spi_message_free() convenience
610 execution contexts like IRQ handlers, tasklets, or workqueues (such
623 like the following:
662 SPI mode 0 would look like the following: