Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c322 struct dmx_frontend *hw_frontend, in my_dvb_dmxdev_ts_card_init() argument
335 hw_frontend->source = DMX_FRONTEND_0; in my_dvb_dmxdev_ts_card_init()
336 dvbdemux->dmx.add_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
339 return dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
H A Dngene.h620 struct dmx_frontend hw_frontend; member
846 struct dmx_frontend *hw_frontend,
H A Dngene-core.c1425 &chan->hw_frontend); in release_channel()
1525 &chan->hw_frontend, in init_channel()
/linux/drivers/media/pci/cx18/
H A Dcx18-dvb.c370 dvb->hw_frontend.source = DMX_FRONTEND_0; in cx18_dvb_register()
379 ret = dmx->add_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
387 ret = dmx->connect_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
412 dmx->remove_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_register()
443 dmx->remove_frontend(dmx, &dvb->hw_frontend); in cx18_dvb_unregister()
/linux/drivers/media/pci/pluto2/
H A Dpluto2.c90 struct dmx_frontend hw_frontend; member
671 pluto->hw_frontend.source = DMX_FRONTEND_0; in pluto2_probe()
680 ret = dmx->add_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
688 ret = dmx->connect_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
705 dmx->remove_frontend(dmx, &pluto->hw_frontend); in pluto2_probe()
743 dmx->remove_frontend(dmx, &pluto->hw_frontend); in pluto2_remove()
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c751 struct dmx_frontend *hw_frontend, in my_dvb_dmxdev_ts_card_init() argument
764 hw_frontend->source = DMX_FRONTEND_0; in my_dvb_dmxdev_ts_card_init()
765 dvbdemux->dmx.add_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
768 return dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, hw_frontend); in my_dvb_dmxdev_ts_card_init()
869 &port->hw_frontend, in smi_dvb_init()
880 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &port->hw_frontend); in smi_dvb_init()
897 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &port->hw_frontend); in smi_dvb_exit()
H A Dsmipcie.h263 struct dmx_frontend hw_frontend; member
/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c371 budget->hw_frontend.source = DMX_FRONTEND_0; in budget_register()
373 ret = dvbdemux->dmx.add_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_register()
383 ret = dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_register()
406 dvbdemux->dmx.remove_frontend(&dvbdemux->dmx, &budget->hw_frontend); in budget_unregister()
H A Dbudget.h64 struct dmx_frontend hw_frontend; member
/linux/drivers/staging/media/av7110/
H A Dav7110.h174 struct dmx_frontend hw_frontend; member
/linux/drivers/media/pci/ddbridge/
H A Dddbridge.h164 struct dmx_frontend hw_frontend; member
H A Dddbridge-core.c1321 &dvb->hw_frontend); in dvb_input_detach()
1486 dvb->hw_frontend.source = DMX_FRONTEND_0; in dvb_input_attach()
1487 dvb->demux.dmx.add_frontend(&dvb->demux.dmx, &dvb->hw_frontend); in dvb_input_attach()
1488 ret = dvbdemux->dmx.connect_frontend(&dvbdemux->dmx, &dvb->hw_frontend); in dvb_input_attach()