Home
last modified time | relevance | path

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

/u-boot/include/
A Dubi_uboot.h70 extern int ubi_mtd_param_parse(const char *val, struct kernel_param *kp);
/u-boot/drivers/mtd/ubi/
A Dbuild.c1447 static int __init ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse() function
1449 int ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse()
1531 module_param_call(mtd, ubi_mtd_param_parse, NULL, NULL, 000);
/u-boot/cmd/
A Dubi.c451 err = ubi_mtd_param_parse(ubi_mtd_param_buffer, NULL); in ubi_dev_scan()

Completed in 6 milliseconds