Home
last modified time | relevance | path

Searched refs:select_chip (Results 1 – 25 of 29) sorted by relevance

12

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dnand.h56 void (*select_chip)(struct s3c2410_nand_set *, member
/linux-3.4.99/drivers/mtd/nand/
Dnand_base.c140 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 …]
Dplat_nand.c75 data->chip.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
Drtc_from4.c249 this->select_chip(mtd, chip); in deplete()
518 this->select_chip = rtc_from4_nand_select_chip; in rtc_from4_init()
Dfsmc_nand.c326 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()
Ds3c2410.c380 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()
Dmpc5121_nfc.c736 chip->select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
751 chip->select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
Dndfc.c170 chip->select_chip = ndfc_select_chip; in ndfc_chip_init()
Dfsl_upm.c172 fun->chip.select_chip = fun_select_chip; in fun_chip_init()
Dr852.c1074 dev->chip->select_chip(dev->mtd, 0); in r852_resume()
1076 dev->chip->select_chip(dev->mtd, -1); in r852_resume()
Dau1550nd.c504 this->select_chip = au1550_select_chip; in au1550nd_probe()
Ddavinci_nand.c579 info->chip.select_chip = nand_davinci_select_chip; in nand_davinci_probe()
Ddiskonchip.c1486 this->select_chip = doc2001plus_select_chip; in doc2001plus_init()
1643 nand->select_chip = doc200x_select_chip; in doc_probe()
Dsh_flctl.c894 nand->select_chip = flctl_select_chip; in flctl_probe()
Dcafe_nand.c682 cafe->nand.select_chip = cafe_select_chip; in cafe_nand_probe()
Dfsl_elbc_nand.c790 chip->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
Dfsl_ifc_nand.c782 chip->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
/linux-3.4.99/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1132 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/
Dnand.h490 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/
Dmach-qong.c170 .select_chip = qong_nand_select_chip,
/linux-3.4.99/arch/arm/mach-s3c24xx/
Dmach-osiris.c241 .select_chip = osiris_nand_select,
Dmach-anubis.c228 .select_chip = anubis_nand_select,
Dmach-bast.c307 .select_chip = bast_nand_select,
/linux-3.4.99/arch/arm/mach-pxa/
Dballoon3.c696 .select_chip = balloon3_nand_select_chip,
Dem-x270.c355 .select_chip = 0,

12