Searched refs:nand_status_op (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/mtd/nand/raw/ |
| D | nand_toshiba.c | 79 ret = nand_status_op(chip, &status); in toshiba_nand_benand_eccstatus()
|
| D | nand_legacy.c | 545 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 | 329 ret = nand_status_op(chip, &status); in nand_check_wp() 620 ret = nand_status_op(chip, NULL); in nand_soft_waitrdy() 1342 ret = nand_status_op(chip, &status); in nand_exec_prog_page_op() 1415 ret = nand_status_op(chip, &status); in nand_prog_page_end_op() 1600 int nand_status_op(struct nand_chip *chip, u8 *status) in nand_status_op() function 1624 EXPORT_SYMBOL_GPL(nand_status_op); 1691 ret = nand_status_op(chip, &status); in nand_erase_op()
|
| D | tango_nand.c | 344 err = nand_status_op(chip, &status); in tango_write_page()
|
| D | vf610_nfc.c | 630 ret = nand_status_op(chip, &status); in vf610_nfc_write_page()
|
| D | r852.c | 373 nand_status_op(chip, &status); in r852_wait()
|
| /Linux-v5.10/include/linux/mtd/ |
| D | rawnand.h | 1343 int nand_status_op(struct nand_chip *chip, u8 *status);
|
| /Linux-v5.10/drivers/mtd/nand/raw/brcmnand/ |
| D | brcmnand.c | 1342 nand_status_op(chip, NULL); in brcmnand_wp()
|