|
Linux Kernel
3.7.1
|
#include <serial.h>
Data Fields | |
| struct usb_device * | dev |
| struct usb_serial_driver * | type |
| struct usb_interface * | interface |
| unsigned char | disconnected:1 |
| unsigned char | suspending:1 |
| unsigned char | attached:1 |
| unsigned char | minor |
| unsigned char | num_ports |
| unsigned char | num_port_pointers |
| char | num_interrupt_in |
| char | num_interrupt_out |
| char | num_bulk_in |
| char | num_bulk_out |
| struct usb_serial_port * | port [MAX_NUM_PORTS] |
| struct kref | kref |
| struct mutex | disc_mutex |
| void * | private |
1.8.2