Searched refs:interrupt_out (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/usb/
H A Dserial.h182 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS]; member in struct:usb_serial_endpoints
/linux-master/drivers/usb/serial/
H A Dusb-serial.c821 if (epds->num_interrupt_out == ARRAY_SIZE(epds->interrupt_out))
824 epds->interrupt_out[epds->num_interrupt_out++] = epd;
1113 epds->interrupt_out[i]);

Completed in 144 milliseconds