Searched refs:nand_status_op (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_micron.c | 308 ret = nand_status_op(chip, &status); in micron_nand_read_page_on_die_ecc()
|
D | tmio_nand.c | 216 nand_status_op(nand_chip, &status); in tmio_nand_wait()
|
D | nand_base.c | 571 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()
|
D | vf610_nfc.c | 636 ret = nand_status_op(chip, &status); in vf610_nfc_write_page()
|
D | r852.c | 379 nand_status_op(chip, &status); in r852_wait()
|
D | diskonchip.c | 448 nand_status_op(this, NULL); in doc200x_wait()
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 1712 int nand_status_op(struct nand_chip *chip, u8 *status);
|
/Linux-v4.19/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 1074 nand_status_op(chip, NULL); in brcmnand_wp()
|