/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_base.c | 1286 chip->select_chip(mtd, chipnr); in nand_setup_data_interface() 1289 chip->select_chip(mtd, -1); in nand_setup_data_interface() 1304 chip->select_chip(mtd, chipnr); in nand_setup_data_interface() 1307 chip->select_chip(mtd, -1); in nand_setup_data_interface() 1325 chip->select_chip(mtd, chipnr); in nand_setup_data_interface() 1327 chip->select_chip(mtd, -1); in nand_setup_data_interface() 2813 chip->select_chip(mtd, chipnr); in nand_reset() 2815 chip->select_chip(mtd, -1); in nand_reset() 3552 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 3690 chip->select_chip(mtd, -1); in nand_do_read_ops() [all …]
|
D | plat_nand.c | 67 data->chip.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
|
D | jz4740_nand.c | 339 chip->select_chip(mtd, 0); in jz_nand_detect_bank() 346 chip->select_chip(mtd, chipnr); in jz_nand_detect_bank() 431 chip->select_chip = jz_nand_select_chip; in jz_nand_probe()
|
D | mxc_nand.c | 139 void (*select_chip)(struct mtd_info *mtd, int chip); member 1491 .select_chip = mxc_nand_select_chip_v1_v3, 1515 .select_chip = mxc_nand_select_chip_v1_v3, 1540 .select_chip = mxc_nand_select_chip_v2, 1566 .select_chip = mxc_nand_select_chip_v1_v3, 1592 .select_chip = mxc_nand_select_chip_v1_v3, 1849 this->select_chip = host->devtype_data->select_chip; in mxcnd_probe()
|
D | xway_nand.c | 178 data->chip.select_chip = xway_select_chip; in xway_nand_probe()
|
D | s3c2410.c | 442 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip() 443 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip() 857 chip->select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
|
D | mpc5121_nfc.c | 709 chip->select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe() 724 chip->select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
|
D | ndfc.c | 156 chip->select_chip = ndfc_select_chip; in ndfc_chip_init()
|
D | fsl_upm.c | 175 fun->chip.select_chip = fun_select_chip; in fun_chip_init()
|
D | au1550nd.c | 452 this->select_chip = au1550_select_chip; in au1550nd_probe()
|
D | r852.c | 1048 dev->chip->select_chip(mtd, 0); in r852_resume() 1050 dev->chip->select_chip(mtd, -1); in r852_resume()
|
D | jz4780_nand.c | 282 chip->select_chip = jz4780_nand_select_chip; in jz4780_nand_init_chip()
|
D | davinci_nand.c | 770 info->chip.select_chip = nand_davinci_select_chip; in nand_davinci_probe()
|
D | hisi504_nand.c | 796 chip->select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
|
/Linux-v4.19/include/linux/platform_data/ |
D | mtd-nand-s3c2410.h | 60 void (*select_chip)(struct s3c2410_nand_set *, member
|
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/ |
D | gpmi-nand.c | 1560 chip->select_chip(mtd, chipnr); in gpmi_block_markbad() 1573 chip->select_chip(mtd, -1); in gpmi_block_markbad() 1622 chip->select_chip(mtd, 0); in mx23_check_transcription_stamp() 1650 chip->select_chip(mtd, saved_chip_number); in mx23_check_transcription_stamp() 1693 chip->select_chip(mtd, 0); in mx23_write_transcription_stamp() 1725 chip->select_chip(mtd, saved_chip_number); in mx23_write_transcription_stamp() 1774 chip->select_chip(mtd, chipnr); in mx23_boot_init() 1777 chip->select_chip(mtd, -1); in mx23_boot_init() 1912 chip->select_chip = gpmi_select_chip; in gpmi_nand_init()
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | mach-qong.c | 170 .select_chip = qong_nand_select_chip,
|
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | mach-anubis.c | 220 .select_chip = anubis_nand_select,
|
D | mach-osiris.c | 236 .select_chip = osiris_nand_select,
|
D | mach-bast.c | 296 .select_chip = bast_nand_select,
|
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | ops_bcm4706.c | 388 b47n->nand_chip.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 1294 void (*select_chip)(struct mtd_info *mtd, int chip); member 1601 void (*select_chip)(struct mtd_info *mtd, int chip); member
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | balloon3.c | 692 .select_chip = balloon3_nand_select_chip,
|
D | em-x270.c | 350 .select_chip = 0,
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 923 chip->select_chip = spinand_select_chip; in spinand_probe()
|