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