Lines Matching refs:action

1169 	enum usb_action action = USB_NOTHING;  in dwc3_handle_ep0_xfernotready_event()  local
1185 action = USB_SETUP; in dwc3_handle_ep0_xfernotready_event()
1202 action = USB_DATA_OUT; in dwc3_handle_ep0_xfernotready_event()
1205 action = USB_DATA_IN; in dwc3_handle_ep0_xfernotready_event()
1249 return action; in dwc3_handle_ep0_xfernotready_event()
1255 enum usb_action action = USB_NOTHING; in dwc3_handle_ep_event() local
1326 action = USB_DATA_IN; in dwc3_handle_ep_event()
1337 return action; in dwc3_handle_ep_event()
1363 action = USB_SETUP; in dwc3_handle_ep_event()
1383 action = USB_DATA_OUT; in dwc3_handle_ep_event()
1395 return action; in dwc3_handle_ep_event()
1440 return action; in dwc3_handle_ep_event()
1443 action = dwc3_handle_ep0_xfernotready_event(dwc3_handle, event, in dwc3_handle_ep_event()
1477 return action; in dwc3_handle_ep_event()
1575 static uint32_t dwc3_get_epcfg_action(uint8_t action) in dwc3_get_epcfg_action() argument
1579 switch (action) { in dwc3_get_epcfg_action()
1600 uint8_t action) in dwc3_ep_configure() argument
1610 params.param0 |= dwc3_get_epcfg_action(action); in dwc3_ep_configure()
1674 enum usb_action action = USB_NOTHING; in dwc3_handle_dev_event() local
1685 action = USB_DISCONNECT; in dwc3_handle_dev_event()
1739 return action; in dwc3_handle_dev_event()
1760 return action; in dwc3_handle_dev_event()
1769 return action; in dwc3_handle_dev_event()
1772 action = USB_RESET; in dwc3_handle_dev_event()
1811 return action; in dwc3_handle_dev_event()
1818 return action; in dwc3_handle_dev_event()
1831 action = USB_ENUM_DONE; in dwc3_handle_dev_event()
1846 action = USB_RESUME; in dwc3_handle_dev_event()
1856 action = USB_SUSPEND; in dwc3_handle_dev_event()
1865 action = USB_LPM; in dwc3_handle_dev_event()
1883 action = USB_RESUME; in dwc3_handle_dev_event()
1890 return action; in dwc3_handle_dev_event()
1906 enum usb_action action = USB_NOTHING; in usb_dwc3_it_handler() local
1926 action = dwc3_handle_ep_event(dwc3_handle, evt, param); in usb_dwc3_it_handler()
1929 action = dwc3_handle_dev_event(dwc3_handle, evt, param); in usb_dwc3_it_handler()
1940 return action; in usb_dwc3_it_handler()