Home
last modified time | relevance | path

Searched refs:nand_subop (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/mtd/
Drawnand.h1014 struct nand_subop { struct
1021 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, argument
1023 unsigned int nand_subop_get_num_addr_cyc(const struct nand_subop *subop,
1025 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop,
1027 unsigned int nand_subop_get_data_len(const struct nand_subop *subop,
1118 int (*exec)(struct nand_chip *chip, const struct nand_subop *subop);
/Linux-v4.19/drivers/mtd/nand/raw/
Dmarvell_nand.c1535 const struct nand_subop *subop, in marvell_nfc_parse_instructions()
1625 const struct nand_subop *subop, in marvell_nfc_xfer_data_pio()
1656 const struct nand_subop *subop) in marvell_nfc_monolithic_access_exec()
1720 const struct nand_subop *subop) in marvell_nfc_naked_access_exec()
1792 const struct nand_subop *subop) in marvell_nfc_naked_waitrdy_exec()
1806 const struct nand_subop *subop) in marvell_nfc_read_id_type_exec()
1846 const struct nand_subop *subop) in marvell_nfc_read_status_exec()
1886 const struct nand_subop *subop) in marvell_nfc_reset_cmd_type_exec()
1915 const struct nand_subop *subop) in marvell_nfc_erase_cmd_type_exec()
Dvf610_nfc.c361 vf610_get_next_instr(const struct nand_subop *subop, int *op_id) in vf610_get_next_instr()
372 const struct nand_subop *subop) in vf610_nfc_cmd()
Dnand_base.c2385 struct nand_subop subop;
2665 static bool nand_subop_instr_is_valid(const struct nand_subop *subop, in nand_subop_instr_is_valid()
2671 static unsigned int nand_subop_get_start_off(const struct nand_subop *subop, in nand_subop_get_start_off()
2691 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, in nand_subop_get_addr_start_off()
2713 unsigned int nand_subop_get_num_addr_cyc(const struct nand_subop *subop, in nand_subop_get_num_addr_cyc()
2745 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop, in nand_subop_get_data_start_off()
2767 unsigned int nand_subop_get_data_len(const struct nand_subop *subop, in nand_subop_get_data_len()
Dtegra_nand.c348 const struct nand_subop *subop) in tegra_nand_cmd()