Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/gadget/udc/
Dudc-xilinx.c83 #define XUSB_MAX_ENDPOINTS 8 /* Maximum End Points */ macro
1308 for (ep_number = 0; ep_number < XUSB_MAX_ENDPOINTS; ep_number++) { in xudc_eps_init()
1361 for (i = 0; i < XUSB_MAX_ENDPOINTS; i++) { in xudc_stop_activity()
1452 for (i = 0; i < XUSB_MAX_ENDPOINTS; i++) { in xudc_clear_stall_all_ep()
1623 if (epnum >= XUSB_MAX_ENDPOINTS) in xudc_getstatus()
1693 if (endpoint >= XUSB_MAX_ENDPOINTS) { in xudc_set_clear_feature()