Symbol: uaudio_softc
sys/dev/sound/usb/uaudio.c
1175
struct uaudio_softc *sc = device_get_softc(device_get_parent(dev));
sys/dev/sound/usb/uaudio.c
1248
struct uaudio_softc *sc = device_get_softc(device_get_parent(dev));
sys/dev/sound/usb/uaudio.c
1264
struct uaudio_softc *sc = device_get_softc(dev);
sys/dev/sound/usb/uaudio.c
1318
uaudio_get_buffer_ms(struct uaudio_softc *sc, uint32_t int_frames)
sys/dev/sound/usb/uaudio.c
1362
uaudio20_clock_is_shared(struct uaudio_softc *sc, unsigned int x)
sys/dev/sound/usb/uaudio.c
1402
uaudio_configure_msg_sub(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
1619
struct uaudio_softc *sc = ((struct uaudio_configure_msg *)pm)->sc;
sys/dev/sound/usb/uaudio.c
1792
uaudio_get_chan(struct uaudio_softc *sc, struct uaudio_chan *chan,
sys/dev/sound/usb/uaudio.c
1808
uaudio_chan_fill_info_sub(struct uaudio_softc *sc, struct usb_device *udev,
sys/dev/sound/usb/uaudio.c
212
struct uaudio_softc *sc;
sys/dev/sound/usb/uaudio.c
2246
uaudio_chan_fill_info(struct uaudio_softc *sc, struct usb_device *udev)
sys/dev/sound/usb/uaudio.c
235
struct uaudio_softc *priv_sc;
sys/dev/sound/usb/uaudio.c
2799
struct uaudio_softc *sc;
sys/dev/sound/usb/uaudio.c
2868
struct uaudio_softc *sc;
sys/dev/sound/usb/uaudio.c
2889
struct uaudio_softc *sc = ch->priv_sc;
sys/dev/sound/usb/uaudio.c
2929
struct uaudio_softc *sc = ch->priv_sc;
sys/dev/sound/usb/uaudio.c
2992
struct uaudio_softc *sc = ch->priv_sc;
sys/dev/sound/usb/uaudio.c
3035
struct uaudio_softc *sc;
sys/dev/sound/usb/uaudio.c
3042
sc = (struct uaudio_softc *)oidp->oid_arg1;
sys/dev/sound/usb/uaudio.c
3082
uaudio_mixer_ctl_free(struct uaudio_softc *sc)
sys/dev/sound/usb/uaudio.c
3093
uaudio_mixer_register_sysctl(struct uaudio_softc *sc, device_t dev,
sys/dev/sound/usb/uaudio.c
3160
uaudio_mixer_controls_create_ftu(struct uaudio_softc *sc)
sys/dev/sound/usb/uaudio.c
3302
uaudio_mixer_reload_all(struct uaudio_softc *sc)
sys/dev/sound/usb/uaudio.c
3323
uaudio_mixer_add_ctl_sub(struct uaudio_softc *sc, struct uaudio_mixer_node *mc)
sys/dev/sound/usb/uaudio.c
3354
uaudio_mixer_add_ctl(struct uaudio_softc *sc, struct uaudio_mixer_node *mc)
sys/dev/sound/usb/uaudio.c
3410
uaudio_mixer_add_mixer(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
3487
uaudio20_mixer_add_mixer(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
3564
uaudio_mixer_check_selectors(struct uaudio_softc *sc)
sys/dev/sound/usb/uaudio.c
3616
uaudio_mixer_add_selector(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
3663
uaudio20_mixer_add_selector(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
3732
uaudio_mixer_add_feature(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
383
int (*sc_set_spdif_fn) (struct uaudio_softc *, int);
sys/dev/sound/usb/uaudio.c
3870
uaudio20_mixer_add_feature(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
4007
uaudio_mixer_add_processing_updown(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
4047
uaudio_mixer_add_processing(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
4090
uaudio_mixer_add_extension(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
485
static void uaudio_mixer_ctl_free(struct uaudio_softc *);
sys/dev/sound/usb/uaudio.c
486
static void uaudio_mixer_register_sysctl(struct uaudio_softc *, device_t, unsigned);
sys/dev/sound/usb/uaudio.c
487
static void uaudio_mixer_reload_all(struct uaudio_softc *);
sys/dev/sound/usb/uaudio.c
488
static void uaudio_mixer_controls_create_ftu(struct uaudio_softc *);
sys/dev/sound/usb/uaudio.c
492
static void uaudio_mixer_add_mixer(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
494
static void uaudio_mixer_add_selector(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
498
static void uaudio_mixer_add_feature(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
500
static void uaudio_mixer_add_processing_updown(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
502
static void uaudio_mixer_add_processing(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
504
static void uaudio_mixer_add_extension(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
5044
uaudio_mixer_fill_info(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
518
static void uaudio20_mixer_add_mixer(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
520
static void uaudio20_mixer_add_selector(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
522
static void uaudio20_mixer_add_feature(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
5309
struct uaudio_softc *sc = usbd_xfer_softc(xfer);
sys/dev/sound/usb/uaudio.c
535
static void uaudio_chan_fill_info_sub(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
537
static void uaudio_chan_fill_info(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
539
static void uaudio_mixer_add_ctl_sub(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
541
static void uaudio_mixer_add_ctl(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
543
static void uaudio_mixer_fill_info(struct uaudio_softc *,
sys/dev/sound/usb/uaudio.c
546
static void uaudio_mixer_init(struct uaudio_softc *, unsigned);
sys/dev/sound/usb/uaudio.c
5476
uaudio_mixer_ctl_set(struct uaudio_softc *sc, unsigned index,
sys/dev/sound/usb/uaudio.c
5492
uaudio_mixer_init(struct uaudio_softc *sc, unsigned index)
sys/dev/sound/usb/uaudio.c
5519
uaudio_mixer_init_sub(struct uaudio_softc *sc, struct snd_mixer *m)
sys/dev/sound/usb/uaudio.c
5554
uaudio_mixer_uninit_sub(struct uaudio_softc *sc, struct snd_mixer *m)
sys/dev/sound/usb/uaudio.c
5569
uaudio_mixer_set(struct uaudio_softc *sc, struct snd_mixer *m,
sys/dev/sound/usb/uaudio.c
5589
uaudio_mixer_setrecsrc(struct uaudio_softc *sc, struct snd_mixer *m, uint32_t src)
sys/dev/sound/usb/uaudio.c
559
static int uaudio_hid_attach(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
561
static void uaudio_hid_detach(struct uaudio_softc *sc);
sys/dev/sound/usb/uaudio.c
6062
struct uaudio_softc *sc = device_get_softc(dev);
sys/dev/sound/usb/uaudio.c
6082
struct uaudio_softc *sc = device_get_softc(dev);
sys/dev/sound/usb/uaudio.c
6173
struct uaudio_softc *sc = device_get_softc(dev);
sys/dev/sound/usb/uaudio.c
6196
struct uaudio_softc *sc = usbd_xfer_softc(xfer);
sys/dev/sound/usb/uaudio.c
6267
uaudio_hid_attach(struct uaudio_softc *sc,
sys/dev/sound/usb/uaudio.c
6346
uaudio_hid_detach(struct uaudio_softc *sc)
sys/dev/sound/usb/uaudio.c
713
.size = sizeof(struct uaudio_softc),
sys/dev/sound/usb/uaudio.c
839
uaudio_get_child_index_by_dev(struct uaudio_softc *sc, device_t dev)
sys/dev/sound/usb/uaudio.c
852
uaudio_get_child_index_by_chan(struct uaudio_softc *sc, struct uaudio_chan *ch)
sys/dev/sound/usb/uaudio.c
916
uaudio_set_spdif_cm6206(struct uaudio_softc *sc, int flags)
sys/dev/sound/usb/uaudio.c
946
uaudio_set_spdif_dummy(struct uaudio_softc *sc, int flags)
sys/dev/sound/usb/uaudio.c
952
uaudio_force_power_save(struct uaudio_softc *sc, uint8_t iface_index)
sys/dev/sound/usb/uaudio.c
976
struct uaudio_softc *sc = device_get_softc(dev);
sys/dev/sound/usb/uaudio.h
35
struct uaudio_softc;
sys/dev/sound/usb/uaudio.h
60
extern int uaudio_mixer_init_sub(struct uaudio_softc *, struct snd_mixer *);
sys/dev/sound/usb/uaudio.h
61
extern int uaudio_mixer_uninit_sub(struct uaudio_softc *, struct snd_mixer *);
sys/dev/sound/usb/uaudio.h
62
extern void uaudio_mixer_set(struct uaudio_softc *, struct snd_mixer *,
sys/dev/sound/usb/uaudio.h
64
extern uint32_t uaudio_mixer_setrecsrc(struct uaudio_softc *, struct snd_mixer *,