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