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

12345678910

/linux-master/arch/powerpc/perf/
H A Dgeneric-compat-pmu.c105 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_NO_INST_AVAIL);
H A Dpower9-pmu.c167 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_ICT_NOSLOT_CYC);
H A Dpower7-pmu.c379 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
H A Dpower8-pmu.c124 GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC);
/linux-master/drivers/media/dvb-frontends/
H A Dmn88473.c622 /* Caller really need to provide pointer for frontend we create */
624 dev_err(&client->dev, "frontend pointer not defined\n");
702 /* Create dvb frontend */
703 memcpy(&dev->frontend.ops, &mn88473_ops, sizeof(dev->frontend.ops));
704 dev->frontend.demodulator_priv = client;
705 *config->fe = &dev->frontend;
H A Dsi21xx.c137 struct dvb_frontend frontend; member in struct:si21xx_state
931 memcpy(&state->frontend.ops, &si21xx_ops,
933 state->frontend.demodulator_priv = state;
934 return &state->frontend;
943 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Ds5h1420.c33 struct dvb_frontend frontend; member in struct:s5h1420_state
901 memcpy(&state->frontend.ops, &s5h1420_ops, sizeof(struct dvb_frontend_ops));
902 state->frontend.demodulator_priv = state;
915 return &state->frontend;
H A Dstb6000.c12 #include <linux/dvb/frontend.h>
238 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dnxt200x.c48 struct dvb_frontend frontend; member in struct:nxt200x_state
830 /* the value reported back from the frontend will be FFFF=32db 0000=0db */
889 /* soft reset everything (agc,frontend,eq,fec)*/
956 /* soft reset everything (agc,frontend,eq,fec)*/
1175 memcpy(&state->frontend.ops, &nxt200x_ops, sizeof(struct dvb_frontend_ops));
1176 state->frontend.demodulator_priv = state;
1177 return &state->frontend;
1188 .name = "Nextwave NXT200X VSB/QAM frontend",
1213 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dm88rs2000.c28 struct dvb_frontend frontend; member in struct:m88rs2000_state
437 /* Setup frontend from shutdown/cold */
801 memcpy(&state->frontend.ops, &m88rs2000_ops,
803 state->frontend.demodulator_priv = state;
804 return &state->frontend;
H A Dzl10039.c12 #include <linux/dvb/frontend.h>
301 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dtua6100.c21 #include <linux/dvb/frontend.h>
H A Dix2505v.c9 #include <linux/dvb/frontend.h>
308 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstv090x.c17 #include <linux/dvb/frontend.h>
766 state->config->tuner_i2c_lock(&state->frontend, 1);
787 state->config->tuner_i2c_lock(&state->frontend, 0);
796 state->config->tuner_i2c_lock(&state->frontend, 0);
1680 struct dvb_frontend *fe = &state->frontend;
2129 struct dvb_frontend *fe = &state->frontend;
2585 struct dvb_frontend *fe = &state->frontend;
2836 struct dvb_frontend *fe = &state->frontend;
3164 struct dvb_frontend *fe = &state->frontend;
4922 if (stv090x_setup(&state->frontend) <
[all...]
H A Dcx24120.c133 struct dvb_frontend frontend; member in struct:cx24120_state
297 memcpy(&state->frontend.ops, &cx24120_ops,
299 state->frontend.demodulator_priv = state;
302 return &state->frontend;
607 struct dvb_frontend *fe = &state->frontend;
836 struct dvb_frontend *fe = &state->frontend;
/linux-master/include/crypto/
H A Dalgapi.h110 const struct crypto_type *frontend; member in struct:crypto_spawn
/linux-master/crypto/
H A Dalgapi.c737 alg = crypto_find_alg(name, spawn->frontend,
835 tfm = crypto_create_tfm(alg, spawn->frontend);
1042 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, argument
1046 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask);
H A Dakcipher.c120 spawn->base.frontend = &crypto_akcipher_type;
/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c99 struct dmx_frontend frontend; member in struct:ttusb_dec
1093 if (!dvbdmx->dmx.frontend)
1504 dec->frontend.source = DMX_FRONTEND_0;
1507 &dec->frontend)) < 0) {
1519 &dec->frontend)) < 0) {
1523 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend);
1542 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend);
1692 printk("dvb-ttusb-dec: A frontend driver was not found for device [%04x:%04x]\n",
/linux-master/drivers/media/usb/au0828/
H A Dau0828.h88 struct dvb_frontend *frontend; member in struct:au0828_dvb
/linux-master/include/media/
H A Ddvb_frontend.h6 * frontend layer.
46 #include <linux/dvb/frontend.h>
51 * Maximum number of Delivery systems per frontend. It
56 /* Helper definitions to be used at frontend drivers */
61 * struct dvb_frontend_tune_settings - parameters to adjust frontend tuning
84 * @bandwidth_min: minimal frontend bandwidth supported
85 * @bandwidth_max: maximum frontend bandwidth supported
86 * @bandwidth_step: frontend bandwidth step
135 * algorithms in the frontend driver, rather than simply doing a
155 * The frontend searc
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c46 struct dvb_frontend frontend; member in struct:af9005_fe_state
1430 deb_info("attaching frontend af9005\n");
1435 memcpy(&state->frontend.ops, &af9005_fe_ops,
1437 state->frontend.demodulator_priv = state;
1439 return &state->frontend;
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.h36 struct dvb_frontend *frontend; member in struct:channel_info
/linux-master/drivers/media/tuners/
H A Dmt2266.c10 #include <linux/dvb/frontend.h>
H A Dmc44s803.c10 #include <linux/dvb/frontend.h>

Completed in 224 milliseconds

12345678910