#include <linux/types.h>
Go to the source code of this file.
#define DECLARE_USB_MIDI_OUT_JACK_DESCRIPTOR |
( |
|
p | ) |
|
Value:struct usb_midi_out_jack_descriptor_##
p {
\
Definition at line 79 of file midi.h.
#define DECLARE_USB_MS_ENDPOINT_DESCRIPTOR |
( |
|
n | ) |
|
Value:struct usb_ms_endpoint_descriptor_##
n {
\
Definition at line 103 of file midi.h.
#define USB_DT_MIDI_IN_SIZE 6 |
#define USB_DT_MIDI_OUT_SIZE |
( |
|
p | ) |
(7 + 2 * (p)) |
#define USB_DT_MS_ENDPOINT_SIZE |
( |
|
n | ) |
(4 + (n)) |
#define USB_DT_MS_HEADER_SIZE 7 |
#define USB_MS_ELEMENT 0x04 |
#define USB_MS_EMBEDDED 0x01 |
#define USB_MS_EXTERNAL 0x02 |
#define USB_MS_GENERAL 0x01 |
#define USB_MS_HEADER 0x01 |
#define USB_MS_MIDI_IN_JACK 0x02 |
#define USB_MS_MIDI_OUT_JACK 0x03 |
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.