Home | History | Annotate | Download | only in i2c

Lines Matching refs:zl10353

1 /*	$NetBSD: zl10353.c,v 1.5 2017/06/01 02:45:10 chs Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: zl10353.c,v 1.5 2017/06/01 02:45:10 chs Exp $");
46 * Zarlink ZL10353 demodulator (now known as Intel CE623x).
55 static int zl10353_probe(struct zl10353 *);
56 static int zl10353_read(struct zl10353 *, uint8_t, uint8_t *);
57 static int zl10353_write(struct zl10353 *, uint8_t, uint8_t);
58 static int zl10353_reset(struct zl10353 *, bool);
59 static int zl10353_set_agc(struct zl10353 *,
61 static int zl10353_set_bw(struct zl10353 *, fe_bandwidth_t);
62 static int zl10353_set_rate(struct zl10353 *);
63 static int zl10353_set_freq(struct zl10353 *);
64 static int zl10353_set_tps(struct zl10353 *,
72 struct zl10353 *
75 struct zl10353 *zl;
99 zl10353_close(struct zl10353 *zl)
105 zl10353_probe(struct zl10353 *zl)
124 zl->zl_name = "Zarlink ZL10353";
139 zl10353_read(struct zl10353 *zl, uint8_t reg, uint8_t *valp)
154 zl10353_write(struct zl10353 *zl, uint8_t reg, uint8_t val)
170 zl10353_reset(struct zl10353 *zl, bool hard)
232 zl10353_set_params(struct zl10353 *zl,const struct dvb_frontend_parameters *fp)
264 zl10353_set_fsm(struct zl10353 *zl)
281 zl10353_set_agc(struct zl10353 *zl, const struct dvb_frontend_parameters *fp)
303 zl10353_set_bw(struct zl10353 *zl, fe_bandwidth_t bw)
349 zl10353_set_rate(struct zl10353 *zl)
370 zl10353_set_freq(struct zl10353 *zl)
382 zl10353_set_tps(struct zl10353 *zl, const struct dvb_frontend_parameters *fp)
591 zl10353_get_status(struct zl10353 *zl)
625 zl10353_get_signal_strength(struct zl10353 *zl)
639 zl10353_get_snr(struct zl10353 *zl)
649 MODULE(MODULE_CLASS_DRIVER, zl10353, "i2cexec");