Home
last modified time | relevance | path

Searched refs:interrupt_in (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dvisor.c497 swap(epds->interrupt_in[0], epds->interrupt_in[1]); in visor_calc_num_ports()
H A Dusb-serial.c724 BUILD_BUG_ON(ARRAY_SIZE(epds->interrupt_in) < USB_MAXENDPOINTS / 2); in find_endpoints()
739 epds->interrupt_in[epds->num_interrupt_in++] = epd; in find_endpoints()
1004 epds->interrupt_in[i]); in usb_serial_probe()
H A Dpl2303.c340 if (epds->num_interrupt_in < ARRAY_SIZE(epds->interrupt_in)) in pl2303_endpoint_hack()
341 epds->interrupt_in[epds->num_interrupt_in++] = endpoint; in pl2303_endpoint_hack()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dserial.h185 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS]; member