Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/udc/src/
Dmain.c132 err1 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
135 err2 = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_enable()
138 err3 = udc_ep_enable(dev, FALSE_EP_ADDR, ed->bmAttributes, in test_udc_ep_enable()
141 err4 = udc_ep_enable(dev, ctrl_ep, ed->bmAttributes, in test_udc_ep_enable()
333 err = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in test_udc_ep_api()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_endpoint.c26 ret = udc_ep_enable(dev, ed->bEndpointAddress, ed->bmAttributes, in usbd_ep_enable()
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h569 int udc_ep_enable(const struct device *dev,
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c396 int udc_ep_enable(const struct device *dev, in udc_ep_enable() function