Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi-mem.h282 int (*dirmap_create)(struct spi_mem_dirmap_desc *desc); member
/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.c603 if (ctlr->mem_ops && ctlr->mem_ops->dirmap_create) in spi_mem_dirmap_create()
604 ret = ctlr->mem_ops->dirmap_create(desc); in spi_mem_dirmap_create()
H A Dspi-npcm-fiu.c685 .dirmap_create = npcm_fiu_dirmap_create,
H A Dspi-mxic.c568 .dirmap_create = mxic_spi_mem_dirmap_create,
H A Dspi-airoha-snfi.c951 .dirmap_create = airoha_snand_dirmap_create,
H A Dspi-stm32-qspi.c762 .dirmap_create = stm32_qspi_dirmap_create,
H A Dspi-aspeed-smc.c644 .dirmap_create = aspeed_spi_dirmap_create,
H A Dspi-intel.c853 .dirmap_create = intel_spi_dirmap_create,