Home
last modified time | relevance | path

Searched defs:usb_serial_port (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/usb/
A Dserial.h71 struct usb_serial_port { struct
72 struct usb_serial *serial;
73 struct tty_port port;
74 spinlock_t lock;
75 u32 minor;
76 u8 port_number;
79 struct urb *interrupt_in_urb;
83 int interrupt_out_size;
88 int bulk_in_size;
89 struct urb *read_urb;
[all …]

Completed in 8 milliseconds