13 #include <linux/device.h>
14 #include <linux/errno.h>
15 #include <linux/kernel.h>
16 #include <linux/string.h>
17 #include <linux/types.h>
35 "could not establish point to point connection\n");
52 #define LNBCONTROL_DONTCARE 0xff
54 static int fdtv_diseqc_send_master_cmd(
struct dvb_frontend *fe,
63 static int fdtv_diseqc_send_burst(
struct dvb_frontend *fe,
114 static int fdtv_read_signal_strength(
struct dvb_frontend *fe,
u16 *strength)
122 *strength =
stat.signal_strength << 8;
135 *snr =
stat.carrier_noise_ratio * 257;
139 static int fdtv_read_uncorrected_blocks(
struct dvb_frontend *fe,
u32 *ucblocks)
157 ops->
init = fdtv_dvb_init;
158 ops->
sleep = fdtv_sleep;
173 switch (fdtv->
type) {
253 fdtv->
fe.sec_priv = fdtv;