Home
last modified time | relevance | path

Searched refs:dirmap_create (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/spi/
H A Dspi-dw-bt1.c223 dws->mem_ops.dirmap_create = dw_spi_bt1_dirmap_create; in dw_spi_bt1_sys_init()
H A Dspi-mem.c702 if (ctlr->mem_ops && ctlr->mem_ops->dirmap_create) in spi_mem_dirmap_create()
703 ret = ctlr->mem_ops->dirmap_create(desc); in spi_mem_dirmap_create()
H A Dspi-wpcm-fiu.c422 .dirmap_create = wpcm_fiu_dirmap_create,
H A Dspi-airoha-snfi.c962 .dirmap_create = airoha_snand_dirmap_create,
H A Dspi-mxic.c576 .dirmap_create = mxic_spi_mem_dirmap_create,
H A Dspi-stm32-qspi.c752 .dirmap_create = stm32_qspi_dirmap_create,
H A Dspi-stm32-ospi.c760 .dirmap_create = stm32_ospi_dirmap_create,
H A Dspi-aspeed-smc.c639 .dirmap_create = aspeed_spi_dirmap_create,
H A Dspi-intel.c862 .dirmap_create = intel_spi_dirmap_create,
/linux/include/linux/spi/
H A Dspi-mem.h222 * ->mem_ops->dirmap_create() or when this function returned an
298 * @dirmap_create: create a direct mapping descriptor that can later be used to
301 * ->dirmap_create()
303 * created by ->dirmap_create(). The function can return less
309 * created by ->dirmap_create(). The function can return less
335 int (*dirmap_create)(struct spi_mem_dirmap_desc *desc); member