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

/linux-master/drivers/spi/
H A Dspi-rpc-if.c126 .dirmap_create = rpcif_spi_mem_dirmap_create,
H A Dspi-dw-bt1.c221 dws->mem_ops.dirmap_create = dw_spi_bt1_dirmap_create;
H A Dspi-mem.c603 if (ctlr->mem_ops && ctlr->mem_ops->dirmap_create)
604 ret = ctlr->mem_ops->dirmap_create(desc);
H A Dspi-wpcm-fiu.c422 .dirmap_create = wpcm_fiu_dirmap_create,
H A Dspi-mxic.c568 .dirmap_create = mxic_spi_mem_dirmap_create,
H A Dspi-npcm-fiu.c685 .dirmap_create = npcm_fiu_dirmap_create,
H A Dspi-stm32-qspi.c764 .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,
/linux-master/include/linux/spi/
H A Dspi-mem.h169 * ->mem_ops->dirmap_create() or when this function returned an
245 * @dirmap_create: create a direct mapping descriptor that can later be used to
248 * ->dirmap_create()
250 * created by ->dirmap_create(). The function can return less
256 * created by ->dirmap_create(). The function can return less
282 int (*dirmap_create)(struct spi_mem_dirmap_desc *desc); member in struct:spi_controller_mem_ops

Completed in 170 milliseconds