Searched defs:hexline (Results 1 – 2 of 2) sorted by relevance
19 struct hexline { struct20 u8 len;21 u32 addr;22 u8 type;23 u8 data[255];24 u8 chk;
518 struct hexline { struct526 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos); argument