Symbol: agg_info
sys/dev/sound/pci/maestro.c
105
struct agg_info *parent;
sys/dev/sound/pci/maestro.c
1216
set_timer(struct agg_info *ess)
sys/dev/sound/pci/maestro.c
1242
struct agg_info *ess = sc;
sys/dev/sound/pci/maestro.c
1250
struct agg_info *ess = sc;
sys/dev/sound/pci/maestro.c
126
struct agg_info *parent;
sys/dev/sound/pci/maestro.c
1262
struct agg_info *ess = sc;
sys/dev/sound/pci/maestro.c
1289
struct agg_info *ess = devinfo;
sys/dev/sound/pci/maestro.c
1363
struct agg_info *ess = ch->parent;
sys/dev/sound/pci/maestro.c
1498
struct agg_info *ess = devinfo;
sys/dev/sound/pci/maestro.c
1637
struct agg_info* ess = sc;
sys/dev/sound/pci/maestro.c
1779
struct agg_info *ess = NULL;
sys/dev/sound/pci/maestro.c
1948
struct agg_info *ess = pcm_getdevinfo(dev);
sys/dev/sound/pci/maestro.c
1987
struct agg_info *ess = pcm_getdevinfo(dev);
sys/dev/sound/pci/maestro.c
2001
struct agg_info *ess = pcm_getdevinfo(dev);
sys/dev/sound/pci/maestro.c
2025
struct agg_info *ess = pcm_getdevinfo(dev);
sys/dev/sound/pci/maestro.c
210
static void agg_sleep(struct agg_info*, const char *wmesg, int msec);
sys/dev/sound/pci/maestro.c
213
static __inline u_int32_t agg_rd(struct agg_info*, int, int size);
sys/dev/sound/pci/maestro.c
214
static __inline void agg_wr(struct agg_info*, int, u_int32_t data,
sys/dev/sound/pci/maestro.c
217
static int agg_rdcodec(struct agg_info*, int);
sys/dev/sound/pci/maestro.c
218
static int agg_wrcodec(struct agg_info*, int, u_int32_t);
sys/dev/sound/pci/maestro.c
220
static void ringbus_setdest(struct agg_info*, int, int);
sys/dev/sound/pci/maestro.c
222
static u_int16_t wp_rdreg(struct agg_info*, u_int16_t);
sys/dev/sound/pci/maestro.c
223
static void wp_wrreg(struct agg_info*, u_int16_t, u_int16_t);
sys/dev/sound/pci/maestro.c
224
static u_int16_t wp_rdapu(struct agg_info*, unsigned, u_int16_t);
sys/dev/sound/pci/maestro.c
225
static void wp_wrapu(struct agg_info*, unsigned, u_int16_t, u_int16_t);
sys/dev/sound/pci/maestro.c
226
static void wp_settimer(struct agg_info*, u_int);
sys/dev/sound/pci/maestro.c
227
static void wp_starttimer(struct agg_info*);
sys/dev/sound/pci/maestro.c
228
static void wp_stoptimer(struct agg_info*);
sys/dev/sound/pci/maestro.c
231
static u_int16_t wc_rdreg(struct agg_info*, u_int16_t);
sys/dev/sound/pci/maestro.c
233
static void wc_wrreg(struct agg_info*, u_int16_t, u_int16_t);
sys/dev/sound/pci/maestro.c
235
static u_int16_t wc_rdchctl(struct agg_info*, int);
sys/dev/sound/pci/maestro.c
237
static void wc_wrchctl(struct agg_info*, int, u_int16_t);
sys/dev/sound/pci/maestro.c
239
static void agg_stopclock(struct agg_info*, int part, int st);
sys/dev/sound/pci/maestro.c
241
static void agg_initcodec(struct agg_info*);
sys/dev/sound/pci/maestro.c
242
static void agg_init(struct agg_info*);
sys/dev/sound/pci/maestro.c
243
static void agg_power(struct agg_info*, int);
sys/dev/sound/pci/maestro.c
257
static void set_timer(struct agg_info*);
sys/dev/sound/pci/maestro.c
281
agg_sleep(struct agg_info *sc, const char *wmesg, int msec)
sys/dev/sound/pci/maestro.c
296
agg_rd(struct agg_info *sc, int regno, int size)
sys/dev/sound/pci/maestro.c
313
((struct agg_info*)(sc))->st, \
sys/dev/sound/pci/maestro.c
314
((struct agg_info*)(sc))->sh, (regno))
sys/dev/sound/pci/maestro.c
318
agg_wr(struct agg_info *sc, int regno, u_int32_t data, int size)
sys/dev/sound/pci/maestro.c
336
((struct agg_info*)(sc))->st, \
sys/dev/sound/pci/maestro.c
337
((struct agg_info*)(sc))->sh, (regno), (data))
sys/dev/sound/pci/maestro.c
344
agg_codec_wait4idle(struct agg_info *ess)
sys/dev/sound/pci/maestro.c
358
agg_rdcodec(struct agg_info *ess, int regno)
sys/dev/sound/pci/maestro.c
385
agg_wrcodec(struct agg_info *ess, int regno, u_int32_t data)
sys/dev/sound/pci/maestro.c
408
ringbus_setdest(struct agg_info *ess, int src, int dest)
sys/dev/sound/pci/maestro.c
423
wp_rdreg(struct agg_info *ess, u_int16_t reg)
sys/dev/sound/pci/maestro.c
430
wp_wrreg(struct agg_info *ess, u_int16_t reg, u_int16_t data)
sys/dev/sound/pci/maestro.c
437
wp_wait_data(struct agg_info *ess, u_int16_t data)
sys/dev/sound/pci/maestro.c
452
wp_rdapu(struct agg_info *ess, unsigned ch, u_int16_t reg)
sys/dev/sound/pci/maestro.c
461
wp_wrapu(struct agg_info *ess, unsigned ch, u_int16_t reg, u_int16_t data)
sys/dev/sound/pci/maestro.c
475
apu_setparam(struct agg_info *ess, int apuch,
sys/dev/sound/pci/maestro.c
493
wp_settimer(struct agg_info *ess, u_int divide)
sys/dev/sound/pci/maestro.c
514
wp_starttimer(struct agg_info *ess)
sys/dev/sound/pci/maestro.c
523
wp_stoptimer(struct agg_info *ess)
sys/dev/sound/pci/maestro.c
537
wc_rdreg(struct agg_info *ess, u_int16_t reg)
sys/dev/sound/pci/maestro.c
545
wc_wrreg(struct agg_info *ess, u_int16_t reg, u_int16_t data)
sys/dev/sound/pci/maestro.c
553
wc_rdchctl(struct agg_info *ess, int ch)
sys/dev/sound/pci/maestro.c
560
wc_wrchctl(struct agg_info *ess, int ch, u_int16_t data)
sys/dev/sound/pci/maestro.c
569
agg_stopclock(struct agg_info *ess, int part, int st)
sys/dev/sound/pci/maestro.c
593
agg_initcodec(struct agg_info* ess)
sys/dev/sound/pci/maestro.c
633
agg_init(struct agg_info* ess)
sys/dev/sound/pci/maestro.c
757
agg_power(struct agg_info *ess, int status)