Lines Matching refs: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
202 like the physical address of the controller's first register and its IRQ.
211 So for example arch/.../mach-*/board-*.c files might have code like:
228 And SOC-specific utility code might look something like:
268 small handful.) That might look like:
289 several types. This example shows generic constraints like the fastest SPI
291 is wired, plus chip-specific constraints like an important delay that's
354 might look like this unless you're creating a device which is managing
420 - There are also synchronous wrappers like spi_sync(), and wrappers
421 like spi_read(), spi_write(), and spi_write_then_read(). These
432 Some drivers may need to modify spi_device characteristics like the
455 If you like, spi_message_alloc() and spi_message_free() convenience
591 execution contexts like IRQ handlers, tasklets, or workqueues (such