Home
last modified time | relevance | path

Searched refs:nand_status_op (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/drivers/mtd/nand/raw/
Dnand_toshiba.c79 ret = nand_status_op(chip, &status); in toshiba_nand_benand_eccstatus()
Dnand_legacy.c546 ret = nand_status_op(chip, NULL); in nand_wait()
Dnand_micron.c320 ret = nand_status_op(chip, &status); in micron_nand_read_page_on_die_ecc()
Dnand_base.c371 ret = nand_status_op(chip, &status); in nand_check_wp()
664 ret = nand_status_op(chip, NULL); in nand_soft_waitrdy()
1638 ret = nand_status_op(chip, &status); in nand_prog_page_end_op()
1690 ret = nand_status_op(chip, &status); in nand_prog_page_op()
1854 int nand_status_op(struct nand_chip *chip, u8 *status) in nand_status_op() function
1890 EXPORT_SYMBOL_GPL(nand_status_op);
1959 ret = nand_status_op(chip, &status); in nand_erase_op()
Dr852.c373 nand_status_op(chip, &status); in r852_wait()
Dvf610_nfc.c630 ret = nand_status_op(chip, &status); in vf610_nfc_write_page()
Dpl35x-nand-controller.c568 ret = nand_status_op(chip, &status); in pl35x_nand_write_page_hwecc()
Darasan-nand-controller.c572 ret = nand_status_op(chip, &status); in anfc_write_page_hw_ecc()
Dmarvell_nand.c1203 ret = nand_status_op(chip, &status); in marvell_nfc_hw_ecc_hmg_do_write_page()
1677 ret = nand_status_op(chip, &status); in marvell_nfc_hw_ecc_bch_write_page()
Dmeson_nand.c439 nand_status_op(nand, NULL); in meson_nfc_wait_no_rb_pin()
/linux-6.6.21/include/linux/mtd/
Drawnand.h1546 int nand_status_op(struct nand_chip *chip, u8 *status);
/linux-6.6.21/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1390 nand_status_op(chip, NULL); in brcmnand_wp()