Lines Matching full:direct
146 * struct spi_mem_dirmap_info - Direct mapping information
147 * @op_tmpl: operation template that should be used by the direct mapping when
149 * @offset: absolute offset this direct mapping is pointing to
150 * @length: length in byte of this direct mapping
155 * A direct mapping is only valid for one direction (read or write) and this
165 * struct spi_mem_dirmap_desc - Direct mapping descriptor
166 * @mem: the SPI memory device this direct mapping is attached to
167 * @info: information passed at direct mapping creation time
173 * no matter whether the controller supports direct mapping or not
176 * Common part of a direct mapping descriptor. This object is created by
178 * can create/attach direct mapping resources to the descriptor in the ->priv
245 * @dirmap_create: create a direct mapping descriptor that can later be used to
249 * @dirmap_read: read data from the memory device using the direct mapping
255 * @dirmap_write: write data to the memory device using the direct mapping
269 * Note on ->dirmap_{read,write}(): drivers should avoid accessing the direct
273 * use DMA to access this direct mapping.