Symbol: zl10353
sys/dev/i2c/zl10353.c
105
zl10353_probe(struct zl10353 *zl)
sys/dev/i2c/zl10353.c
139
zl10353_read(struct zl10353 *zl, uint8_t reg, uint8_t *valp)
sys/dev/i2c/zl10353.c
154
zl10353_write(struct zl10353 *zl, uint8_t reg, uint8_t val)
sys/dev/i2c/zl10353.c
170
zl10353_reset(struct zl10353 *zl, bool hard)
sys/dev/i2c/zl10353.c
232
zl10353_set_params(struct zl10353 *zl,const struct dvb_frontend_parameters *fp)
sys/dev/i2c/zl10353.c
264
zl10353_set_fsm(struct zl10353 *zl)
sys/dev/i2c/zl10353.c
281
zl10353_set_agc(struct zl10353 *zl, const struct dvb_frontend_parameters *fp)
sys/dev/i2c/zl10353.c
303
zl10353_set_bw(struct zl10353 *zl, fe_bandwidth_t bw)
sys/dev/i2c/zl10353.c
349
zl10353_set_rate(struct zl10353 *zl)
sys/dev/i2c/zl10353.c
370
zl10353_set_freq(struct zl10353 *zl)
sys/dev/i2c/zl10353.c
382
zl10353_set_tps(struct zl10353 *zl, const struct dvb_frontend_parameters *fp)
sys/dev/i2c/zl10353.c
55
static int zl10353_probe(struct zl10353 *);
sys/dev/i2c/zl10353.c
56
static int zl10353_read(struct zl10353 *, uint8_t, uint8_t *);
sys/dev/i2c/zl10353.c
57
static int zl10353_write(struct zl10353 *, uint8_t, uint8_t);
sys/dev/i2c/zl10353.c
58
static int zl10353_reset(struct zl10353 *, bool);
sys/dev/i2c/zl10353.c
59
static int zl10353_set_agc(struct zl10353 *,
sys/dev/i2c/zl10353.c
591
zl10353_get_status(struct zl10353 *zl)
sys/dev/i2c/zl10353.c
61
static int zl10353_set_bw(struct zl10353 *, fe_bandwidth_t);
sys/dev/i2c/zl10353.c
62
static int zl10353_set_rate(struct zl10353 *);
sys/dev/i2c/zl10353.c
625
zl10353_get_signal_strength(struct zl10353 *zl)
sys/dev/i2c/zl10353.c
63
static int zl10353_set_freq(struct zl10353 *);
sys/dev/i2c/zl10353.c
639
zl10353_get_snr(struct zl10353 *zl)
sys/dev/i2c/zl10353.c
64
static int zl10353_set_tps(struct zl10353 *,
sys/dev/i2c/zl10353.c
649
MODULE(MODULE_CLASS_DRIVER, zl10353, "i2cexec");
sys/dev/i2c/zl10353.c
72
struct zl10353 *
sys/dev/i2c/zl10353.c
75
struct zl10353 *zl;
sys/dev/i2c/zl10353.c
99
zl10353_close(struct zl10353 *zl)
sys/dev/i2c/zl10353var.h
45
struct zl10353 *zl10353_open(device_t, i2c_tag_t, i2c_addr_t);
sys/dev/i2c/zl10353var.h
46
void zl10353_close(struct zl10353 *);
sys/dev/i2c/zl10353var.h
48
int zl10353_set_params(struct zl10353 *,
sys/dev/i2c/zl10353var.h
50
int zl10353_set_fsm(struct zl10353 *);
sys/dev/i2c/zl10353var.h
52
fe_status_t zl10353_get_status(struct zl10353 *);
sys/dev/i2c/zl10353var.h
53
uint16_t zl10353_get_signal_strength(struct zl10353 *);
sys/dev/i2c/zl10353var.h
54
uint16_t zl10353_get_snr(struct zl10353 *);