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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-devattr.h111 const struct pvr2_dvb_props *dvb_props; member in struct:pvr2_device_desc
H A Dpvrusb2-dvb.c325 const struct pvr2_dvb_props *dvb_props = hdw->hdw_desc->dvb_props; local
328 if (dvb_props == NULL) {
343 if (dvb_props->frontend_attach == NULL) {
350 if ((dvb_props->frontend_attach(adap) == 0) && (adap->fe)) {
361 if (dvb_props->tuner_attach)
362 dvb_props->tuner_attach(adap);
412 if (!pvr->hdw->hdw_desc->dvb_props) {
H A Dpvrusb2-devattr.c214 .dvb_props = &pvr2_onair_creator_fe_props,
274 .dvb_props = &pvr2_onair_usb2_fe_props,
361 .dvb_props = &pvr2_73xxx_dvb_props,
468 .dvb_props = &pvr2_750xx_dvb_props,
491 .dvb_props = &pvr2_751xx_dvb_props,

Completed in 93 milliseconds