Searched defs:usb_serial_port (Results 1 – 1 of 1) sorted by relevance
78 struct usb_serial_port { struct79 struct usb_serial *serial;80 struct tty_port port;81 spinlock_t lock;82 unsigned char number;84 unsigned char *interrupt_in_buffer;85 struct urb *interrupt_in_urb;86 __u8 interrupt_in_endpointAddress;88 unsigned char *interrupt_out_buffer;89 int interrupt_out_size;[all …]