Searched refs:select_chip (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | plat_nand.c | 78 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
|
H A 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()
|
H A D | mxc_nand.c | 139 void (*select_chip)(struct nand_chip *chip, int cs); member 1257 .select_chip = mxc_nand_select_chip_v1_v3, 1281 .select_chip = mxc_nand_select_chip_v1_v3, 1306 .select_chip = mxc_nand_select_chip_v2, 1332 .select_chip = mxc_nand_select_chip_v1_v3, 1358 .select_chip = mxc_nand_select_chip_v1_v3, 1749 this->legacy.select_chip = host->devtype_data->select_chip; in mxcnd_probe()
|
H A D | s3c2410.c | 422 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip() 423 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip() 799 chip->legacy.select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
|
H A D | xway_nand.c | 189 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
|
H A D | mpc5121_nfc.c | 701 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 D | ndfc.c | 144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
|
H A D | hisi504_nand.c | 770 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
|
H A D | cafe_nand.c | 710 cafe->nand.legacy.select_chip = cafe_select_chip; in cafe_nand_probe()
|
H A D | fsl_elbc_nand.c | 703 chip->legacy.select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
|
H A D | fsl_ifc_nand.c | 878 chip->legacy.select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
|
H A D | sh_flctl.c | 1170 nand->legacy.select_chip = flctl_select_chip; in flctl_probe()
|
H A D | nand_base.c | 182 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()
|
/linux/include/linux/platform_data/ |
H A D | mtd-nand-s3c2410.h | 57 void (*select_chip)(struct s3c2410_nand_set *, member
|
/linux/include/linux/mtd/ |
H A D | platnand.h | 57 void (*select_chip)(struct nand_chip *chip, int cs); member
|
H A D | rawnand.h | 1166 void (*select_chip)(struct nand_chip *chip, int cs); member
|
/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
|
/linux/Documentation/driver-api/ |
H A 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.
|