Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c338 chip->select_chip(mtd, chipnr); in nand_block_bad()
366 chip->select_chip(mtd, -1); in nand_block_bad()
1001 chip->select_chip(mtd, chipnr); in nand_unlock()
1023 chip->select_chip(mtd, -1); in nand_unlock()
1060 chip->select_chip(mtd, chipnr); in nand_lock()
1097 chip->select_chip(mtd, -1); in nand_lock()
1563 chip->select_chip(mtd, chipnr); in nand_do_read_ops()
1702 chip->select_chip(mtd, -1); in nand_do_read_ops()
1703 chip->select_chip(mtd, chipnr); in nand_do_read_ops()
1706 chip->select_chip(mtd, -1); in nand_do_read_ops()
[all …]
Dplat_nand.c71 data->chip.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
Dmxc_nand.c153 void (*select_chip)(struct mtd_info *mtd, int chip); member
1211 .select_chip = mxc_nand_select_chip_v1_v3,
1236 .select_chip = mxc_nand_select_chip_v1_v3,
1262 .select_chip = mxc_nand_select_chip_v2,
1288 .select_chip = mxc_nand_select_chip_v1_v3,
1315 .select_chip = mxc_nand_select_chip_v1_v3,
1513 this->select_chip = host->devtype_data->select_chip; in mxcnd_probe()
Djz4740_nand.c371 chip->select_chip(mtd, 0); in jz_nand_detect_bank()
378 chip->select_chip(mtd, chipnr); in jz_nand_detect_bank()
453 chip->select_chip = jz_nand_select_chip; in jz_nand_probe()
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()
1004 host->select_chip = pdata->select_bank; in fsmc_nand_probe()
1030 nand->select_chip = fsmc_select_chip; in fsmc_nand_probe()
Dxway_nand.c176 .select_chip = xway_select_chip,
Ds3c2410.c405 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip()
406 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
793 chip->select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
Dmpc5121_nfc.c712 chip->select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
726 chip->select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
Dndfc.c159 chip->select_chip = ndfc_select_chip; in ndfc_chip_init()
Dfsl_upm.c173 fun->chip.select_chip = fun_select_chip; in fun_chip_init()
Dau1550nd.c454 this->select_chip = au1550_select_chip; in au1550nd_probe()
Dr852.c1051 dev->chip->select_chip(dev->mtd, 0); in r852_resume()
1053 dev->chip->select_chip(dev->mtd, -1); in r852_resume()
Ddavinci_nand.c668 info->chip.select_chip = nand_davinci_select_chip; in nand_davinci_probe()
Dhisi504_nand.c746 chip->select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
Ddiskonchip.c1420 this->select_chip = doc2001plus_select_chip; in doc2001plus_init()
1579 nand->select_chip = doc200x_select_chip; in doc_probe()
Dfsl_elbc_nand.c762 chip->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
Dcafe_nand.c628 cafe->nand.select_chip = cafe_select_chip; in cafe_nand_probe()
Dfsl_ifc_nand.c894 chip->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
Dsh_flctl.c1139 nand->select_chip = flctl_select_chip; in flctl_probe()
Ddocg4.c1236 nand->select_chip = docg4_select_chip; in init_mtd_structs()
Dsunxi_nand.c1228 nand->select_chip = sunxi_nfc_select_chip; in sunxi_nand_chip_init()
Ddenali.c1461 denali->nand.select_chip = denali_select_chip; in denali_init()
Dpxa3xx_nand.c1651 chip->select_chip = pxa3xx_nand_select_chip; in alloc_nand_resource()
Datmel_nand.c2139 nand_chip->select_chip = nfc_select_chip; in atmel_nand_probe()
/linux-4.1.27/include/linux/platform_data/
Dmtd-nand-s3c2410.h58 void (*select_chip)(struct s3c2410_nand_set *, member
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1548 chip->select_chip(mtd, chipnr); in gpmi_block_markbad()
1567 chip->select_chip(mtd, -1); in gpmi_block_markbad()
1616 chip->select_chip(mtd, 0); in mx23_check_transcription_stamp()
1644 chip->select_chip(mtd, saved_chip_number); in mx23_check_transcription_stamp()
1687 chip->select_chip(mtd, 0); in mx23_write_transcription_stamp()
1730 chip->select_chip(mtd, saved_chip_number); in mx23_write_transcription_stamp()
1779 chip->select_chip(mtd, chipnr); in mx23_boot_init()
1782 chip->select_chip(mtd, -1); in mx23_boot_init()
1904 chip->select_chip = gpmi_select_chip; in gpmi_nand_init()
Dgpmi-lib.c931 nand->select_chip(mtd, 0); in enable_edo_mode()
947 nand->select_chip(mtd, -1); in enable_edo_mode()
963 nand->select_chip(mtd, -1); in enable_edo_mode()
/linux-4.1.27/arch/arm/mach-imx/
Dmach-qong.c170 .select_chip = qong_nand_select_chip,
/linux-4.1.27/include/linux/mtd/
Dnand.h652 void (*select_chip)(struct mtd_info *mtd, int chip); member
894 void (*select_chip)(struct mtd_info *mtd, int chip); member
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-osiris.c240 .select_chip = osiris_nand_select,
Dmach-anubis.c225 .select_chip = anubis_nand_select,
Dmach-bast.c301 .select_chip = bast_nand_select,
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/
Dops_bcm4706.c388 b47n->nand_chip.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
/linux-4.1.27/arch/arm/mach-pxa/
Dballoon3.c692 .select_chip = balloon3_nand_select_chip,
Dem-x270.c352 .select_chip = 0,
/linux-4.1.27/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c906 chip->select_chip = spinand_select_chip; in spinand_probe()