Linux Kernel
3.7.1
|
#include <rtl819x_Qos.h>
Data Fields | |
u64 | UsedTime |
u64 | MediumTime |
u8 | HwAcmCtl |
struct usb_device * | dev |
struct usb_interface * | control |
struct usb_interface * | data |
struct tty_port | port |
struct urb * | ctrlurb |
u8 * | ctrl_buffer |
dma_addr_t | ctrl_dma |
u8 * | country_codes |
unsigned int | country_code_size |
unsigned int | country_rel_date |
struct acm_wb | wb [ACM_NW] |
unsigned long | read_urbs_free |
struct urb * | read_urbs [ACM_NR] |
struct acm_rb | read_buffers [ACM_NR] |
int | rx_buflimit |
int | rx_endpoint |
spinlock_t | read_lock |
int | write_used |
int | transmitting |
spinlock_t | write_lock |
struct mutex | mutex |
bool | disconnected |
struct usb_cdc_line_coding | line |
struct work_struct | work |
unsigned int | ctrlin |
unsigned int | ctrlout |
unsigned int | writesize |
unsigned int | readsize |
unsigned int | ctrlsize |
unsigned int | minor |
unsigned char | clocal |
unsigned int | ctrl_caps |
unsigned int | susp_count |
unsigned int | combined_interfaces:1 |
unsigned int | is_int_ep:1 |
unsigned int | throttled:1 |
unsigned int | throttle_req:1 |
u8 | bInterval |
struct acm_wb * | delayed_wb |
Definition at line 263 of file rtl819x_Qos.h.
struct usb_interface* control |
dma_addr_t ctrl_dma |
u8 HwAcmCtl |
Definition at line 266 of file rtl819x_Qos.h.
u64 MediumTime |
Definition at line 265 of file rtl819x_Qos.h.
spinlock_t read_lock |
u64 UsedTime |
Definition at line 264 of file rtl819x_Qos.h.
struct work_struct work |
spinlock_t write_lock |