Home
last modified time | relevance | path

Searched refs:dvb_usb_get_hexline (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c54 while ((ret = dvb_usb_get_hexline(fw, hx, &pos)) > 0) { in usb_cypress_load_firmware()
124 int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, in dvb_usb_get_hexline() function
155 EXPORT_SYMBOL(dvb_usb_get_hexline);
H A Ddvb-usb.h526 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos);
H A Ddib0700_core.c518 while ((ret = dvb_usb_get_hexline(fw, &hx, &pos)) > 0) { in dib0700_download_firmware()