Home
last modified time | relevance | path

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

/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-common.c74 demux->hw_frontend.source = DMX_FRONTEND_0 + demux->tsin_index; in register_dvb()
77 &demux->hw_frontend); in register_dvb()
92 &demux->hw_frontend); in register_dvb()
105 &demux->hw_frontend); in register_dvb()
122 &demux->hw_frontend); in unregister_dvb()
Dc8sectpfe-common.h39 struct dmx_frontend hw_frontend; member
/drivers/media/pci/ngene/
Dngene-dvb.c238 struct dmx_frontend *hw_frontend, in my_dvb_dmxdev_ts_card_init() argument
251 hw_frontend->source = DMX_FRONTEND_0; in my_dvb_dmxdev_ts_card_init()
252 dvbdemux->dmx.add_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
255 return dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
Dngene.h648 struct dmx_frontend hw_frontend; member
909 struct dmx_frontend *hw_frontend,
Dngene-core.c1437 &chan->hw_frontend); in release_channel()
1534 &chan->hw_frontend, in init_channel()
/drivers/media/common/b2c2/
Dflexcop.c91 fc->hw_frontend.source = DMX_FRONTEND_0; in flexcop_dvb_init()
102 ret = fc->demux.dmx.add_frontend(&fc->demux.dmx, &fc->hw_frontend); in flexcop_dvb_init()
115 ret = fc->demux.dmx.connect_frontend(&fc->demux.dmx, &fc->hw_frontend); in flexcop_dvb_init()
135 fc->demux.dmx.remove_frontend(&fc->demux.dmx, &fc->hw_frontend); in flexcop_dvb_init()
154 &fc->hw_frontend); in flexcop_dvb_exit()
Dflexcop-common.h81 struct dmx_frontend hw_frontend; member
/drivers/media/pci/cx18/
Dcx18-dvb.c380 dvb->hw_frontend.source = DMX_FRONTEND_0; in cx18_dvb_register()
389 ret = dmx->add_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
397 ret = dmx->connect_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
422 dmx->remove_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
453 dmx->remove_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_unregister()
Dcx18-driver.h330 struct dmx_frontend hw_frontend; member
/drivers/media/pci/pluto2/
Dpluto2.c100 struct dmx_frontend hw_frontend; member
681 pluto->hw_frontend.source = DMX_FRONTEND_0; in pluto2_probe()
690 ret = dmx->add_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
698 ret = dmx->connect_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
715 dmx->remove_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
753 dmx->remove_frontend(dmx, &pluto->hw_frontend); in pluto2_remove()
/drivers/media/pci/smipcie/
Dsmipcie-main.c756 struct dmx_frontend *hw_frontend, in my_dvb_dmxdev_ts_card_init() argument
769 hw_frontend->source = DMX_FRONTEND_0; in my_dvb_dmxdev_ts_card_init()
770 dvbdemux->dmx.add_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
773 return dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
874 &port->hw_frontend, in smi_dvb_init()
885 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &port->hw_frontend); in smi_dvb_init()
902 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &port->hw_frontend); in smi_dvb_exit()
Dsmipcie.h273 struct dmx_frontend hw_frontend; member
/drivers/media/pci/ttpci/
Dbudget-core.c381 budget->hw_frontend.source = DMX_FRONTEND_0; in budget_register()
383 ret = dvbdemux->dmx.add_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_register()
393 ret = dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_register()
411 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_unregister()
Dbudget.h58 struct dmx_frontend hw_frontend; member
Dav7110.h187 struct dmx_frontend hw_frontend; member
Dav7110.c1321 av7110->hw_frontend.source = DMX_FRONTEND_0; in av7110_register()
1323 ret = dvbdemux->dmx.add_frontend(&dvbdemux->dmx, &av7110->hw_frontend); in av7110_register()
1336 &av7110->hw_frontend); in av7110_register()
1400 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &av7110->hw_frontend); in dvb_unregister()
/drivers/media/pci/dm1105/
Ddm1105.c337 struct dmx_frontend hw_frontend; member
1107 dev->hw_frontend.source = DMX_FRONTEND_0; in dm1105_probe()
1109 ret = dmx->add_frontend(dmx, &dev->hw_frontend); in dm1105_probe()
1119 ret = dmx->connect_frontend(dmx, &dev->hw_frontend); in dm1105_probe()
1157 dmx->remove_frontend(dmx, &dev->hw_frontend); in dm1105_probe()
1196 dmx->remove_frontend(dmx, &dev->hw_frontend); in dm1105_remove()
/drivers/media/pci/ddbridge/
Dddbridge.h188 struct dmx_frontend hw_frontend; member
Dddbridge-core.c1281 &dvb->hw_frontend); in dvb_input_detach()
1427 dvb->hw_frontend.source = DMX_FRONTEND_0; in dvb_input_attach()
1428 dvb->demux.dmx.add_frontend(&dvb->demux.dmx, &dvb->hw_frontend); in dvb_input_attach()
1429 ret = dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, &dvb->hw_frontend); in dvb_input_attach()