Home
last modified time | relevance | path

Searched refs:dummy_controller (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/mtd/nand/raw/
Dsm_common.c194 chip->legacy.dummy_controller.ops = &sm_controller_ops; in sm_register_device()
Dhisi504_nand.c786 chip->legacy.dummy_controller.ops = &hisi_nfc_controller_ops; in hisi_nfc_probe()
Dlpc32xx_mlc.c793 nand_chip->legacy.dummy_controller.ops = &lpc32xx_nand_controller_ops; in lpc32xx_nand_probe()
Dcafe_nand.c780 cafe->nand.legacy.dummy_controller.ops = &cafe_nand_controller_ops; in cafe_nand_probe()
Dlpc32xx_slc.c920 chip->legacy.dummy_controller.ops = &lpc32xx_nand_controller_ops; in lpc32xx_nand_probe()
Dsh_flctl.c1187 nand->legacy.dummy_controller.ops = &flctl_nand_controller_ops; in flctl_probe()
Dmxc_nand.c1811 this->legacy.dummy_controller.ops = &mxcnd_controller_ops; in mxcnd_probe()
Dnand_base.c4716 chip->controller = &chip->legacy.dummy_controller; in nand_set_defaults()
/linux-6.1.9/include/linux/mtd/
Drawnand.h1156 struct nand_controller dummy_controller; member