Lines Matching refs:USB_NUM_ENDPOINTS
30 #define USB_NUM_ENDPOINTS DT_INST_PROP(0, num_bidir_endpoints) macro
58 UsbDeviceDescriptor descriptors[USB_NUM_ENDPOINTS];
61 usb_dc_ep_callback ep_cb[2][USB_NUM_ENDPOINTS];
372 if (ep_idx > USB_NUM_ENDPOINTS) { in usb_dc_ep_check_cap()
461 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_set_stall()
482 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_clear_stall()
503 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_is_stalled()
533 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_flush()
552 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_enable()
577 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_disable()
601 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_write()
645 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_read_ex()
708 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_read_continue()
725 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_set_callback()
744 if (ep_idx >= USB_NUM_ENDPOINTS) { in usb_dc_ep_mps()