Searched refs:frontend_attach (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-devattr.c | 203 .frontend_attach = pvr2_lgdt3303_attach, 263 .frontend_attach = pvr2_lgdt3302_attach, 352 .frontend_attach = pvr2_tda10048_attach, 460 .frontend_attach = pvr2_s5h1409_attach, 465 .frontend_attach = pvr2_s5h1411_attach, 531 .frontend_attach = pvr2_dual_fe_attach, 536 .frontend_attach = pvr2_lgdt3306a_attach,
|
| H A D | pvrusb2-dvb.h | 39 int (*frontend_attach) (struct pvr2_dvb_adapter *); member
|
| H A D | pvrusb2-dvb.c | 328 if (dvb_props->frontend_attach == NULL) { in pvr2_dvb_frontend_init() 335 if (dvb_props->frontend_attach(adap) == 0 && adap->fe[0]) { in pvr2_dvb_frontend_init()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 4047 .frontend_attach = stk7700p_frontend_attach, 4107 .frontend_attach = bristol_frontend_attach, 4115 .frontend_attach = bristol_frontend_attach, 4151 .frontend_attach = stk7700d_frontend_attach, 4163 .frontend_attach = stk7700d_frontend_attach, 4216 .frontend_attach = stk7700P2_frontend_attach, 4261 .frontend_attach = stk7070p_frontend_attach, 4342 .frontend_attach = stk7070p_frontend_attach, 4387 .frontend_attach = novatd_frontend_attach, 4399 .frontend_attach = novatd_frontend_attach, [all …]
|
| H A D | dvb-usb-dvb.c | 283 if (adap->props.fe[i].frontend_attach == NULL) { in dvb_usb_adapter_frontend_init() 290 ret = adap->props.fe[i].frontend_attach(adap); in dvb_usb_adapter_frontend_init()
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | zd1301.c | 254 .frontend_attach = zd1301_frontend_attach,
|
| H A D | dvb_usb_core.c | 641 if (d->props->frontend_attach) { in dvb_usbv2_adapter_frontend_init() 642 ret = d->props->frontend_attach(adap); in dvb_usbv2_adapter_frontend_init()
|
| H A D | lmedm04.c | 1219 .frontend_attach = dm04_lme2510_frontend_attach,
|