Lines Matching full:like
27 Unlike serial busses like USB or SMBus, even low level protocols for
29 (except for commodities like SPI memory chips).
43 - Sometimes SPI is used to daisy-chain devices, like shift registers.
78 sensors and codecs, to memory, to peripherals like USB controllers
137 for those calls, including ones for common transaction types like writing
152 data to filesystems stored on SPI flash like DataFlash; and others might
215 like the physical address of the controller's first register and its IRQ.
224 So for example arch/.../mach-*/board-*.c files might have code like:
241 And SOC-specific utility code might look something like:
281 small handful.) That might look like:
302 several types. This example shows generic constraints like the fastest SPI
304 is wired, plus chip-specific constraints like an important delay that's
323 Like with other static board-specific setup, you won't unregister those.
367 might look like this unless you're creating a device which is managing
433 - There are also synchronous wrappers like spi_sync(), and wrappers
434 like spi_read(), spi_write(), and spi_write_then_read(). These
445 Some drivers may need to modify spi_device characteristics like the
468 If you like, spi_message_alloc() and spi_message_free() convenience
604 execution contexts like IRQ handlers, tasklets, or workqueues (such