Searched defs:usb_serial_port (Results 1 – 1 of 1) sorted by relevance
84 struct usb_serial_port { struct85 struct usb_serial *serial;86 struct tty_port port;87 spinlock_t lock;88 unsigned char number;90 unsigned char *interrupt_in_buffer;91 struct urb *interrupt_in_urb;92 __u8 interrupt_in_endpointAddress;94 unsigned char *interrupt_out_buffer;95 int interrupt_out_size;[all …]