Searched refs:hexline (Results 1 – 5 of 5) sorted by relevance
/drivers/media/common/ |
D | cypress_firmware.c | 41 struct hexline *hx, int *pos) in cypress_get_hexline() 49 memset(hx, 0, sizeof(struct hexline)); in cypress_get_hexline() 74 struct hexline *hx; in cypress_load_firmware() 77 hx = kmalloc(sizeof(struct hexline), GFP_KERNEL); in cypress_load_firmware()
|
D | cypress_firmware.h | 18 struct hexline { struct
|
/drivers/media/usb/dvb-usb/ |
D | dvb-usb-firmware.c | 38 struct hexline *hx; in usb_cypress_load_firmware() 46 hx = (struct hexline *)buf; in usb_cypress_load_firmware() 124 int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, in dvb_usb_get_hexline() 132 memset(hx,0,sizeof(struct hexline)); in dvb_usb_get_hexline()
|
D | dvb-usb.h | 473 struct hexline { struct 481 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos); argument
|
D | dib0700_core.c | 474 struct hexline hx; in dib0700_download_firmware()
|