Searched refs:dirmap_create (Results 1 – 12 of 12) sorted by relevance
126 .dirmap_create = rpcif_spi_mem_dirmap_create,
223 dws->mem_ops.dirmap_create = dw_spi_bt1_dirmap_create; in dw_spi_bt1_sys_init()
685 if (ctlr->mem_ops && ctlr->mem_ops->dirmap_create) in spi_mem_dirmap_create()686 ret = ctlr->mem_ops->dirmap_create(desc); in spi_mem_dirmap_create()
422 .dirmap_create = wpcm_fiu_dirmap_create,
680 .dirmap_create = npcm_fiu_dirmap_create,
962 .dirmap_create = airoha_snand_dirmap_create,
576 .dirmap_create = mxic_spi_mem_dirmap_create,
757 .dirmap_create = stm32_qspi_dirmap_create,
765 .dirmap_create = stm32_ospi_dirmap_create,
639 .dirmap_create = aspeed_spi_dirmap_create,
857 .dirmap_create = intel_spi_dirmap_create,
335 int (*dirmap_create)(struct spi_mem_dirmap_desc *desc); member