Home
last modified time | relevance | path

Searched refs:nmtd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Ds3c2410.c408 struct s3c2410_nand_mtd *nmtd; in s3c2410_nand_select_chip() local
411 nmtd = nand_get_controller_data(this); in s3c2410_nand_select_chip()
412 info = nmtd->info; in s3c2410_nand_select_chip()
422 if (nmtd->set != NULL && chip > nmtd->set->nr_chips) { in s3c2410_nand_select_chip()
429 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
838 * @nmtd: The new controller MTD instance to fill in.
841 * Initialise the given @nmtd from the information in @info and @set. This
846 struct s3c2410_nand_mtd *nmtd, in s3c2410_nand_init_chip()
850 struct nand_chip *chip = &nmtd in s3c2410_nand_init_chip()
845 s3c2410_nand_init_chip(struct s3c2410_nand_info *info, struct s3c2410_nand_mtd *nmtd, struct s3c2410_nand_set *set) s3c2410_nand_init_chip() argument
1085 struct s3c2410_nand_mtd *nmtd; s3c24xx_nand_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ds3c2410.c404 struct s3c2410_nand_mtd *nmtd; in s3c2410_nand_select_chip() local
407 nmtd = nand_get_controller_data(this); in s3c2410_nand_select_chip()
408 info = nmtd->info; in s3c2410_nand_select_chip()
418 if (nmtd->set != NULL && chip > nmtd->set->nr_chips) { in s3c2410_nand_select_chip()
425 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
782 * @nmtd: The new controller MTD instance to fill in.
785 * Initialise the given @nmtd from the information in @info and @set. This
790 struct s3c2410_nand_mtd *nmtd, in s3c2410_nand_init_chip()
794 struct nand_chip *chip = &nmtd in s3c2410_nand_init_chip()
789 s3c2410_nand_init_chip(struct s3c2410_nand_info *info, struct s3c2410_nand_mtd *nmtd, struct s3c2410_nand_set *set) s3c2410_nand_init_chip() argument
1029 struct s3c2410_nand_mtd *nmtd; s3c24xx_nand_probe() local
[all...]

Completed in 3 milliseconds