Searched refs:vid_hdr_offs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | build.c | 53 * @vid_hdr_offs: VID header offset 59 int vid_hdr_offs; member 1269 p->vid_hdr_offs, p->max_beb_per1024); in ubi_init() 1438 p->vid_hdr_offs = bytes_str_to_int(token); in ubi_mtd_param_parse() 1440 if (p->vid_hdr_offs < 0) in ubi_mtd_param_parse() 1441 return p->vid_hdr_offs; in ubi_mtd_param_parse() 1472 MODULE_PARM_DESC(mtd, "MTD devices to attach. Parameter format: mtd=<name|num|path>[,<vid_hdr_offs>[,max_beb_per1024[,ubi_num]]].\n" 1475 "Optional \"vid_hdr_offs\" parameter specifies UBI VID header position to be used by UBI. (default value if 0)\n"
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | build.c | 54 * @vid_hdr_offs: VID header offset 61 int vid_hdr_offs; member 1275 p->vid_hdr_offs, p->max_beb_per1024, in ubi_init() 1444 p->vid_hdr_offs = bytes_str_to_int(token); in ubi_mtd_param_parse() 1446 if (p->vid_hdr_offs < 0) in ubi_mtd_param_parse() 1447 return p->vid_hdr_offs; in ubi_mtd_param_parse() 1490 MODULE_PARM_DESC(mtd, "MTD devices to attach. Parameter format: mtd=<name|num|path>[,<vid_hdr_offs>[,max_beb_per1024[,ubi_num]]].\n" 1493 "Optional \"vid_hdr_offs\" parameter specifies UBI VID header position to be used by UBI. (default value if 0)\n"
|
Completed in 4 milliseconds