Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/
H A Dusb_device.h152 enum usb_action { enum
237 enum usb_action (*it_handler)(void *handle, uint32_t *param);
/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c1166 static enum usb_action dwc3_handle_ep0_xfernotready_event(dwc3_handle_t *dwc3_handle, in dwc3_handle_ep0_xfernotready_event()
1169 enum usb_action action = USB_NOTHING; in dwc3_handle_ep0_xfernotready_event()
1252 static enum usb_action dwc3_handle_ep_event(dwc3_handle_t *dwc3_handle, uint32_t event, in dwc3_handle_ep_event()
1255 enum usb_action action = USB_NOTHING; in dwc3_handle_ep_event()
1671 static enum usb_action dwc3_handle_dev_event(dwc3_handle_t *dwc3_handle, uint32_t event, in dwc3_handle_dev_event()
1674 enum usb_action action = USB_NOTHING; in dwc3_handle_dev_event()
1903 static enum usb_action usb_dwc3_it_handler(void *handle, uint32_t *param) in usb_dwc3_it_handler()
1906 enum usb_action action = USB_NOTHING; in usb_dwc3_it_handler()
/rk3399_ARM-atf/drivers/st/usb/
H A Dstm32mp1_usb.c791 static enum usb_action usb_dwc2_it_handler(void *handle, uint32_t *param) in usb_dwc2_it_handler()