Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_helpers.c378 int offset_ep = offset_intf; in test_parse_intf_and_ep() local
379 …desc = usb_parse_endpoint_descriptor_by_index(intf_desc, 0, config_desc->wTotalLength, &offset_ep); in test_parse_intf_and_ep()
382 offset_ep = offset_intf; in test_parse_intf_and_ep()
383 …desc = usb_parse_endpoint_descriptor_by_index(intf_desc, 1, config_desc->wTotalLength, &offset_ep); in test_parse_intf_and_ep()
391 offset_ep = offset_intf; in test_parse_intf_and_ep()
392 …desc = usb_parse_endpoint_descriptor_by_index(intf_desc, 0, config_desc->wTotalLength, &offset_ep); in test_parse_intf_and_ep()
400 offset_ep = offset_intf; in test_parse_intf_and_ep()
401 …desc = usb_parse_endpoint_descriptor_by_index(intf_desc, 0, config_desc->wTotalLength, &offset_ep); in test_parse_intf_and_ep()
404 offset_ep = offset_intf; in test_parse_intf_and_ep()
405 …desc = usb_parse_endpoint_descriptor_by_index(intf_desc, 1, config_desc->wTotalLength, &offset_ep); in test_parse_intf_and_ep()
[all …]
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c152 int offset_ep; in usb_parse_endpoint_descriptor_by_address() local
156 offset_ep = offset_intf; in usb_parse_endpoint_descriptor_by_address()
157 … = usb_parse_endpoint_descriptor_by_index(intf_desc, index, config_desc->wTotalLength, &offset_ep); in usb_parse_endpoint_descriptor_by_address()
167 *offset = offset_ep; in usb_parse_endpoint_descriptor_by_address()
Dusb_host.c1003 int offset_ep = offset_intf; in interface_claim() local
1004 …desc = usb_parse_endpoint_descriptor_by_index(intf_desc, i, config_desc->wTotalLength, &offset_ep); in interface_claim()