Searched refs:dvb_usb_get_hexline (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-firmware.c | 54 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); variable
|
H A D | dvb-usb.h | 501 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos);
|
H A D | dib0700_core.c | 518 while ((ret = dvb_usb_get_hexline(fw, &hx, &pos)) > 0) { in dib0700_download_firmware()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-firmware.c | 54 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); variable
|
H A D | dvb-usb.h | 526 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos);
|
H A D | dib0700_core.c | 518 while ((ret = dvb_usb_get_hexline(fw, &hx, &pos)) > 0) { in dib0700_download_firmware()
|
Completed in 6 milliseconds