| /linux/drivers/mtd/nand/raw/ |
| H A D | internals.h | 125 const struct nand_operation *op) in nand_check_op() 134 const struct nand_operation *op) in nand_exec_op()
|
| H A D | nand_base.c | 1153 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_sp_exec_read_page_op() 1196 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_lp_exec_read_page_op() 1275 struct nand_operation start_op = NAND_OPERATION(chip->cur_cs, start_instrs); in nand_lp_exec_cont_read_page_op() 1276 struct nand_operation cont_op = NAND_OPERATION(chip->cur_cs, cont_instrs); in nand_lp_exec_cont_read_page_op() 1409 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_read_param_page_op() 1468 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_change_read_column_op() 1551 struct nand_operation op = NAND_DESTRUCTIVE_OPERATION(chip->cur_cs, in nand_exec_prog_page_op() 1657 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_prog_page_end_op() 1776 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_change_write_column_op() 1831 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_readid_op() [all …]
|
| H A D | nand_hynix.c | 77 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in hynix_nand_cmd_op() 96 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in hynix_nand_reg_write_op()
|
| H A D | technologic-nand-controller.c | 113 const struct nand_operation *op, bool check_only) in ts72xx_nand_exec_op()
|
| H A D | nand_toshiba.c | 42 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in toshiba_nand_benand_read_eccstatus_op()
|
| H A D | fsl_upm.c | 132 static int fun_exec_op(struct nand_chip *chip, const struct nand_operation *op, in fun_exec_op()
|
| H A D | au1550nd.c | 211 const struct nand_operation *op, in au1550nd_exec_op()
|
| H A D | cs553x_nand.c | 193 const struct nand_operation *op, in cs553x_exec_op()
|
| H A D | nand_macronix.c | 268 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); in nand_power_down_op()
|
| H A D | gpio.c | 138 const struct nand_operation *op, in gpio_nand_exec_op()
|
| H A D | ams-delta.c | 140 const struct nand_operation *op, bool check_only) in gpio_nand_exec_op()
|
| H A D | diskonchip.c | 354 struct nand_operation op = NAND_OPERATION(cs, instrs); in doc200x_readid() 564 const struct nand_operation *op, in doc200x_exec_op() 639 const struct nand_operation *op, in doc2001plus_exec_op()
|
| H A D | mxic_nand.c | 389 const struct nand_operation *op, bool check_only) in mxic_nfc_exec_op()
|
| H A D | arasan-nand-controller.c | 904 const struct nand_operation *op) in anfc_check_op() 959 const struct nand_operation *op, in anfc_exec_op()
|
| H A D | intel-nand-controller.c | 515 const struct nand_operation *op, bool check_only) in ebu_nand_exec_op()
|
| H A D | meson_nand.c | 1003 const struct nand_operation *op) in meson_nfc_check_op() 1028 const struct nand_operation *op, bool check_only) in meson_nfc_exec_op()
|
| H A D | pl35x-nand-controller.c | 774 const struct nand_operation *op, in pl35x_nfc_exec_op()
|
| H A D | tegra_nand.c | 470 const struct nand_operation *op, in tegra_nand_exec_op()
|
| H A D | nuvoton-ma35d1-nand-controller.c | 827 const struct nand_operation *op, in ma35_nfc_exec_op()
|
| H A D | denali.c | 1149 const struct nand_operation *op, bool check_only) in denali_exec_op()
|
| H A D | cadence-nand-controller.c | 2193 const struct nand_operation nand_op = { in cadence_nand_cmd_erase() 2317 const struct nand_operation *op, in cadence_nand_exec_op()
|
| H A D | mxc_nand.c | 1676 const struct nand_operation *op, bool check_only) in mxcnd_exec_op()
|
| H A D | mtk_nand.c | 510 const struct nand_operation *op, in mtk_nfc_exec_op()
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 1013 struct nand_operation { struct 1037 const struct nand_operation *op, bool check_only); argument 1101 const struct nand_operation *op,
|
| /linux/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 268 const struct nand_operation *op); 270 const struct nand_operation *op); 2455 const struct nand_operation *op) in brcmnand_exec_instr() 2512 static int brcmnand_op_is_status(const struct nand_operation *op) in brcmnand_op_is_status() 2523 static int brcmnand_op_is_reset(const struct nand_operation *op) in brcmnand_op_is_reset() 2535 const struct nand_operation *op) in brcmnand_check_instructions() 2541 const struct nand_operation *op) in brcmnand_exec_instructions() 2557 const struct nand_operation *op) in brcmnand_check_instructions_legacy() 2585 const struct nand_operation *op) in brcmnand_exec_instructions_legacy() 2707 const struct nand_operation *op, in brcmnand_exec_op()
|