Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c160 struct it82xx2_endpoint_data ep_data[MAX_NUM_ENDPOINTS];
973 for (uint8_t idx = 0; idx < MAX_NUM_ENDPOINTS; idx++) { in usb_dc_attach()
1076 if (ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_check_cap()
1111 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_configure()
1166 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_set_callback()
1193 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_enable()
1218 if (!udata0.attached || ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_disable()
1235 if (ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_set_stall()
1271 if (ep_idx >= MAX_NUM_ENDPOINTS) { in usb_dc_ep_clear_stall()
1285 if ((!stalled) || (ep_idx >= MAX_NUM_ENDPOINTS)) { in usb_dc_ep_is_stalled()
[all …]
/Zephyr-latest/drivers/usb/udc/
Dudc_it82xx2.c1542 for (int i = 0; i < MAX_NUM_ENDPOINTS; i++) { in it82xx2_usb_driver_preinit()
1562 for (int i = 0; i < MAX_NUM_ENDPOINTS; i++) { in it82xx2_usb_driver_preinit()
1621 static struct udc_ep_config ep_cfg_out[MAX_NUM_ENDPOINTS]; \
1622 static struct udc_ep_config ep_cfg_in[MAX_NUM_ENDPOINTS]; \
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h525 MAX_NUM_ENDPOINTS enumerator