Searched refs:USB_NUM_ENDPOINTS (Results 1 – 2 of 2) sorted by relevance
30 #define USB_NUM_ENDPOINTS DT_INST_PROP(0, num_bidir_endpoints) macro58 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()[all …]
46 struct rpi_pico_ep_data out_ep[USB_NUM_ENDPOINTS];47 struct rpi_pico_ep_data in_ep[USB_NUM_ENDPOINTS];571 for (unsigned int i = 0; buf_status && i < USB_NUM_ENDPOINTS * 2; i++) { in rpi_pico_handle_buff_status()1127 static struct udc_ep_config ep_cfg_out[USB_NUM_ENDPOINTS]; \1128 static struct udc_ep_config ep_cfg_in[USB_NUM_ENDPOINTS]; \