Lines Matching defs:data
19 * enum spi_mem_data_dir - Describes the direction of a SPI memory data
21 * @SPI_MEM_DATA_IN: data coming from the SPI memory.
22 * @SPI_MEM_DATA_OUT: data sent to the SPI memory.
44 * @data.buswidth: Number of IO lines used to send/receive the data.
45 * @data.dir: Direction of the transfer.
46 * @data.nbytes: Number of data bytes to transfer.
47 * @data.buf: Input or output data buffer depending on data::dir.
71 } data;