Home
last modified time | relevance | path

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

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