Searched refs:nand_status_op (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/mtd/nand/raw/ |
| D | nand_toshiba.c | 79 ret = nand_status_op(chip, &status); in toshiba_nand_benand_eccstatus()
|
| D | nand_legacy.c | 546 ret = nand_status_op(chip, NULL); in nand_wait()
|
| D | nand_micron.c | 320 ret = nand_status_op(chip, &status); in micron_nand_read_page_on_die_ecc()
|
| D | tmio_nand.c | 212 nand_status_op(nand_chip, &status); in tmio_nand_wait()
|
| D | nand_base.c | 367 ret = nand_status_op(chip, &status); in nand_check_wp() 662 ret = nand_status_op(chip, NULL); in nand_soft_waitrdy() 1533 ret = nand_status_op(chip, &status); in nand_prog_page_end_op() 1585 ret = nand_status_op(chip, &status); in nand_prog_page_op() 1749 int nand_status_op(struct nand_chip *chip, u8 *status) in nand_status_op() function 1785 EXPORT_SYMBOL_GPL(nand_status_op); 1853 ret = nand_status_op(chip, &status); in nand_erase_op()
|
| D | r852.c | 373 nand_status_op(chip, &status); in r852_wait()
|
| D | vf610_nfc.c | 630 ret = nand_status_op(chip, &status); in vf610_nfc_write_page()
|
| /Linux-v5.15/include/linux/mtd/ |
| D | rawnand.h | 1519 int nand_status_op(struct nand_chip *chip, u8 *status);
|
| /Linux-v5.15/drivers/mtd/nand/raw/brcmnand/ |
| D | brcmnand.c | 1345 nand_status_op(chip, NULL); in brcmnand_wp()
|