Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c325 const struct pvr2_dvb_props *dvb_props = hdw->hdw_desc->dvb_props; in pvr2_dvb_frontend_init() local
328 if (dvb_props == NULL) { in pvr2_dvb_frontend_init()
343 if (dvb_props->frontend_attach == NULL) { in pvr2_dvb_frontend_init()
350 if ((dvb_props->frontend_attach(adap) == 0) && (adap->fe)) { in pvr2_dvb_frontend_init()
361 if (dvb_props->tuner_attach) in pvr2_dvb_frontend_init()
362 dvb_props->tuner_attach(adap); in pvr2_dvb_frontend_init()
412 if (!pvr->hdw->hdw_desc->dvb_props) { in pvr2_dvb_create()
Dpvrusb2-devattr.c239 .dvb_props = &pvr2_onair_creator_fe_props,
299 .dvb_props = &pvr2_onair_usb2_fe_props,
397 .dvb_props = &pvr2_73xxx_dvb_props,
505 .dvb_props = &pvr2_750xx_dvb_props,
528 .dvb_props = &pvr2_751xx_dvb_props,
Dpvrusb2-devattr.h111 const struct pvr2_dvb_props *dvb_props; member