Searched refs:frontend (Results 226 - 250 of 250) sorted by relevance

12345678910

/linux-master/drivers/media/dvb-frontends/
H A Ddrxd_hard.c101 struct dvb_frontend frontend; member in struct:drxd_state
2928 state->frontend.ops = drxd_ops;
2929 state->frontend.demodulator_priv = state;
2935 return &state->frontend;
H A Dstb6100.c338 dprintk(verbose, FE_DEBUG, 1, "Get frontend parameters");
543 state->frontend = fe;
H A Dascot2e.c15 #include <linux/dvb/frontend.h>
H A Dtc90522.c23 #include <linux/dvb/frontend.h>
122 /* frontend ops */
850 MODULE_DESCRIPTION("Toshiba TC90522 frontend");
H A Dhelene.c14 #include <linux/dvb/frontend.h>
H A Ddvb-pll.c13 #include <linux/dvb/frontend.h>
/linux-master/drivers/media/tuners/
H A Dmt2060.c12 #include <linux/dvb/frontend.h>
H A Dtda827x.c11 #include <linux/dvb/frontend.h>
18 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dxc5000.c15 #include <linux/dvb/frontend.h>
H A Dxc2028.c7 // - frontend interface
22 #include <linux/dvb/frontend.h>
643 /* silently fail if the frontend doesn't support I2C flush */
1469 printk(KERN_ERR "xc2028: No frontend!\n");
H A Dxc4000.c16 #include <linux/dvb/frontend.h>
H A Dmxl5005s.c290 struct dvb_frontend *frontend; member in struct:mxl5005s_state
4110 state->frontend = fe;
/linux-master/crypto/
H A Dlskcipher.c396 spawn->base.frontend = &crypto_lskcipher_type;
H A Dahash.c603 spawn->base.frontend = &crypto_ahash_type;
H A Dskcipher.c894 spawn->base.frontend = &crypto_skcipher_type;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c388 fe = tsport->dvb.frontend;
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c18 #include <linux/dvb/frontend.h>
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c8874 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache;
9022 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache;
9465 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache;
10683 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache;
12339 memcpy(&state->frontend.ops, &drx39xxj_ops,
12342 state->frontend.demodulator_priv = state;
12345 p = &state->frontend.dtv_property_cache;
12364 return &state->frontend;
/linux-master/drivers/media/dvb-core/
H A Ddmxdev.c179 dmxdev->dvr_orig_fe = dmxdev->demux->frontend;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-video.c1043 fe = vfe->dvb.frontend;
/linux-master/arch/x86/events/intel/
H A Dcore.c5004 PMU_FORMAT_ATTR(frontend, "config1:0-23");
5826 FORMAT_ATTR_HYBRID(frontend, hybrid_big);
5835 FORMAT_HYBRID_PTR(frontend)
/linux-master/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c36 #include <linux/dvb/frontend.h>
52 frontend. never tested.
1578 pr_err("no frontend driver found for device [%04x:%04x]\n",
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c844 if (av7110->full_ts && demux->dmx.frontend->source != DMX_MEMORY_FE)
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c254 if (!demux->dmx.frontend)
954 "dvb frontend not attached. Can't attach xc3028\n");
1002 /* register frontend */
1011 /* register 2nd frontend */
1535 /* init frontend */
1775 /* Attach tda18271 to DVB-C frontend */
1978 "The frontend of your DVB/ATSC card isn't supported yet\n");
1982 dev_err(&dev->intf->dev, "frontend initialization failed\n");
/linux-master/arch/x86/events/
H A Dcore.c1915 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND );

Completed in 364 milliseconds

12345678910