Home
last modified time | relevance | path

Searched refs:hw_frontend (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/drivers/media/dvb/ngene/
Dngene-dvb.c213 struct dmx_frontend *hw_frontend, in my_dvb_dmxdev_ts_card_init() argument
226 hw_frontend->source = DMX_FRONTEND_0; in my_dvb_dmxdev_ts_card_init()
227 dvbdemux->dmx.add_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
230 return dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
Dngene.h649 struct dmx_frontend hw_frontend; member
909 struct dmx_frontend *hw_frontend,
Dngene-core.c1456 &chan->hw_frontend); in release_channel()
1543 &chan->hw_frontend, in init_channel()
/linux-2.6.39/drivers/media/dvb/b2c2/
Dflexcop.c94 fc->hw_frontend.source = DMX_FRONTEND_0; in flexcop_dvb_init()
104 if ((ret = fc->demux.dmx.add_frontend(&fc->demux.dmx, &fc->hw_frontend)) < 0) { in flexcop_dvb_init()
115 if ((ret = fc->demux.dmx.connect_frontend(&fc->demux.dmx, &fc->hw_frontend)) < 0) { in flexcop_dvb_init()
128 fc->demux.dmx.remove_frontend(&fc->demux.dmx, &fc->hw_frontend); in flexcop_dvb_init()
147 &fc->hw_frontend); in flexcop_dvb_exit()
Dflexcop-common.h80 struct dmx_frontend hw_frontend; member
/linux-2.6.39/drivers/media/video/cx18/
Dcx18-dvb.c384 dvb->hw_frontend.source = DMX_FRONTEND_0; in cx18_dvb_register()
393 ret = dmx->add_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
401 ret = dmx->connect_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
426 dmx->remove_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
457 dmx->remove_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_unregister()
Dcx18-driver.h334 struct dmx_frontend hw_frontend; member
/linux-2.6.39/drivers/media/dvb/pluto2/
Dpluto2.c103 struct dmx_frontend hw_frontend; member
693 pluto->hw_frontend.source = DMX_FRONTEND_0; in pluto2_probe()
702 ret = dmx->add_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
710 ret = dmx->connect_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
727 dmx->remove_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
766 dmx->remove_frontend(dmx, &pluto->hw_frontend); in pluto2_remove()
/linux-2.6.39/drivers/media/dvb/dm1105/
Ddm1105.c283 struct dmx_frontend hw_frontend; member
903 dev->hw_frontend.source = DMX_FRONTEND_0; in dm1105_probe()
905 ret = dmx->add_frontend(dmx, &dev->hw_frontend); in dm1105_probe()
915 ret = dmx->connect_frontend(dmx, &dev->hw_frontend); in dm1105_probe()
948 dmx->remove_frontend(dmx, &dev->hw_frontend); in dm1105_probe()
986 dmx->remove_frontend(dmx, &dev->hw_frontend); in dm1105_remove()
/linux-2.6.39/drivers/media/dvb/ttpci/
Dbudget-core.c373 budget->hw_frontend.source = DMX_FRONTEND_0; in budget_register()
375 ret = dvbdemux->dmx.add_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_register()
385 ret = dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_register()
403 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_unregister()
Dbudget.h53 struct dmx_frontend hw_frontend; member
Dav7110.h182 struct dmx_frontend hw_frontend; member
Dav7110.c1338 av7110->hw_frontend.source = DMX_FRONTEND_0; in av7110_register()
1340 ret = dvbdemux->dmx.add_frontend(&dvbdemux->dmx, &av7110->hw_frontend); in av7110_register()
1353 &av7110->hw_frontend); in av7110_register()
1417 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &av7110->hw_frontend); in dvb_unregister()