Home
last modified time | relevance | path

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

123

/linux/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,
H A Dintel-nand-controller.c564 .exec_op = ebu_nand_exec_op,
/linux/drivers/mtd/nand/spi/
H A Desmt.c142 struct spi_mem_op exec_op = SPINAND_OP(spinand, prog_exec, 0); in f50l1g41lb_otp_lock() local
155 ret = spi_mem_exec_op(spinand->spimem, &exec_op); in f50l1g41lb_otp_lock()
H A Dmicron.c255 struct spi_mem_op exec_op = SPINAND_OP(spinand, prog_exec, 0); in mt29f2g01abagd_otp_lock() local
269 ret = spi_mem_exec_op(spinand->spimem, &exec_op); in mt29f2g01abagd_otp_lock()
/linux/drivers/spi/
H A Dspi-intel.c184 int (*exec_op)(struct intel_spi *ispi, member
798 return iop->exec_op(ispi, mem, iop, op); in intel_spi_exec_mem_op()
838 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_read()
854 ret = iop->exec_op(ispi, desc->mem, iop, &op); in intel_spi_dirmap_write()
861 .exec_op = intel_spi_exec_mem_op,
897 .exec_op = __exec_op, \
907 .exec_op = __exec_op, \
H A Dspi-dw-core.c778 if (!dws->mem_ops.exec_op && !(dws->caps & DW_SPI_CAP_CS_OVERRIDE) && in dw_spi_init_mem_ops()
782 dws->mem_ops.exec_op = dw_spi_exec_mem_op; in dw_spi_init_mem_ops()
976 if (dws->mem_ops.exec_op) { in dw_spi_add_controller()
H A Dspi-mem.c415 if (ctlr->mem_ops && ctlr->mem_ops->exec_op && !spi_get_csgpiod(mem->spi, 0)) { in spi_mem_exec_op()
421 ret = ctlr->mem_ops->exec_op(mem, op); in spi_mem_exec_op()
560 if (!ctlr->mem_ops || !ctlr->mem_ops->exec_op) { in spi_mem_adjust_op_size()
H A Dspi-rpc-if.c138 .exec_op = rpcif_spi_mem_exec_op,
H A Dspi-hisi-sfc-v3xx.c374 .exec_op = hisi_sfc_v3xx_exec_op,
H A Dspi-wpcm-fiu.c421 .exec_op = wpcm_fiu_exec_op,
H A Dspi-zynq-qspi.c627 .exec_op = zynq_qspi_exec_mem_op,
H A Dspi-sn-f-ospi.c579 .exec_op = f_ospi_exec_op,
H A Dspi-atcspi200.c401 .exec_op = atcspi_exec_mem_op,
H A Dspi-microchip-core-qspi.c572 .exec_op = mchp_coreqspi_exec_op,
/linux/include/linux/spi/
H A Dspi-mem.h348 int (*exec_op)(struct spi_mem *mem, member
/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c205 int (*exec_op)(struct atmel_nand *nand, member
1568 return nc->caps->ops->exec_op(nand, op, check_only); in atmel_nand_exec_op()
2036 .exec_op = atmel_nand_exec_op,
2409 .exec_op = atmel_hsmc_nand_exec_op,
2476 .exec_op = atmel_smc_nand_exec_op,
2492 .exec_op = atmel_smc_nand_exec_op,
/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c341 .exec_op = ingenic_nand_exec_op,

123