Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/serial/
A Dvisor.c497 swap(epds->interrupt_in[0], epds->interrupt_in[1]); in visor_calc_num_ports()
A Dusb-serial.c817 if (epds->num_interrupt_in == ARRAY_SIZE(epds->interrupt_in)) in store_endpoint()
820 epds->interrupt_in[epds->num_interrupt_in++] = epd; in store_endpoint()
1103 epds->interrupt_in[i]); in usb_serial_probe()
A Dpl2303.c362 if (epds->num_interrupt_in < ARRAY_SIZE(epds->interrupt_in)) in pl2303_endpoint_hack()
363 epds->interrupt_in[epds->num_interrupt_in++] = endpoint; in pl2303_endpoint_hack()
/linux-6.3-rc2/include/linux/usb/
A Dserial.h181 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS]; member

Completed in 27 milliseconds