Searched refs:select_chip (Results 1 – 23 of 23) sorted by relevance
| /Linux-v6.1/drivers/mtd/nand/raw/ |
| D | plat_nand.c | 78 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
|
| D | nand_legacy.c | 600 if (!chip->legacy.select_chip) in nand_legacy_set_defaults() 601 chip->legacy.select_chip = nand_select_chip; in nand_legacy_set_defaults() 637 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
|
| D | mxc_nand.c | 138 void (*select_chip)(struct nand_chip *chip, int cs); member 1473 .select_chip = mxc_nand_select_chip_v1_v3, 1497 .select_chip = mxc_nand_select_chip_v1_v3, 1522 .select_chip = mxc_nand_select_chip_v2, 1548 .select_chip = mxc_nand_select_chip_v1_v3, 1574 .select_chip = mxc_nand_select_chip_v1_v3, 1775 this->legacy.select_chip = host->devtype_data->select_chip; in mxcnd_probe()
|
| D | xway_nand.c | 189 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
|
| D | mpc5121_nfc.c | 703 chip->legacy.select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe() 716 chip->legacy.select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
|
| D | s3c2410.c | 429 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip() 430 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip() 858 chip->legacy.select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
|
| D | ndfc.c | 143 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
|
| D | hisi504_nand.c | 770 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
|
| D | cafe_nand.c | 710 cafe->nand.legacy.select_chip = cafe_select_chip; in cafe_nand_probe()
|
| D | fsl_elbc_nand.c | 703 chip->legacy.select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
|
| D | fsl_ifc_nand.c | 877 chip->legacy.select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
|
| D | nand_base.c | 183 if (chip->legacy.select_chip) in nand_select_target() 184 chip->legacy.select_chip(chip, cs); in nand_select_target() 197 if (chip->legacy.select_chip) in nand_deselect_target() 198 chip->legacy.select_chip(chip, -1); in nand_deselect_target()
|
| D | sh_flctl.c | 1172 nand->legacy.select_chip = flctl_select_chip; in flctl_probe()
|
| D | qcom_nandc.c | 3139 chip->legacy.select_chip = qcom_nandc_select_chip; in qcom_nand_host_init_and_register()
|
| /Linux-v6.1/include/linux/platform_data/ |
| D | mtd-nand-s3c2410.h | 57 void (*select_chip)(struct s3c2410_nand_set *, member
|
| /Linux-v6.1/include/linux/mtd/ |
| D | platnand.h | 57 void (*select_chip)(struct nand_chip *chip, int cs); member
|
| D | rawnand.h | 1139 void (*select_chip)(struct nand_chip *chip, int cs); member
|
| /Linux-v6.1/arch/arm/mach-s3c/ |
| D | mach-anubis.c | 212 .select_chip = anubis_nand_select,
|
| D | mach-osiris.c | 228 .select_chip = osiris_nand_select,
|
| D | mach-bast.c | 288 .select_chip = bast_nand_select,
|
| /Linux-v6.1/drivers/mtd/nand/raw/bcm47xxnflash/ |
| D | ops_bcm4706.c | 382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
|
| /Linux-v6.1/arch/arm/mach-pxa/ |
| D | balloon3.c | 685 .select_chip = balloon3_nand_select_chip,
|
| /Linux-v6.1/Documentation/driver-api/ |
| D | mtdnand.rst | 305 provide an own select_chip function. This function must (de)select the 309 select_chip function can handle the requested number of chips.
|