Linux Kernel
3.7.1
|
#include <usb-wwan.h>
Data Fields | |
spinlock_t | susp_lock |
unsigned int | suspended:1 |
int | in_flight |
int(* | send_setup )(struct usb_serial_port *port) |
void * | private |
Definition at line 38 of file usb-wwan.h.
int in_flight |
Definition at line 41 of file usb-wwan.h.
void* private |
Definition at line 43 of file usb-wwan.h.
int(* send_setup)(struct usb_serial_port *port) |
Definition at line 42 of file usb-wwan.h.
spinlock_t susp_lock |
Definition at line 39 of file usb-wwan.h.
unsigned int suspended |
Definition at line 40 of file usb-wwan.h.