Home
last modified time | relevance | path

Searched refs:stv (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0910.c81 struct stv { struct
855 static int stop(struct stv *state) in stop()
978 static int set_vth(struct stv *state) in set_vth()
1126 static int init_diseqc(struct stv *state) in init_diseqc()
1139 static int probe(struct stv *state) in probe()
1225 struct stv *state = fe->demodulator_priv; in gate_ctrl()
1266 struct stv *state = fe->demodulator_priv; in release()
1279 struct stv *state = fe->demodulator_priv; in set_parameters()
1313 struct stv *state = fe->demodulator_priv; in read_snr()
1329 struct stv *state = fe->demodulator_priv; in read_ber()
[all …]
H A Dstv6111.c21 struct stv { struct
321 static int write_regs(struct stv *state, int reg, int len) in write_regs()
330 static int write_reg(struct stv *state, u8 reg, u8 val) in write_reg()
337 static int read_reg(struct stv *state, u8 reg, u8 *val) in read_reg()
342 static int wait_for_call_done(struct stv *state, u8 mask) in wait_for_call_done()
364 static void init_state(struct stv *state) in init_state()
401 static int attach_init(struct stv *state) in attach_init()
416 struct stv *state = fe->tuner_priv; in set_bandwidth()
512 struct stv *state = fe->tuner_priv; in set_params()
567 struct stv *state = fe->tuner_priv; in get_rf_strength()
[all …]
/openbmc/linux/samples/timers/
H A Dhpet_example.c137 struct timeval stv, etv; in hpet_poll() local
183 gettimeofday(&stv, &tz); in hpet_poll()
190 usec = stv.tv_sec * 1000000 + stv.tv_usec; in hpet_poll()
/openbmc/linux/net/ipv4/
H A Dtcp.c2254 struct __kernel_sock_timeval stv = { in tcp_recv_timestamp() local
2259 sizeof(stv), &stv); in tcp_recv_timestamp()