Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c310 const struct pvr2_dvb_props *dvb_props = hdw->hdw_desc->dvb_props; in pvr2_dvb_frontend_init() local
313 if (dvb_props == NULL) { in pvr2_dvb_frontend_init()
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()
355 if (dvb_props->tuner_attach && dvb_props->tuner_attach(adap)) { in pvr2_dvb_frontend_init()
447 if (!pvr->hdw->hdw_desc->dvb_props) { in pvr2_dvb_create()
Dpvrusb2-devattr.c228 .dvb_props = &pvr2_onair_creator_fe_props,
288 .dvb_props = &pvr2_onair_usb2_fe_props,
386 .dvb_props = &pvr2_73xxx_dvb_props,
494 .dvb_props = &pvr2_750xx_dvb_props,
517 .dvb_props = &pvr2_751xx_dvb_props,
654 .dvb_props = &pvr2_160000_dvb_props,
678 .dvb_props = &pvr2_160111_dvb_props,
Dpvrusb2-devattr.h98 const struct pvr2_dvb_props *dvb_props; member