Home
last modified time | relevance | path

Searched defs:ihex_binrec (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dihex.h18 struct ihex_binrec { struct
24 static inline uint16_t ihex_binrec_size(const struct ihex_binrec *p) in ihex_binrec_size() argument
/Linux-v5.4/tools/firmware/
Dihex2fw.c28 struct ihex_binrec { struct
29 struct ihex_binrec *next; /* not part of the real data structure */ argument
30 uint32_t addr;
54 static void file_record(struct ihex_binrec *record); argument