Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/mtd/nand/raw/
Dplat_nand.c62 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
Dnand_legacy.c596 if (!chip->legacy.select_chip) in nand_legacy_set_defaults()
597 chip->legacy.select_chip = nand_select_chip; in nand_legacy_set_defaults()
633 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
1474 .select_chip = mxc_nand_select_chip_v1_v3,
1498 .select_chip = mxc_nand_select_chip_v1_v3,
1523 .select_chip = mxc_nand_select_chip_v2,
1549 .select_chip = mxc_nand_select_chip_v1_v3,
1575 .select_chip = mxc_nand_select_chip_v1_v3,
1841 this->legacy.select_chip = host->devtype_data->select_chip; in mxcnd_probe()
Dxway_nand.c177 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
Dmpc5121_nfc.c687 chip->legacy.select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
702 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()
856 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()
Dau1550nd.c428 this->legacy.select_chip = au1550_select_chip; in au1550nd_probe()
Dfsl_upm.c169 fun->chip.legacy.select_chip = fun_select_chip; in fun_chip_init()
Ddavinci_nand.c752 info->chip.legacy.select_chip = nand_davinci_select_chip; in nand_davinci_probe()
Ddiskonchip.c1398 this->legacy.select_chip = doc2001plus_select_chip; in doc2001plus_init()
1577 nand->legacy.select_chip = doc200x_select_chip; in doc_probe()
Dhisi504_nand.c777 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
Dtango_nand.c568 chip->legacy.select_chip = tango_select_chip; in chip_init()
Dcafe_nand.c712 cafe->nand.legacy.select_chip = cafe_select_chip; in cafe_nand_probe()
/Linux-v5.4/include/linux/platform_data/
Dmtd-nand-s3c2410.h57 void (*select_chip)(struct s3c2410_nand_set *, member
/Linux-v5.4/include/linux/mtd/
Dplatnand.h57 void (*select_chip)(struct nand_chip *chip, int cs); member
Drawnand.h993 void (*select_chip)(struct nand_chip *chip, int cs); member
/Linux-v5.4/arch/arm/mach-imx/
Dmach-qong.c160 .select_chip = qong_nand_select_chip,
/Linux-v5.4/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-v5.4/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v5.4/arch/arm/mach-pxa/
Dballoon3.c685 .select_chip = balloon3_nand_select_chip,
Dem-x270.c346 .select_chip = 0,
/Linux-v5.4/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c366 chip->legacy.select_chip = ingenic_nand_select_chip; in ingenic_nand_init_chip()

12