|
Linux Kernel
3.7.1
|
#include <usb_stream.h>
Data Fields | |
| struct usb_stream_config | cfg |
| unsigned | read_size |
| unsigned | write_size |
| int | period_size |
| unsigned | state |
| int | idle_insize |
| int | idle_outsize |
| int | sync_packet |
| unsigned | insize_done |
| unsigned | periods_done |
| unsigned | periods_polled |
| struct usb_stream_packet | outpacket [2] |
| unsigned | inpackets |
| unsigned | inpacket_head |
| unsigned | inpacket_split |
| unsigned | inpacket_split_at |
| unsigned | next_inpacket_split |
| unsigned | next_inpacket_split_at |
| struct usb_stream_packet | inpacket [0] |
Definition at line 37 of file usb_stream.h.
Definition at line 38 of file usb_stream.h.
| int idle_insize |
Definition at line 46 of file usb_stream.h.
| int idle_outsize |
Definition at line 47 of file usb_stream.h.
| struct usb_stream_packet inpacket[0] |
Definition at line 60 of file usb_stream.h.
| unsigned inpacket_head |
Definition at line 55 of file usb_stream.h.
| unsigned inpacket_split |
Definition at line 56 of file usb_stream.h.
| unsigned inpacket_split_at |
Definition at line 57 of file usb_stream.h.
| unsigned inpackets |
Definition at line 54 of file usb_stream.h.
| unsigned insize_done |
Definition at line 49 of file usb_stream.h.
| unsigned next_inpacket_split |
Definition at line 58 of file usb_stream.h.
| unsigned next_inpacket_split_at |
Definition at line 59 of file usb_stream.h.
| struct usb_stream_packet outpacket[2] |
Definition at line 53 of file usb_stream.h.
| int period_size |
Definition at line 42 of file usb_stream.h.
| unsigned periods_done |
Definition at line 50 of file usb_stream.h.
| unsigned periods_polled |
Definition at line 51 of file usb_stream.h.
| unsigned read_size |
Definition at line 39 of file usb_stream.h.
| unsigned state |
Definition at line 44 of file usb_stream.h.
| int sync_packet |
Definition at line 48 of file usb_stream.h.
| unsigned write_size |
Definition at line 40 of file usb_stream.h.
1.8.2