Searched refs:nand_subop_get_data_start_off (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/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 | 645 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions()
|
D | rockchip-nand-controller.c | 362 start = nand_subop_get_data_start_off(subop, i); in rk_nfc_cmd()
|
D | nand_base.c | 2637 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop, in nand_subop_get_data_start_off() function 2646 EXPORT_SYMBOL_GPL(nand_subop_get_data_start_off); 2668 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len()
|
D | sunxi_nand.c | 1806 start = nand_subop_get_data_start_off(subop, i); in sunxi_nfc_exec_subop()
|
D | marvell_nand.c | 1807 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()
|
D | cadence-nand-controller.c | 2179 offset = nand_subop_get_data_start_off(subop, op_id); in cadence_nand_cmd_data()
|
/linux-6.6.21/include/linux/mtd/ |
D | rawnand.h | 873 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop,
|