Home
last modified time | relevance | path

Searched refs:ubi_mtd_param_parse (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dubi_uboot.h70 extern int ubi_mtd_param_parse(const char *val, struct kernel_param *kp);
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c1445 static int __init ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse() function
1447 int ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse()
1529 module_param_call(mtd, ubi_mtd_param_parse, NULL, NULL, 000);
/openbmc/u-boot/cmd/
H A Dubi.c406 err = ubi_mtd_param_parse(ubi_mtd_param_buffer, NULL); in ubi_dev_scan()
/openbmc/linux/drivers/mtd/ubi/
H A Dbuild.c1396 static int ubi_mtd_param_parse(const char *val, const struct kernel_param *kp) in ubi_mtd_param_parse() function
1489 module_param_call(mtd, ubi_mtd_param_parse, NULL, NULL, 0400);