Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dmarvell_nand.c1123 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_hmg_read_oob_raw()
1220 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_hmg_write_oob_raw()
1472 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_read_oob_raw()
1479 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_read_oob()
1656 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_write_oob_raw()
1666 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_write_oob()
Dsunxi_nand.c1338 u8 *buf = nand_get_data_buf(nand); in sunxi_nfc_hw_ecc_read_oob()
1346 u8 *buf = nand_get_data_buf(nand); in sunxi_nfc_hw_ecc_write_oob()
Dqcom_nandc.c1679 data_buf = nand_get_data_buf(chip); in check_for_erased_page()
1682 nand_get_data_buf(chip); in check_for_erased_page()
Dnand_bbt.c901 u8 *pagebuf = nand_get_data_buf(this); in nand_memory_bbt()
Dnand_base.c2644 read_buf = nand_get_data_buf(chip); in nand_monolithic_read_page_raw()
3621 write_buf = nand_get_data_buf(chip); in nand_monolithic_write_page_raw()
4030 wbuf = nand_get_data_buf(chip); in nand_do_write_ops()
/kernel/linux/linux-5.10/include/linux/mtd/
Drawnand.h1539 static inline void *nand_get_data_buf(struct nand_chip *chip) in nand_get_data_buf() function
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c1816 u8 *buffer = nand_get_data_buf(chip); in mx23_check_transcription_stamp()
1876 u8 *buffer = nand_get_data_buf(chip); in mx23_write_transcription_stamp()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c2109 buf = nand_get_data_buf(chip); in brcmstb_nand_verify_erased_page()