Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/platform_data/
Dmtd-nand-s3c2410.h57 void (*select_chip)(struct s3c2410_nand_set *, member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dplat_nand.c80 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
Dnand_legacy.c599 if (!chip->legacy.select_chip) in nand_legacy_set_defaults()
600 chip->legacy.select_chip = nand_select_chip; in nand_legacy_set_defaults()
636 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
Dmxc_nand.c139 void (*select_chip)(struct nand_chip *chip, int cs); member
1475 .select_chip = mxc_nand_select_chip_v1_v3,
1499 .select_chip = mxc_nand_select_chip_v1_v3,
1524 .select_chip = mxc_nand_select_chip_v2,
1550 .select_chip = mxc_nand_select_chip_v1_v3,
1576 .select_chip = mxc_nand_select_chip_v1_v3,
1844 this->legacy.select_chip = host->devtype_data->select_chip; in mxcnd_probe()
Dxway_nand.c191 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
Dmpc5121_nfc.c704 chip->legacy.select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
717 chip->legacy.select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
Ds3c2410.c428 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip()
429 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
857 chip->legacy.select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
Dndfc.c144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
Dhisi504_nand.c775 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
Dfsl_elbc_nand.c704 chip->legacy.select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
Dcafe_nand.c708 cafe->nand.legacy.select_chip = cafe_select_chip; in cafe_nand_probe()
Dnand_base.c182 if (chip->legacy.select_chip) in nand_select_target()
183 chip->legacy.select_chip(chip, cs); in nand_select_target()
196 if (chip->legacy.select_chip) in nand_deselect_target()
197 chip->legacy.select_chip(chip, -1); in nand_deselect_target()
Dfsl_ifc_nand.c878 chip->legacy.select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
Dsh_flctl.c1172 nand->legacy.select_chip = flctl_select_chip; in flctl_probe()
Dqcom_nandc.c2825 chip->legacy.select_chip = qcom_nandc_select_chip; in qcom_nand_host_init_and_register()
/kernel/linux/linux-5.10/include/linux/mtd/
Dplatnand.h57 void (*select_chip)(struct nand_chip *chip, int cs); member
Drawnand.h1113 void (*select_chip)(struct nand_chip *chip, int cs); member
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dmach-anubis.c217 .select_chip = anubis_nand_select,
Dmach-osiris.c233 .select_chip = osiris_nand_select,
Dmach-bast.c293 .select_chip = bast_nand_select,
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dballoon3.c685 .select_chip = balloon3_nand_select_chip,
/kernel/linux/linux-5.10/Documentation/driver-api/
Dmtdnand.rst305 provide an own select_chip function. This function must (de)select the
309 select_chip function can handle the requested number of chips.
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch32243 + chip->select_chip = hifmc100_select_chip;
37018 + chip->select_chip = hifmc100_select_chip;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch323190 + chip->select_chip = hifmc100_select_chip;
327965 + chip->select_chip = hifmc100_select_chip;