Lines Matching defs:nvram_parser
48 struct nvram_parser { struct49 enum nvram_parser_state state; argument50 const u8 *data;51 u8 *nvram;52 u32 nvram_len;53 u32 line;54 u32 column;55 u32 pos;56 u32 entry;57 bool multi_dev_v1;58 bool multi_dev_v2;59 bool boardrev_found;