Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
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()
637 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
H A Dxway_nand.c189 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()
H A Dhisi504_nand.c770 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
H A Dfsl_elbc_nand.c703 chip->legacy.select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
H A Dnand_base.c183 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()
H A Dsh_flctl.c1170 nand->legacy.select_chip = flctl_select_chip; in flctl_probe()
/linux/include/linux/mtd/
H A Dplatnand.h57 void (*select_chip)(struct nand_chip *chip, int cs); member
H A Drawnand.h1166 void (*select_chip)(struct nand_chip *chip, int cs); member
/linux/Documentation/driver-api/
H A 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.