Home
last modified time | relevance | path

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

123

/linux-6.15/drivers/mtd/nand/raw/
H A 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()
H A Dtechnologic-nand-controller.c132 .exec_op = ts72xx_nand_exec_op,
H A Dfsl_upm.c160 .exec_op = fun_exec_op,
H A Dau1550nd.c250 .exec_op = au1550nd_exec_op,
H A Dcs553x_nand.c256 .exec_op = cs553x_exec_op,
H A Dgpio.c174 .exec_op = gpio_nand_exec_op,
H A Dams-delta.c228 .exec_op = gpio_nand_exec_op,
H A 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,
H A Dmxic_nand.c482 .exec_op = mxic_nfc_exec_op,
/linux-6.15/drivers/mtd/nand/spi/
H A Desmt.c141 struct spi_mem_op exec_op = SPINAND_PROG_EXEC_OP(0); in f50l1g41lb_otp_lock() local
154 ret = spi_mem_exec_op(spinand->spimem, &exec_op); in f50l1g41lb_otp_lock()
H A Dmicron.c255 struct spi_mem_op exec_op = SPINAND_PROG_EXEC_OP(0); in mt29f2g01abagd_otp_lock() local
269 ret = spi_mem_exec_op(spinand->spimem, &exec_op); in mt29f2g01abagd_otp_lock()
/linux-6.15/drivers/spi/
H A Dspi-intel.c183 int (*exec_op)(struct intel_spi *ispi, member
792 return iop->exec_op(ispi, mem, iop, op); in intel_spi_exec_mem_op()
832 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_read()
848 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_write()
855 .exec_op = intel_spi_exec_mem_op,
891 .exec_op = __exec_op, \
901 .exec_op = __exec_op, \
H A Dspi-dw-core.c763 if (!dws->mem_ops.exec_op && !(dws->caps & DW_SPI_CAP_CS_OVERRIDE) && in dw_spi_init_mem_ops()
767 dws->mem_ops.exec_op = dw_spi_exec_mem_op; in dw_spi_init_mem_ops()
948 if (dws->mem_ops.exec_op) { in dw_spi_add_host()
H A Dspi-mem.c398 if (ctlr->mem_ops && ctlr->mem_ops->exec_op && !spi_get_csgpiod(mem->spi, 0)) { in spi_mem_exec_op()
403 ret = ctlr->mem_ops->exec_op(mem, op); in spi_mem_exec_op()
541 if (!ctlr->mem_ops || !ctlr->mem_ops->exec_op) { in spi_mem_adjust_op_size()
H A Dspi-rpc-if.c125 .exec_op = rpcif_spi_mem_exec_op,
H A Dspi-ath79.c166 .exec_op = ath79_exec_mem_op,
H A Dspi-gxp.c233 .exec_op = gxp_exec_mem_op,
H A Dspi-realtek-rtl-snand.c345 .exec_op = rtl_snand_exec_op,
H A Dspi-hisi-sfc-v3xx.c374 .exec_op = hisi_sfc_v3xx_exec_op,
H A Dspi-amlogic-spifc-a1.c319 .exec_op = amlogic_spifc_a1_exec_op,
H A Dspi-sg2044-nor.c401 .exec_op = sg2044_spifmc_exec_op,
H A Dspi-cadence-xspi.c852 .exec_op = cdns_xspi_mem_op_execute,
860 .exec_op = marvell_xspi_mem_op_execute,
H A Dspi-microchip-core-qspi.c511 .exec_op = mchp_coreqspi_exec_op,
/linux-6.15/include/linux/spi/
H A Dspi-mem.h332 int (*exec_op)(struct spi_mem *mem, member
/linux-6.15/drivers/mtd/nand/raw/atmel/
H A 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()
2021 .exec_op = atmel_nand_exec_op,
2396 .exec_op = atmel_hsmc_nand_exec_op,
2463 .exec_op = atmel_smc_nand_exec_op,
2479 .exec_op = atmel_smc_nand_exec_op,

123