Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/dvb-usb/
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);
Ddvb-usb.h526 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos);
Ddib0700_core.c518 while ((ret = dvb_usb_get_hexline(fw, &hx, &pos)) > 0) { in dib0700_download_firmware()