Home
last modified time | relevance | path

Searched refs:fe (Results 251 – 275 of 608) sorted by relevance

1...<<11121314151617181920>>...25

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Daz6007.c88 status = st->gate_ctrl(fe, 1); in drxk_gate_ctrl()
90 status = st->gate_ctrl(fe, 0); in drxk_gate_ctrl()
190 struct dvb_usb_device *d = fe_to_d(fe); in az6007_streaming_ctrl()
636 if (!adap->fe[0]) in az6007_frontend_attach()
639 adap->fe[0]->sec_priv = adap; in az6007_frontend_attach()
657 if (!adap->fe[0]) in az6007_cablestar_hdci_frontend_attach()
660 adap->fe[0]->sec_priv = adap; in az6007_cablestar_hdci_frontend_attach()
676 if (adap->fe[0]->ops.i2c_gate_ctrl) in az6007_tuner_attach()
677 adap->fe[0]->ops.i2c_gate_ctrl(adap->fe[0], 1); in az6007_tuner_attach()
683 if (adap->fe[0]->ops.i2c_gate_ctrl) in az6007_tuner_attach()
[all …]
H A Ddvb_usb.h49 #define fe_to_adap(fe) ((struct dvb_usb_adapter *) ((fe)->dvb->priv)) argument
50 #define fe_to_d(fe) (adap_to_d(fe_to_adap(fe))) argument
51 #define fe_to_priv(fe) (fe_to_d(fe)->priv) argument
350 struct dvb_frontend *fe[MAX_NO_OF_FE_PER_ADAP]; member
H A Daf9035.c1183 state->af9033_config[adap->id].fe = &adap->fe[0]; in af9035_frontend_attach()
1271 si2168_config.fe = &adap->fe[0]; in it930x_frontend_attach()
1274 state->af9033_config[adap->id].fe = &adap->fe[0]; in it930x_frontend_attach()
1407 fe = adap->fe[0]; in af9035_tuner_attach()
1411 fe = dvb_attach(fc0011_attach, adap->fe[0], in af9035_tuner_attach()
1471 fe = dvb_attach(tda18218_attach, adap->fe[0], in af9035_tuner_attach()
1499 fe = adap->fe[0]; in af9035_tuner_attach()
1553 .fe = adap->fe[0], in af9035_tuner_attach()
1597 fe = adap->fe[0]; in af9035_tuner_attach()
1601 fe = NULL; in af9035_tuner_attach()
[all …]
H A Dmxl111sf-tuner.h44 int (*ant_hunt)(struct dvb_frontend *fe);
51 struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
56 struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe, in mxl111sf_tuner_attach() argument
/openbmc/linux/drivers/media/pci/pt1/
H A Dpt1.c103 struct dvb_frontend *fe; member
791 ret = adap->orig_sleep(fe); in pt1_sleep()
810 ret = adap->orig_init(fe); in pt1_wakeup()
933 dvb_unregister_frontend(adap->fe); in pt1_cleanup_frontend()
943 adap->orig_sleep = fe->ops.sleep; in pt1_init_frontend()
944 adap->orig_init = fe->ops.init; in pt1_init_frontend()
946 fe->ops.sleep = pt1_sleep; in pt1_init_frontend()
947 fe->ops.init = pt1_wakeup; in pt1_init_frontend()
953 adap->fe = fe; in pt1_init_frontend()
991 tcfg.fe = dcfg.fe; in pt1_init_frontends()
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib7000p.c1524 dib7090_set_diversity_in(fe, 0); in dib7000p_set_frontend()
1531 if (fe->ops.tuner_ops.set_params) in dib7000p_set_frontend()
1532 fe->ops.tuner_ops.set_params(fe); in dib7000p_set_frontend()
1537 time = dib7000p_agc_startup(fe); in dib7000p_set_frontend()
1546 dib7000p_autosearch_start(fe); in dib7000p_set_frontend()
1549 found = dib7000p_autosearch_is_irq(fe); in dib7000p_set_frontend()
1556 dib7000p_get_frontend(fe, fep); in dib7000p_set_frontend()
1559 ret = dib7000p_tune(fe); in dib7000p_set_frontend()
1594 dib7000p_get_stats(fe, *stat); in dib7000p_read_status()
1658 result = dib7000p_get_snr(fe); in dib7000p_read_snr()
[all …]
H A Dcx24113.h23 extern void cx24113_agc_callback(struct dvb_frontend *fe);
25 static inline struct dvb_frontend *cx24113_attach(struct dvb_frontend *fe, in cx24113_attach() argument
32 static inline void cx24113_agc_callback(struct dvb_frontend *fe) in cx24113_agc_callback() argument
H A Daf9033.h76 struct dvb_frontend **fe; member
86 int (*pid_filter_ctrl)(struct dvb_frontend *fe, int onoff);
87 int (*pid_filter)(struct dvb_frontend *fe, int index, u16 pid,
H A Ddvb-pll.h36 struct dvb_frontend *fe; member
50 extern struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe,
55 static inline struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe, in dvb_pll_attach() argument
H A Ddib7000m.c1161 struct dib7000m_state *state = fe->demodulator_priv; in dib7000m_get_frontend()
1219 struct dib7000m_state *state = fe->demodulator_priv; in dib7000m_set_frontend()
1226 if (fe->ops.tuner_ops.set_params) in dib7000m_set_frontend()
1227 fe->ops.tuner_ops.set_params(fe); in dib7000m_set_frontend()
1232 time = dib7000m_agc_startup(fe); in dib7000m_set_frontend()
1243 dib7000m_autosearch_start(fe); in dib7000m_set_frontend()
1246 found = dib7000m_autosearch_is_irq(fe); in dib7000m_set_frontend()
1253 dib7000m_get_frontend(fe, fep); in dib7000m_set_frontend()
1256 ret = dib7000m_tune(fe); in dib7000m_set_frontend()
1265 struct dib7000m_state *state = fe->demodulator_priv; in dib7000m_read_status()
[all …]
H A Dstv0900_sw.c975 stv0900_set_bandwidth(fe, in stv0900_track_optimization()
1156 frontend_ops = &fe->ops; in stv0900_get_tuner_freq()
1246 intp->freq[d] = stv0900_get_tuner_freq(fe); in stv0900_get_signal_params()
1300 stv0900_track_optimization(fe); in stv0900_dvbs1_acq_workaround()
1312 stv0900_track_optimization(fe); in stv0900_dvbs1_acq_workaround()
1492 stv0900_set_tuner(fe, tuner_freq, in stv0900_search_srate_coarse()
1650 if (stv0900_search_srate_coarse(fe) != 0) { in stv0900_blind_search_algo()
1937 lock = stv0900_blind_search_algo(fe); in stv0900_algo()
1954 stv0900_track_optimization(fe); in stv0900_algo()
1956 if ((stv0900_get_standard(fe, 0) == in stv0900_algo()
[all …]
H A Dmxl5xx.c74 struct dvb_frontend fe; member
333 static int init(struct dvb_frontend *fe) in init() argument
492 static int sleep(struct dvb_frontend *fe) in sleep() argument
629 read_signal_strength(fe); in read_status()
632 read_snr(fe); in read_status()
637 read_ber(fe); in read_status()
657 r = set_parameters(fe); in tune()
663 return read_status(fe, status); in tune()
1867 state->fe.ops = mxl_ops; in mxl5xx_attach()
1871 state->fe.demodulator_priv = state; in mxl5xx_attach()
[all …]
H A Dmxl692.c23 struct dvb_frontend fe; member
853 static int mxl692_init(struct dvb_frontend *fe) in mxl692_init() argument
855 struct mxl692_dev *dev = fe->demodulator_priv; in mxl692_init()
937 struct mxl692_dev *dev = fe->demodulator_priv; in mxl692_sleep()
948 struct mxl692_dev *dev = fe->demodulator_priv; in mxl692_set_frontend()
1113 struct mxl692_dev *dev = fe->demodulator_priv; in mxl692_read_snr()
1164 struct mxl692_dev *dev = fe->demodulator_priv; in mxl692_read_ber_ucb()
1287 mxl_status = mxl692_read_ber_ucb(fe); in mxl692_read_status()
1325 dev->fe.demodulator_priv = dev; in mxl692_probe()
1327 *config->fe = &dev->fe; in mxl692_probe()
[all …]
/openbmc/linux/fs/ocfs2/
H A Dnamei.c235 struct ocfs2_dinode *fe = NULL; in ocfs2_mknod() local
461 if (status < 0 && fe) in ocfs2_mknod()
462 ocfs2_set_links_count(fe, 0); in ocfs2_mknod()
516 struct ocfs2_dinode *fe = NULL; in __ocfs2_mknod_locked() local
566 fe->i_last_eb_blk = 0; in __ocfs2_mknod_locked()
570 fe->i_atime = fe->i_ctime = fe->i_mtime = in __ocfs2_mknod_locked()
572 fe->i_mtime_nsec = fe->i_ctime_nsec = fe->i_atime_nsec = in __ocfs2_mknod_locked()
574 fe->i_dtime = 0; in __ocfs2_mknod_locked()
587 fel = &fe->id2.i_list; in __ocfs2_mknod_locked()
1636 struct ocfs2_dinode *fe; in ocfs2_rename() local
[all …]
H A Dsymlink.c61 struct ocfs2_dinode *fe; in ocfs2_fast_symlink_read_folio() local
71 fe = (struct ocfs2_dinode *) bh->b_data; in ocfs2_fast_symlink_read_folio()
72 link = (char *) fe->id2.i_symlink; in ocfs2_fast_symlink_read_folio()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dopera1.c167 static int opera1_set_voltage(struct dvb_frontend *fe, in opera1_set_voltage() argument
175 struct dvb_usb_adapter *udev_adap = fe->dvb->priv; in opera1_set_voltage()
187 stv0299_writereg(fe, 0x13, 0x98); in opera1_stv0299_set_symbol_rate()
188 stv0299_writereg(fe, 0x14, 0x95); in opera1_stv0299_set_symbol_rate()
189 stv0299_writereg(fe, REG_1F_SYMBOLRATE_BYTE0, (ratio >> 16) & 0xff); in opera1_stv0299_set_symbol_rate()
190 stv0299_writereg(fe, REG_20_SYMBOLRATE_BYTE1, (ratio >> 8) & 0xff); in opera1_stv0299_set_symbol_rate()
191 stv0299_writereg(fe, REG_21_SYMBOLRATE_BYTE2, (ratio) & 0xf0); in opera1_stv0299_set_symbol_rate()
265 if ((d->fe_adap[0].fe) != NULL) { in opera1_frontend_attach()
266 d->fe_adap[0].fe->ops.set_voltage = opera1_set_voltage; in opera1_frontend_attach()
276 dvb_pll_attach, adap->fe_adap[0].fe, 0xc0>>1, in opera1_tuner_attach()
[all …]
/openbmc/linux/drivers/media/tuners/
H A Dmt2063.c256 if (fe->ops.i2c_gate_ctrl) in mt2063_write()
257 fe->ops.i2c_gate_ctrl(fe, 1); in mt2063_write()
259 if (fe->ops.i2c_gate_ctrl) in mt2063_write()
260 fe->ops.i2c_gate_ctrl(fe, 0); in mt2063_write()
301 if (fe->ops.i2c_gate_ctrl) in mt2063_read()
302 fe->ops.i2c_gate_ctrl(fe, 1); in mt2063_read()
327 fe->ops.i2c_gate_ctrl(fe, 0); in mt2063_read()
2016 fe->tuner_priv = NULL; in mt2063_release()
2221 state->frontend = fe; in mt2063_attach()
2223 fe->tuner_priv = state; in mt2063_attach()
[all …]
H A Dfc2580.c317 static int fc2580_dvb_set_params(struct dvb_frontend *fe) in fc2580_dvb_set_params() argument
319 struct fc2580_dev *dev = fe->tuner_priv; in fc2580_dvb_set_params()
320 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in fc2580_dvb_set_params()
327 static int fc2580_dvb_init(struct dvb_frontend *fe) in fc2580_dvb_init() argument
329 return fc2580_init(fe->tuner_priv); in fc2580_dvb_init()
332 static int fc2580_dvb_sleep(struct dvb_frontend *fe) in fc2580_dvb_sleep() argument
334 return fc2580_sleep(fe->tuner_priv); in fc2580_dvb_sleep()
513 struct dvb_frontend *fe = pdata->dvb_frontend; in fc2580_probe() local
575 fe->tuner_priv = dev; in fc2580_probe()
576 memcpy(&fe->ops.tuner_ops, &fc2580_dvb_tuner_ops, in fc2580_probe()
[all …]
/openbmc/qemu/docs/system/s390x/
H A Dcss.rst47 would be ``dev_id = "fe.0.0000"`` and ``subch_id = "fe.0.0000"``.
51 -device virtio-rng-ccw,devno=fe.0.0042
56 The properties for the device would be ``dev_id = "fe.0.0042"`` and
57 ``subch_id = "fe.0.0001"``.
61 -device virtio-gpu-ccw,devno=fe.2.1111
66 The properties for the device would be ``dev_id = "fe.2.1111"`` and
67 ``subch_id = "fe.2.0000"``.
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c1349 struct dst_state *state = fe->demodulator_priv; in dst_write_tuna()
1358 dst_set_voltage(fe, SEC_VOLTAGE_13); in dst_write_tuna()
1420 struct dst_state *state = fe->demodulator_priv; in dst_set_diseqc()
1438 struct dst_state *state = fe->demodulator_priv; in dst_set_voltage()
1471 struct dst_state *state = fe->demodulator_priv; in dst_set_tone()
1496 struct dst_state *state = fe->demodulator_priv; in dst_send_burst()
1515 struct dst_state *state = fe->demodulator_priv; in bt8xx_dst_init()
1546 struct dst_state *state = fe->demodulator_priv; in dst_read_status()
1605 retval = dst_write_tuna(fe); in dst_set_frontend()
1639 dst_write_tuna(fe); in dst_tune_frontend()
[all …]
/openbmc/linux/drivers/media/pci/mantis/
H A Dhopper_vp3028.c32 static int vp3028_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe) in vp3028_frontend_init() argument
48 fe = dvb_attach(zl10353_attach, &hopper_vp3028_config, adapter); in vp3028_frontend_init()
50 if (!fe) in vp3028_frontend_init()
/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c23 typedef struct fe { u32 v[10]; } fe; argument
203 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy()
428 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g) in fe_mul_ttt()
555 static __always_inline void fe_sq_tt(fe *h, const fe *f) in fe_sq_tt()
562 fe t0; in fe_loose_invert()
563 fe t1; in fe_loose_invert()
564 fe t2; in fe_loose_invert()
565 fe t3; in fe_loose_invert()
610 static __always_inline void fe_invert(fe *out, const fe *z) in fe_invert()
622 static noinline void fe_cswap(fe *f, fe *g, unsigned int b) in fe_cswap()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-avoid-searching-host-for-postgresql.patch40 - if test -r $i/include/pgsql/libpq-fe.h; then
43 - # use AC_CHECK_HEADERS to check for pgsql/libpq-fe.h
48 - if test -r $i/include/postgresql/libpq-fe.h; then
56 - if test -r $i/include/libpq-fe.h; then
68 - FAIL_MESSAGE("PostgreSQL header file (libpq-fe.h)", $tmp)
117 - AC_CHECK_HEADERS(pgsql/libpq-fe.h)
118 - AC_CHECK_HEADERS(postgresql/libpq-fe.h)
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c907 dvb->fe->ops.i2c_gate_ctrl(dvb->fe, 1); in tuner_attach_tda18271()
908 fe = dvb_attach(tda18271c2dd_attach, dvb->fe, i2c, 0x60); in tuner_attach_tda18271()
910 dvb->fe->ops.i2c_gate_ctrl(dvb->fe, 0); in tuner_attach_tda18271()
911 if (!fe) { in tuner_attach_tda18271()
970 dvb->fe->ops.i2c_gate_ctrl(dvb->fe, 1); in tuner_tda18212_ping()
978 dvb->fe->ops.i2c_gate_ctrl(dvb->fe, 0); in tuner_tda18212_ping()
1021 .fe = dvb->fe, in tuner_attach_tda18212()
1243 fe = dvb_attach(stv6111_attach, dvb->fe, i2c, adr); in tuner_attach_stv6111()
1244 if (!fe) { in tuner_attach_stv6111()
1246 if (!fe) { in tuner_attach_stv6111()
[all …]
/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c541 if (!port->fe) { in smi_dvbsky_m88ds3103_fe_attach()
546 ts2020_config.fe = port->fe; in smi_dvbsky_m88ds3103_fe_attach()
564 dvb_frontend_detach(port->fe); in smi_dvbsky_m88ds3103_fe_attach()
597 if (!port->fe) { in smi_dvbsky_m88rs6000_fe_attach()
602 m88rs6000t_config.fe = port->fe; in smi_dvbsky_m88rs6000_fe_attach()
620 dvb_frontend_detach(port->fe); in smi_dvbsky_m88rs6000_fe_attach()
641 si2168_config.fe = &port->fe; in smi_dvbsky_sit2_fe_attach()
658 si2157_config.fe = port->fe; in smi_dvbsky_sit2_fe_attach()
708 dvb_frontend_detach(port->fe); in smi_fe_init()
722 dvb_unregister_frontend(port->fe); in smi_fe_exit()
[all …]

1...<<11121314151617181920>>...25