/linux-3.4.99/arch/arm/plat-samsung/include/plat/ |
D | nand.h | 56 void (*select_chip)(struct s3c2410_nand_set *, member
|
/linux-3.4.99/drivers/mtd/nand/ |
D | nand_base.c | 140 chip->select_chip(mtd, -1); in nand_release_device() 350 chip->select_chip(mtd, chipnr); in nand_block_bad() 981 chip->select_chip(mtd, chipnr); in nand_unlock() 1030 chip->select_chip(mtd, chipnr); in nand_lock() 1478 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 1575 chip->select_chip(mtd, -1); in nand_do_read_ops() 1576 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 1812 chip->select_chip(mtd, chipnr); in nand_do_read_oob() 1851 chip->select_chip(mtd, -1); in nand_do_read_oob() 1852 chip->select_chip(mtd, chipnr); in nand_do_read_oob() [all …]
|
D | plat_nand.c | 75 data->chip.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
|
D | rtc_from4.c | 249 this->select_chip(mtd, chip); in deplete() 518 this->select_chip = rtc_from4_nand_select_chip; in rtc_from4_init()
|
D | fsmc_nand.c | 326 void (*select_chip)(uint32_t bank, uint32_t busw); member 345 if (host->select_chip) in fsmc_select_chip() 346 host->select_chip(chipnr, in fsmc_select_chip() 1014 host->select_chip = pdata->select_bank; in fsmc_nand_probe() 1040 nand->select_chip = fsmc_select_chip; in fsmc_nand_probe()
|
D | s3c2410.c | 380 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip() 381 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip() 777 chip->select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
|
D | mpc5121_nfc.c | 736 chip->select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe() 751 chip->select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
|
D | ndfc.c | 170 chip->select_chip = ndfc_select_chip; in ndfc_chip_init()
|
D | fsl_upm.c | 172 fun->chip.select_chip = fun_select_chip; in fun_chip_init()
|
D | r852.c | 1074 dev->chip->select_chip(dev->mtd, 0); in r852_resume() 1076 dev->chip->select_chip(dev->mtd, -1); in r852_resume()
|
D | au1550nd.c | 504 this->select_chip = au1550_select_chip; in au1550nd_probe()
|
D | davinci_nand.c | 579 info->chip.select_chip = nand_davinci_select_chip; in nand_davinci_probe()
|
D | diskonchip.c | 1486 this->select_chip = doc2001plus_select_chip; in doc2001plus_init() 1643 nand->select_chip = doc200x_select_chip; in doc_probe()
|
D | sh_flctl.c | 894 nand->select_chip = flctl_select_chip; in flctl_probe()
|
D | cafe_nand.c | 682 cafe->nand.select_chip = cafe_select_chip; in cafe_nand_probe()
|
D | fsl_elbc_nand.c | 790 chip->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
|
D | fsl_ifc_nand.c | 782 chip->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
|
/linux-3.4.99/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.c | 1132 chip->select_chip(mtd, chipnr); in gpmi_block_markbad() 1151 chip->select_chip(mtd, -1); in gpmi_block_markbad() 1204 chip->select_chip(mtd, 0); in mx23_check_transcription_stamp() 1233 chip->select_chip(mtd, saved_chip_number); in mx23_check_transcription_stamp() 1277 chip->select_chip(mtd, 0); in mx23_write_transcription_stamp() 1322 chip->select_chip(mtd, saved_chip_number); in mx23_write_transcription_stamp() 1371 chip->select_chip(mtd, chipnr); in mx23_boot_init() 1374 chip->select_chip(mtd, -1); in mx23_boot_init() 1480 chip->select_chip = gpmi_select_chip; in gpmi_nfc_init()
|
/linux-3.4.99/include/linux/mtd/ |
D | nand.h | 490 void (*select_chip)(struct mtd_info *mtd, int chip); member 650 void (*select_chip)(struct mtd_info *mtd, int chip); member
|
/linux-3.4.99/arch/arm/mach-imx/ |
D | mach-qong.c | 170 .select_chip = qong_nand_select_chip,
|
/linux-3.4.99/arch/arm/mach-s3c24xx/ |
D | mach-osiris.c | 241 .select_chip = osiris_nand_select,
|
D | mach-anubis.c | 228 .select_chip = anubis_nand_select,
|
D | mach-bast.c | 307 .select_chip = bast_nand_select,
|
/linux-3.4.99/arch/arm/mach-pxa/ |
D | balloon3.c | 696 .select_chip = balloon3_nand_select_chip,
|
D | em-x270.c | 355 .select_chip = 0,
|