Lines Matching refs:es_info

134 struct es_info;
137 struct es_info *parent;
209 struct es_info { struct
238 static uint32_t es1371_wait_src_ready(struct es_info *); argument
239 static void es1371_src_write(struct es_info *,
241 static unsigned int es1371_adc_rate(struct es_info *, unsigned int, int);
242 static unsigned int es1371_dac_rate(struct es_info *, unsigned int, int);
243 static int es1371_init(struct es_info *);
244 static int es1370_init(struct es_info *);
245 static int es1370_wrcodec(struct es_info *, unsigned char, unsigned char);
277 es_rd(struct es_info *es, int regno, int size) in es_rd()
292 es_wr(struct es_info *es, int regno, uint32_t data, int size) in es_wr()
314 struct es_info *es; in es1370_mixinit()
348 struct es_info *es; in es1370_mixset()
384 struct es_info *es; in es1370_mixsetrecsrc()
419 es1370_wrcodec(struct es_info *es, unsigned char i, unsigned char data) in es1370_wrcodec()
445 struct es_info *es = devinfo; in eschan_init()
537 struct es_info *es = ch->parent; in eschan_setformat()
571 struct es_info *es = ch->parent; in eschan1370_setspeed()
616 struct es_info *es = ch->parent; in eschan1371_setspeed()
636 struct es_info *es = ch->parent; in eschan_setfragments()
675 struct es_info *es = ch->parent; in eschan_setblocksize()
689 struct es_info *es; in es_poll_channel()
724 struct es_info *es = arg; in es_poll_callback()
758 struct es_info *es = ch->parent; in eschan_trigger()
856 struct es_info *es = ch->parent; in eschan_getptr()
921 struct es_info *es = p; in es_intr()
957 es1370_init(struct es_info *es) in es1370_init()
1022 es1371_init(struct es_info *es) in es1371_init()
1113 struct es_info *es = (struct es_info*)s; in es1371_wrcd()
1151 struct es_info *es = (struct es_info *)s; in es1371_rdcd()
1202 es1371_src_read(struct es_info *es, unsigned short reg) in es1371_src_read()
1214 es1371_src_write(struct es_info *es, unsigned short reg, unsigned short data) in es1371_src_write()
1225 es1371_adc_rate(struct es_info *es, unsigned int rate, int set) in es1371_adc_rate()
1265 es1371_dac_rate(struct es_info *es, unsigned int rate, int set) in es1371_dac_rate()
1294 es1371_wait_src_ready(struct es_info *es) in es1371_wait_src_ready()
1397 struct es_info *es; in sysctl_es137x_spdif_enable()
1435 struct es_info *es; in sysctl_es137x_latency_timer()
1462 struct es_info *es; in sysctl_es137x_fixed_rate()
1510 struct es_info *es; in sysctl_es137x_single_pcm_mixer()
1595 struct es_info *es; in sysctl_es_polling()
1630 struct es_info *es; in es_init_sysctls()
1707 struct es_info *es = NULL; in es_pci_attach()
1902 struct es_info *es; in es_pci_detach()