Searched refs:ep_clear_halt (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc.h | 235 int (*ep_clear_halt)(const struct device *dev, member
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_skeleton.c | 354 .ep_clear_halt = udc_skeleton_ep_clear_halt,
|
D | udc_nrf.c | 963 .ep_clear_halt = udc_nrf_ep_clear_halt,
|
D | udc_virtual.c | 638 .ep_clear_halt = udc_vrt_ep_clear_halt,
|
D | udc_renesas_ra.c | 667 .ep_clear_halt = udc_renesas_ra_ep_clear_halt,
|
D | udc_ambiq.c | 879 .ep_clear_halt = udc_ambiq_ep_clear_halt,
|
D | udc_mcux_ehci.c | 834 .ep_clear_halt = udc_mcux_ep_clear_halt,
|
D | udc_mcux_ip3511.c | 857 .ep_clear_halt = udc_mcux_ep_clear_halt,
|
D | udc_common.c | 536 ret = api->ep_clear_halt(dev, cfg); in udc_ep_clear_halt()
|
D | udc_stm32.c | 823 .ep_clear_halt = udc_stm32_ep_clear_halt,
|
D | udc_kinetis.c | 1143 .ep_clear_halt = usbfsotg_ep_clear_halt,
|
D | udc_rpi_pico.c | 1075 .ep_clear_halt = udc_rpi_pico_ep_clear_halt,
|
D | udc_numaker.c | 1710 .ep_clear_halt = udc_numaker_ep_clear_halt,
|
D | udc_it82xx2.c | 1512 .ep_clear_halt = it82xx2_ep_clear_halt,
|
D | udc_smartbond.c | 1721 .ep_clear_halt = udc_smartbond_ep_clear_halt,
|
D | udc_dwc2.c | 2985 .ep_clear_halt = udc_dwc2_ep_clear_halt,
|