Searched defs:usb_serial_endpoints (Results 1 – 2 of 2) sorted by relevance
178 struct usb_serial_endpoints { struct179 unsigned char num_bulk_in;180 unsigned char num_bulk_out;181 unsigned char num_interrupt_in;182 unsigned char num_interrupt_out;183 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];184 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];185 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];186 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
174 struct usb_serial_endpoints { struct175 unsigned char num_bulk_in;176 unsigned char num_bulk_out;177 unsigned char num_interrupt_in;178 unsigned char num_interrupt_out;179 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS];180 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS];181 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS];182 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];