Symbol: control_runtime
sound/usb/6fire/chip.h
23
struct control_runtime *control;
sound/usb/6fire/common.h
22
struct control_runtime;
sound/usb/6fire/control.c
105
static void usb6fire_control_opt_coax_update(struct control_runtime *rt)
sound/usb/6fire/control.c
114
static int usb6fire_control_set_rate(struct control_runtime *rt, int rate)
sound/usb/6fire/control.c
137
struct control_runtime *rt, int n_analog_out,
sound/usb/6fire/control.c
160
static int usb6fire_control_streaming_update(struct control_runtime *rt)
sound/usb/6fire/control.c
188
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
218
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
235
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
262
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
292
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
317
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
334
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
347
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
361
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
375
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
383
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
397
struct control_runtime *rt = snd_kcontrol_chip(kcontrol);
sound/usb/6fire/control.c
519
struct control_runtime *rt,
sound/usb/6fire/control.c
556
struct control_runtime *rt = kzalloc_obj(struct control_runtime);
sound/usb/6fire/control.c
60
static void usb6fire_control_output_vol_update(struct control_runtime *rt)
sound/usb/6fire/control.c
74
static void usb6fire_control_output_mute_update(struct control_runtime *rt)
sound/usb/6fire/control.c
82
static void usb6fire_control_input_vol_update(struct control_runtime *rt)
sound/usb/6fire/control.c
96
static void usb6fire_control_line_phono_update(struct control_runtime *rt)
sound/usb/6fire/control.h
30
int (*update_streaming)(struct control_runtime *rt);
sound/usb/6fire/control.h
31
int (*set_rate)(struct control_runtime *rt, int rate);
sound/usb/6fire/control.h
32
int (*set_channels)(struct control_runtime *rt, int n_analog_out,
sound/usb/6fire/pcm.c
134
struct control_runtime *ctrl_rt = rt->chip->control;
sound/usb/6fire/pcm.c
73
struct control_runtime *ctrl_rt = rt->chip->control;