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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dbuild.c44 * @vid_hdr_offs: VID header offset
50 int vid_hdr_offs; member in struct:mtd_dev_param
696 err = attach_mtd_dev(p->name, p->vid_hdr_offs, p->data_offs);
819 p->vid_hdr_offs = bytes_str_to_int(tokens[1]);
823 if (p->vid_hdr_offs < 0)
824 return p->vid_hdr_offs;
834 "mtd=<name|num>[,<vid_hdr_offs>,<data_offs>]. "
837 "Optional \"vid_hdr_offs\" and \"data_offs\" parameters "

Completed in 58 milliseconds