Home
last modified time | relevance | path

Searched refs:exec_op (Results 1 – 25 of 57) sorted by relevance

123

/linux-6.1.9/drivers/mtd/nand/raw/
Dinternals.h118 !chip->controller->ops->exec_op) in nand_has_exec_op()
130 return chip->controller->ops->exec_op(chip, op, true); in nand_check_op()
142 return chip->controller->ops->exec_op(chip, op, false); in nand_exec_op()
Dfsl_upm.c159 .exec_op = fun_exec_op,
Dau1550nd.c250 .exec_op = au1550nd_exec_op,
Dcs553x_nand.c256 .exec_op = cs553x_exec_op,
Dgpio.c174 .exec_op = gpio_nand_exec_op,
Dams-delta.c228 .exec_op = gpio_nand_exec_op,
Ddiskonchip.c359 this->controller->ops->exec_op(this, &op, false); in doc200x_readid()
1290 .exec_op = doc200x_exec_op,
1295 .exec_op = doc2001plus_exec_op,
Dmxic_nand.c482 .exec_op = mxic_nfc_exec_op,
Ddavinci_nand.c706 .exec_op = davinci_nand_exec_op,
Dintel-nand-controller.c564 .exec_op = ebu_nand_exec_op,
/linux-6.1.9/drivers/spi/
Dspi-intel.c178 int (*exec_op)(struct intel_spi *ispi, member
795 return iop->exec_op(ispi, mem, iop, op); in intel_spi_exec_mem_op()
835 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_read()
851 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_write()
857 .exec_op = intel_spi_exec_mem_op,
893 .exec_op = __exec_op, \
903 .exec_op = __exec_op, \
Dspi-dw-core.c767 if (!dws->mem_ops.exec_op && !(dws->caps & DW_SPI_CAP_CS_OVERRIDE) && in dw_spi_init_mem_ops()
771 dws->mem_ops.exec_op = dw_spi_exec_mem_op; in dw_spi_init_mem_ops()
934 if (dws->mem_ops.exec_op) in dw_spi_add_host()
Dspi-rpc-if.c125 .exec_op = rpcif_spi_mem_exec_op,
Dspi-ath79.c166 .exec_op = ath79_exec_mem_op,
Dspi-gxp.c234 .exec_op = gxp_exec_mem_op,
Dspi-mem.c333 ret = ctlr->mem_ops->exec_op(mem, op); in spi_mem_exec_op()
463 if (!ctlr->mem_ops || !ctlr->mem_ops->exec_op) { in spi_mem_adjust_op_size()
Dspi-hisi-sfc-v3xx.c374 .exec_op = hisi_sfc_v3xx_exec_op,
Dspi-cadence-xspi.c442 .exec_op = cdns_xspi_mem_op_execute,
Dspi-microchip-core-qspi.c497 .exec_op = mchp_coreqspi_exec_op,
Dspi-zynq-qspi.c620 .exec_op = zynq_qspi_exec_mem_op,
Dspi-rockchip-sfc.c534 .exec_op = rockchip_sfc_exec_mem_op,
Datmel-quadspi.c473 .exec_op = atmel_qspi_exec_op,
/linux-6.1.9/include/linux/spi/
Dspi-mem.h273 int (*exec_op)(struct spi_mem *mem, member
/linux-6.1.9/drivers/mtd/nand/raw/atmel/
Dnand-controller.c205 int (*exec_op)(struct atmel_nand *nand, member
1553 return nc->caps->ops->exec_op(nand, op, check_only); in atmel_nand_exec_op()
2022 .exec_op = atmel_nand_exec_op,
2394 .exec_op = atmel_hsmc_nand_exec_op,
2461 .exec_op = atmel_smc_nand_exec_op,
2477 .exec_op = atmel_smc_nand_exec_op,
/linux-6.1.9/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c342 .exec_op = ingenic_nand_exec_op,

123