Symbol: au8522
sys/dev/i2c/au8522.c
145
au8522_set_common(struct au8522 *au, au8522_vinput_t vi)
sys/dev/i2c/au8522.c
154
au8522_set_ainput(struct au8522 *au, au8522_ainput_t ai)
sys/dev/i2c/au8522.c
194
au8522_set_if(struct au8522 *au)
sys/dev/i2c/au8522.c
216
struct au8522 *
sys/dev/i2c/au8522.c
219
struct au8522 *au;
sys/dev/i2c/au8522.c
241
au8522_close(struct au8522 *au)
sys/dev/i2c/au8522.c
247
au8522_enable(struct au8522 *au, bool enable)
sys/dev/i2c/au8522.c
262
au8522_set_input(struct au8522 *au, au8522_vinput_t vi, au8522_ainput_t ai)
sys/dev/i2c/au8522.c
273
au8522_get_signal(struct au8522 *au)
sys/dev/i2c/au8522.c
287
au8522_set_audio(struct au8522 *au, bool onoff)
sys/dev/i2c/au8522.c
301
au8522_set_modulation(struct au8522 *au, fe_modulation_t modulation)
sys/dev/i2c/au8522.c
335
au8522_set_gate(struct au8522 *au, bool onoff)
sys/dev/i2c/au8522.c
341
au8522_get_dtv_status(struct au8522 *au)
sys/dev/i2c/au8522.c
381
au8522_get_snr(struct au8522 *au)
sys/dev/i2c/au8522.c
420
MODULE(MODULE_CLASS_DRIVER, au8522, "i2cexec");
sys/dev/i2c/au8522.c
52
static int au8522_reset(struct au8522 *);
sys/dev/i2c/au8522.c
53
static int au8522_read_1(struct au8522 *, uint16_t, uint8_t *);
sys/dev/i2c/au8522.c
54
static int au8522_write_1(struct au8522 *, uint16_t, uint8_t);
sys/dev/i2c/au8522.c
55
static int au8522_set_vinput(struct au8522 *, au8522_vinput_t);
sys/dev/i2c/au8522.c
56
static int au8522_set_ainput(struct au8522 *, au8522_ainput_t);
sys/dev/i2c/au8522.c
57
static void au8522_set_common(struct au8522 *, au8522_vinput_t);
sys/dev/i2c/au8522.c
60
au8522_reset(struct au8522 *au)
sys/dev/i2c/au8522.c
66
au8522_read_1(struct au8522 *au, uint16_t reg, uint8_t *val)
sys/dev/i2c/au8522.c
82
au8522_write_1(struct au8522 *au, uint16_t reg, uint8_t val)
sys/dev/i2c/au8522.c
94
au8522_set_vinput(struct au8522 *au, au8522_vinput_t vi)
sys/dev/i2c/au8522var.h
59
struct au8522 * au8522_open(device_t, i2c_tag_t, i2c_addr_t, unsigned int);
sys/dev/i2c/au8522var.h
60
void au8522_close(struct au8522 *);
sys/dev/i2c/au8522var.h
62
void au8522_enable(struct au8522 *, bool);
sys/dev/i2c/au8522var.h
63
void au8522_set_input(struct au8522 *,
sys/dev/i2c/au8522var.h
65
int au8522_get_signal(struct au8522 *);
sys/dev/i2c/au8522var.h
66
void au8522_set_audio(struct au8522 *, bool);
sys/dev/i2c/au8522var.h
67
int au8522_set_modulation(struct au8522 *, fe_modulation_t);
sys/dev/i2c/au8522var.h
68
void au8522_set_gate(struct au8522 *, bool);
sys/dev/i2c/au8522var.h
69
fe_status_t au8522_get_dtv_status(struct au8522 *);
sys/dev/i2c/au8522var.h
70
uint16_t au8522_get_snr(struct au8522 *);
sys/dev/usb/auvitekvar.h
119
struct au8522 *sc_au8522;