Symbol: comm_runtime
sound/usb/6fire/chip.h
24
struct comm_runtime *comm;
sound/usb/6fire/comm.c
106
static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request,
sound/usb/6fire/comm.c
124
static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request,
sound/usb/6fire/comm.c
144
struct comm_runtime *rt = kzalloc_obj(struct comm_runtime);
sound/usb/6fire/comm.c
186
struct comm_runtime *rt = chip->comm;
sound/usb/6fire/comm.c
194
struct comm_runtime *rt = chip->comm;
sound/usb/6fire/comm.c
21
static void usb6fire_comm_init_urb(struct comm_runtime *rt, struct urb *urb,
sound/usb/6fire/comm.c
35
struct comm_runtime *rt = urb->context;
sound/usb/6fire/comm.h
27
void (*init_urb)(struct comm_runtime *rt, struct urb *urb, u8 *buffer,
sound/usb/6fire/comm.h
30
int (*write8)(struct comm_runtime *rt, u8 request, u8 reg, u8 value);
sound/usb/6fire/comm.h
31
int (*write16)(struct comm_runtime *rt, u8 request, u8 reg,
sound/usb/6fire/common.h
23
struct comm_runtime;
sound/usb/6fire/control.c
107
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/control.c
118
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/control.c
141
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/control.c
162
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/control.c
555
struct comm_runtime *comm_rt = chip->comm;
sound/usb/6fire/control.c
62
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/control.c
76
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/control.c
84
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/control.c
98
struct comm_runtime *comm_rt = rt->chip->comm;
sound/usb/6fire/midi.c
144
struct comm_runtime *comm_rt = chip->comm;