Lines Matching refs:lg3303
1 /* $NetBSD: lg3303.c,v 1.10 2017/06/01 02:45:10 chs Exp $ */
31 __KERNEL_RCSID(0, "$NetBSD: lg3303.c,v 1.10 2017/06/01 02:45:10 chs Exp $");
81 static int lg3303_reset(struct lg3303 *);
82 static int lg3303_init(struct lg3303 *);
84 struct lg3303 *
87 struct lg3303 *lg;
101 device_printf(lg->parent, "lg3303: found @ 0x%02x\n", addr);
107 lg3303_close(struct lg3303 *lg)
113 lg3303_write(struct lg3303 *lg, uint8_t *buf, size_t len)
131 lg3303_read(struct lg3303 *lg, uint8_t reg, uint8_t *buf, size_t len)
144 lg3303_reset(struct lg3303 *lg)
156 lg3303_init(struct lg3303 *lg)
178 lg3303_set_modulation(struct lg3303 *lg, fe_modulation_t modulation)
228 "lg3303: unsupported modulation type (%d)\n",
242 lg3303_get_dtv_status(struct lg3303 *lg)
273 "lg3303: unsupported modulation type (%d)\n",
292 lg3303_get_snr(struct lg3303 *lg)
320 "lg3303: unsupported modulation type (%d)\n",
334 lg3303_get_signal_strength(struct lg3303 *lg)
340 lg3303_get_ucblocks(struct lg3303 *lg)
352 MODULE(MODULE_CLASS_DRIVER, lg3303, "i2cexec,dtv_math");