Searched refs:select_chip (Results 1 – 11 of 11) sorted by relevance
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()
189 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
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()
144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
770 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
703 chip->legacy.select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
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()
1170 nand->legacy.select_chip = flctl_select_chip; in flctl_probe()
57 void (*select_chip)(struct nand_chip *chip, int cs); member
1166 void (*select_chip)(struct nand_chip *chip, int cs); member
305 provide an own select_chip function. This function must (de)select the309 select_chip function can handle the requested number of chips.