Searched refs:nand_subop_get_data_start_off (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | vf610_nfc.c | 402 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd() 432 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd()
|
D | tegra_nand.c | 400 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
|
D | arasan-nand-controller.c | 633 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions()
|
D | rockchip-nand-controller.c | 363 start = nand_subop_get_data_start_off(subop, i); in rk_nfc_cmd()
|
D | nand_base.c | 2533 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop, in nand_subop_get_data_start_off() function 2542 EXPORT_SYMBOL_GPL(nand_subop_get_data_start_off); 2564 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len()
|
D | sunxi_nand.c | 1839 start = nand_subop_get_data_start_off(subop, i); in sunxi_nfc_exec_subop()
|
D | cadence-nand-controller.c | 2133 offset = nand_subop_get_data_start_off(subop, op_id); in cadence_nand_cmd_data()
|
D | marvell_nand.c | 1778 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()
|
/linux-6.1.9/include/linux/mtd/ |
D | rawnand.h | 869 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop,
|