Home
last modified time | relevance | path

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

/system/dev/usb/usb-peripheral/
A Dusb-peripheral.c109 usb_function_t* endpoint_map[USB_MAX_EPS]; member
242 usb_function_t** endpoint_map = dev->endpoint_map; in usb_func_set_interface() local
281 if (index == 0 || index >= countof(dev->endpoint_map) || in usb_func_set_interface()
282 endpoint_map[index] != function) { in usb_func_set_interface()
341 usb_function_t** endpoint_map = dev->endpoint_map; in usb_func_alloc_ep() local
345 if (endpoint_map[index] == NULL) { in usb_func_alloc_ep()
346 endpoint_map[index] = function; in usb_func_alloc_ep()
569 usb_function_t* function = dev->endpoint_map[index]; in usb_dev_control()
850 memset(dev->endpoint_map, 0, sizeof(dev->endpoint_map)); in usb_dev_do_clear_functions()

Completed in 5 milliseconds