Lines Matching full:direct
142 * struct spi_mem_dirmap_info - Direct mapping information
143 * @op_tmpl: operation template that should be used by the direct mapping when
145 * @offset: absolute offset this direct mapping is pointing to
146 * @length: length in byte of this direct mapping
151 * A direct mapping is only valid for one direction (read or write) and this
161 * struct spi_mem_dirmap_desc - Direct mapping descriptor
162 * @mem: the SPI memory device this direct mapping is attached to
163 * @info: information passed at direct mapping creation time
169 * no matter whether the controller supports direct mapping or not
172 * Common part of a direct mapping descriptor. This object is created by
174 * can create/attach direct mapping resources to the descriptor in the ->priv
239 * @dirmap_create: create a direct mapping descriptor that can later be used to
243 * @dirmap_read: read data from the memory device using the direct mapping
249 * @dirmap_write: write data to the memory device using the direct mapping
263 * Note on ->dirmap_{read,write}(): drivers should avoid accessing the direct
267 * use DMA to access this direct mapping.