Searched refs:ubi_mtd_param_parse (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ubi_uboot.h | 70 extern int ubi_mtd_param_parse(const char *val, struct kernel_param *kp);
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 1446 static int __init ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse() function 1448 int ubi_mtd_param_parse(const char *val, struct kernel_param *kp) in ubi_mtd_param_parse() 1530 module_param_call(mtd, ubi_mtd_param_parse, NULL, NULL, 000);
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | build.c | 1367 static int ubi_mtd_param_parse(const char *val, const struct kernel_param *kp) in ubi_mtd_param_parse() function 1448 module_param_call(mtd, ubi_mtd_param_parse, NULL, NULL, 0400);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ubi.c | 429 err = ubi_mtd_param_parse(ubi_mtd_param_buffer, NULL); in ubi_dev_scan()
|