Lines Matching full:direct
199 * struct spi_mem_dirmap_info - Direct mapping information
200 * @op_tmpl: operation template that should be used by the direct mapping when
202 * @offset: absolute offset this direct mapping is pointing to
203 * @length: length in byte of this direct mapping
208 * A direct mapping is only valid for one direction (read or write) and this
218 * struct spi_mem_dirmap_desc - Direct mapping descriptor
219 * @mem: the SPI memory device this direct mapping is attached to
220 * @info: information passed at direct mapping creation time
226 * no matter whether the controller supports direct mapping or not
229 * Common part of a direct mapping descriptor. This object is created by
231 * can create/attach direct mapping resources to the descriptor in the ->priv
298 * @dirmap_create: create a direct mapping descriptor that can later be used to
302 * @dirmap_read: read data from the memory device using the direct mapping
308 * @dirmap_write: write data to the memory device using the direct mapping
322 * Note on ->dirmap_{read,write}(): drivers should avoid accessing the direct
326 * use DMA to access this direct mapping.