Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c1286 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 …]
Dplat_nand.c67 data->chip.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
Djz4740_nand.c339 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()
Dmxc_nand.c139 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()
Dxway_nand.c178 data->chip.select_chip = xway_select_chip; in xway_nand_probe()
Ds3c2410.c442 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()
Dmpc5121_nfc.c709 chip->select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
724 chip->select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
Dndfc.c156 chip->select_chip = ndfc_select_chip; in ndfc_chip_init()
Dfsl_upm.c175 fun->chip.select_chip = fun_select_chip; in fun_chip_init()
Dau1550nd.c452 this->select_chip = au1550_select_chip; in au1550nd_probe()
Dr852.c1048 dev->chip->select_chip(mtd, 0); in r852_resume()
1050 dev->chip->select_chip(mtd, -1); in r852_resume()
Djz4780_nand.c282 chip->select_chip = jz4780_nand_select_chip; in jz4780_nand_init_chip()
Ddavinci_nand.c770 info->chip.select_chip = nand_davinci_select_chip; in nand_davinci_probe()
Dhisi504_nand.c796 chip->select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
/Linux-v4.19/include/linux/platform_data/
Dmtd-nand-s3c2410.h60 void (*select_chip)(struct s3c2410_nand_set *, member
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c1560 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/
Dmach-qong.c170 .select_chip = qong_nand_select_chip,
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-anubis.c220 .select_chip = anubis_nand_select,
Dmach-osiris.c236 .select_chip = osiris_nand_select,
Dmach-bast.c296 .select_chip = bast_nand_select,
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c388 b47n->nand_chip.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1294 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/
Dballoon3.c692 .select_chip = balloon3_nand_select_chip,
Dem-x270.c350 .select_chip = 0,
/Linux-v4.19/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c923 chip->select_chip = spinand_select_chip; in spinand_probe()

12