Lines Matching defs:nvram_parser
51 struct nvram_parser { struct52 enum nvram_parser_state state; argument53 const u8 *data;54 u8 *nvram;55 u32 nvram_len;56 u32 line;57 u32 column;58 u32 pos;59 u32 entry;60 bool multi_dev_v1;61 bool multi_dev_v2;62 bool boardrev_found;63 bool strip_mac;