Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
usb_stream.h File Reference

Go to the source code of this file.

Data Structures

struct  usb_stream_packet
 
struct  usb_stream_config
 
struct  usb_stream
 

Macros

#define USB_STREAM_INTERFACE_VERSION   2
 
#define SNDRV_USB_STREAM_IOCTL_SET_PARAMS   _IOW('H', 0x90, struct usb_stream_config)
 

Enumerations

enum  usb_stream_state {
  usb_stream_invalid, usb_stream_stopped, usb_stream_sync0, usb_stream_sync1,
  usb_stream_ready, usb_stream_running, usb_stream_xrun
}
 

Macro Definition Documentation

#define SNDRV_USB_STREAM_IOCTL_SET_PARAMS   _IOW('H', 0x90, struct usb_stream_config)

Definition at line 21 of file usb_stream.h.

#define USB_STREAM_INTERFACE_VERSION   2

Definition at line 19 of file usb_stream.h.

Enumeration Type Documentation

Enumerator:
usb_stream_invalid 
usb_stream_stopped 
usb_stream_sync0 
usb_stream_sync1 
usb_stream_ready 
usb_stream_running 
usb_stream_xrun 

Definition at line 63 of file usb_stream.h.