Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_micron.c308 ret = nand_status_op(chip, &status); in micron_nand_read_page_on_die_ecc()
Dtmio_nand.c216 nand_status_op(nand_chip, &status); in tmio_nand_wait()
Dnand_base.c571 ret = nand_status_op(chip, &status); in nand_check_wp()
720 ret = nand_status_op(chip, NULL); in nand_soft_waitrdy()
1133 ret = nand_status_op(chip, NULL); in nand_wait()
1782 ret = nand_status_op(chip, &status); in nand_exec_prog_page_op()
1856 ret = nand_status_op(chip, &status); in nand_prog_page_end_op()
2041 int nand_status_op(struct nand_chip *chip, u8 *status) in nand_status_op() function
2067 EXPORT_SYMBOL_GPL(nand_status_op);
2138 ret = nand_status_op(chip, &status); in nand_erase_op()
Dvf610_nfc.c636 ret = nand_status_op(chip, &status); in vf610_nfc_write_page()
Dr852.c379 nand_status_op(chip, &status); in r852_wait()
Ddiskonchip.c448 nand_status_op(this, NULL); in doc200x_wait()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1712 int nand_status_op(struct nand_chip *chip, u8 *status);
/Linux-v4.19/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1074 nand_status_op(chip, NULL); in brcmnand_wp()