Linux Kernel
3.7.1
|
Data Fields | |
struct usb_function | func |
struct usb_gadget * | gadget |
struct usb_ep * | in_ep |
struct usb_ep * | out_ep |
struct snd_card * | card |
struct snd_rawmidi * | rmidi |
struct snd_rawmidi_substream * | in_substream [MAX_PORTS] |
struct snd_rawmidi_substream * | out_substream [MAX_PORTS] |
struct gmidi_in_port * | in_port [MAX_PORTS] |
unsigned long | out_triggered |
struct tasklet_struct | tasklet |
unsigned int | in_ports |
unsigned int | out_ports |
int | index |
char * | id |
unsigned int | buflen |
unsigned int | qlen |
struct usb_function func |
struct usb_gadget* gadget |
struct gmidi_in_port* in_port[MAX_PORTS] |
struct snd_rawmidi_substream* in_substream[MAX_PORTS] |
struct snd_rawmidi_substream* out_substream[MAX_PORTS] |
struct snd_rawmidi* rmidi |
struct tasklet_struct tasklet |