Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dplat_nand.c80 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
H A 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()
633 * ->legacy.select_chip() both expect ->legacy.cmd_ctrl() to be in nand_legacy_check_hooks()
636 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
H A 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()
H A 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()
H A Dxway_nand.c191 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
H A 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()
H A Dndfc.c144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
H A Dhisi504_nand.c775 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dplat_nand.c78 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
H A Dnand_legacy.c600 if (!chip->legacy.select_chip) in nand_legacy_set_defaults()
601 chip->legacy.select_chip = nand_select_chip; in nand_legacy_set_defaults()
634 * ->legacy.select_chip() both expect ->legacy.cmd_ctrl() to be in nand_legacy_check_hooks()
637 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
H A Dmxc_nand.c137 void (*select_chip)(struct nand_chip *chip, int cs); member
1472 .select_chip = mxc_nand_select_chip_v1_v3,
1496 .select_chip = mxc_nand_select_chip_v1_v3,
1521 .select_chip = mxc_nand_select_chip_v2,
1547 .select_chip = mxc_nand_select_chip_v1_v3,
1573 .select_chip = mxc_nand_select_chip_v1_v3,
1761 this->legacy.select_chip = host->devtype_data->select_chip; in mxcnd_probe()
H A Ds3c2410.c424 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip()
425 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
801 chip->legacy.select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
H A Dxway_nand.c190 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
H A Dmpc5121_nfc.c701 chip->legacy.select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
714 chip->legacy.select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
H A Dndfc.c144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h57 void (*select_chip)(struct s3c2410_nand_set *, member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h57 void (*select_chip)(struct s3c2410_nand_set *, member
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dplatnand.h44 * @select_chip: platform specific chip select function
57 void (*select_chip)(struct nand_chip *chip, int cs); member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dplatnand.h44 * @select_chip: platform specific chip select function
57 void (*select_chip)(struct nand_chip *chip, int cs); member
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-anubis.c217 .select_chip = anubis_nand_select,
H A Dmach-osiris.c233 .select_chip = osiris_nand_select,
H A Dmach-bast.c293 .select_chip = bast_nand_select,
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dballoon3.c685 .select_chip = balloon3_nand_select_chip,
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()

Completed in 21 milliseconds

12