Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/6fire/
H A Dcomm.h19 struct comm_runtime { struct
27 void (*init_urb)(struct comm_runtime *rt, struct urb *urb, u8 *buffer, argument
30 int (*write8)(struct comm_runtime *rt, u8 request, u8 reg, u8 value); argument
31 int (*write16)(struct comm_runtime *rt, u8 request, u8 reg, argument
H A Dcomm.c21 static void usb6fire_comm_init_urb(struct comm_runtime *rt, struct urb *urb, in usb6fire_comm_init_urb()
35 struct comm_runtime *rt = urb->context; in usb6fire_comm_receiver_handler()
106 static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, in usb6fire_comm_write8()
124 static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, in usb6fire_comm_write16()
144 struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime), in usb6fire_comm_init()
187 struct comm_runtime *rt = chip->comm; in usb6fire_comm_abort()
195 struct comm_runtime *rt = chip->comm; in usb6fire_comm_destroy()
H A Dcontrol.c62 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_output_vol_update()
76 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_output_mute_update()
84 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_input_vol_update()
98 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_line_phono_update()
107 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_opt_coax_update()
118 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_set_rate()
141 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_set_channels()
162 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_streaming_update()
556 struct comm_runtime *comm_rt = chip->comm; in usb6fire_control_init()
H A Dcommon.h23 struct comm_runtime;
H A Dchip.h24 struct comm_runtime *comm;
H A Dmidi.c156 struct comm_runtime *comm_rt = chip->comm; in usb6fire_midi_init()