Searched defs:usb_serial_endpoints (Results 1 – 1 of 1) sorted by relevance
175 struct usb_serial_endpoints { struct176 unsigned char num_bulk_in;177 unsigned char num_bulk_out;178 unsigned char num_interrupt_in;179 unsigned char num_interrupt_out;180 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];181 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];182 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];183 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];