Searched refs:dirmap_create (Results 1 – 10 of 10) sorted by relevance
223 dws->mem_ops.dirmap_create = dw_spi_bt1_dirmap_create; in dw_spi_bt1_sys_init()
702 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()
422 .dirmap_create = wpcm_fiu_dirmap_create,
962 .dirmap_create = airoha_snand_dirmap_create,
576 .dirmap_create = mxic_spi_mem_dirmap_create,
752 .dirmap_create = stm32_qspi_dirmap_create,
760 .dirmap_create = stm32_ospi_dirmap_create,
639 .dirmap_create = aspeed_spi_dirmap_create,
862 .dirmap_create = intel_spi_dirmap_create,
222 * ->mem_ops->dirmap_create() or when this function returned an298 * @dirmap_create: create a direct mapping descriptor that can later be used to301 * ->dirmap_create()303 * created by ->dirmap_create(). The function can return less309 * created by ->dirmap_create(). The function can return less335 int (*dirmap_create)(struct spi_mem_dirmap_desc *desc); member