Home
last modified time | relevance | path

Searched refs:comm_runtime (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/sound/usb/6fire/
Dcomm.h23 struct comm_runtime { struct
31 void (*init_urb)(struct comm_runtime *rt, struct urb *urb, u8 *buffer, argument
34 int (*write8)(struct comm_runtime *rt, u8 request, u8 reg, u8 value); argument
35 int (*write16)(struct comm_runtime *rt, u8 request, u8 reg, argument
Dcomm.c25 static void usb6fire_comm_init_urb(struct comm_runtime *rt, struct urb *urb, in usb6fire_comm_init_urb()
39 struct comm_runtime *rt = urb->context; in usb6fire_comm_receiver_handler()
110 static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, in usb6fire_comm_write8()
128 static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, in usb6fire_comm_write16()
148 struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime), in usb6fire_comm_init()
190 struct comm_runtime *rt = chip->comm; in usb6fire_comm_abort()
198 struct comm_runtime *rt = chip->comm; in usb6fire_comm_destroy()
Dcontrol.c66 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_output_vol_update()
80 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_output_mute_update()
88 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_input_vol_update()
102 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_line_phono_update()
111 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_opt_coax_update()
122 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_set_rate()
145 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_set_channels()
166 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_streaming_update()
570 struct comm_runtime *comm_rt = chip->comm; in usb6fire_control_init()
Dcommon.h27 struct comm_runtime;
Dchip.h28 struct comm_runtime *comm;
Dmidi.c158 struct comm_runtime *comm_rt = chip->comm; in usb6fire_midi_init()