Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dsm_common.c128 static struct nand_flash_dev nand_smartmedia_flash_ids[] = {
149 static struct nand_flash_dev nand_xd_flash_ids[] = {
188 struct nand_flash_dev *flash_ids; in sm_register_device()
Dinternals.h68 extern struct nand_flash_dev nand_flash_ids[];
Dnand_ids.c23 struct nand_flash_dev nand_flash_ids[] = {
Dnand_base.c4547 static void nand_decode_id(struct nand_chip *chip, struct nand_flash_dev *type) in nand_decode_id()
4581 static inline bool is_full_id_nand(struct nand_flash_dev *type) in is_full_id_nand()
4587 struct nand_flash_dev *type) in find_full_id_nand()
4688 static int nand_detect(struct nand_chip *chip, struct nand_flash_dev *type) in nand_detect()
5052 struct nand_flash_dev *table) in nand_scan_ident()
5916 struct nand_flash_dev *ids) in nand_scan_with_ids()
/kernel/linux/linux-5.10/drivers/usb/storage/
Dsddr09.c107 struct nand_flash_dev { struct
147 static struct nand_flash_dev nand_flash_ids[] = {
172 static struct nand_flash_dev *
1136 static struct nand_flash_dev *
1138 struct nand_flash_dev *cardinfo; in sddr09_get_cardinfo()
1587 struct nand_flash_dev *cardinfo; in sddr09_transport()
/kernel/linux/linux-5.10/include/linux/mtd/
Drawnand.h1376 struct nand_flash_dev { struct
1492 struct nand_flash_dev *ids);
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch35744 +static struct nand_flash_dev spi_nand_dev;
35746 +static struct nand_flash_dev *spi_nand_get_flash_info(struct mtd_info *mtd,
35755 + struct nand_flash_dev *type = &spi_nand_dev;
35788 + FMC_PR(BT_DBG, "\t|-Save struct nand_flash_dev info\n");
37614 + struct nand_flash_dev *(*probe)(unsigned char *id);
37633 +static struct nand_flash_dev *hynix_probe_v02(unsigned char *id)
37635 + struct nand_flash_dev *type = &g_nand_dev.flash_dev;
37653 +static struct nand_flash_dev *samsung_probe_v02(unsigned char *id)
37655 + struct nand_flash_dev *type = &g_nand_dev.flash_dev;
38489 +struct nand_flash_dev *hifmc_get_spl_flash_type(struct mtd_info *mtd,
[all …]
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch326691 +static struct nand_flash_dev spi_nand_dev;
326693 +static struct nand_flash_dev *spi_nand_get_flash_info(struct mtd_info *mtd,
326702 + struct nand_flash_dev *type = &spi_nand_dev;
326735 + FMC_PR(BT_DBG, "\t|-Save struct nand_flash_dev info\n");
328561 + struct nand_flash_dev *(*probe)(unsigned char *id);
328580 +static struct nand_flash_dev *hynix_probe_v02(unsigned char *id)
328582 + struct nand_flash_dev *type = &g_nand_dev.flash_dev;
328600 +static struct nand_flash_dev *samsung_probe_v02(unsigned char *id)
328602 + struct nand_flash_dev *type = &g_nand_dev.flash_dev;
329436 +struct nand_flash_dev *hifmc_get_spl_flash_type(struct mtd_info *mtd,
[all …]