Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/common/
Dcypress_firmware.h18 struct hexline { struct
19 u8 len;
20 u32 addr;
21 u8 type;
22 u8 data[255];
23 u8 chk;
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddvb-usb.h472 struct hexline { struct
480 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos); argument