Searched refs:ep0_state (Results 1 – 4 of 4) sorted by relevance
345 pdev->ep0_state = USBD_EP0_SETUP; in usb_core_setup_stage()384 if (pdev->ep0_state == USBD_EP0_DATA_OUT) { in usb_core_data_out()423 if (pdev->ep0_state == USBD_EP0_DATA_IN) { in usb_core_data_in()705 pdev->ep0_state = USBD_EP0_DATA_OUT; in usb_core_receive_ep0()707 pdev->ep0_state = USBD_EP0_STATUS_OUT; in usb_core_receive_ep0()734 pdev->ep0_state = USBD_EP0_DATA_IN; in usb_core_transmit_ep0()736 pdev->ep0_state = USBD_EP0_STATUS_IN; in usb_core_transmit_ep0()822 pdev->ep0_state = USBD_EP0_IDLE; in register_usb_driver()
363 usb_core_handle.ep0_state = USBD_EP0_DATA_IN; in usb_dfu_plat_init()
335 usb_core_handle.ep0_state = USBD_EP0_DATA_IN; in usb_dfu_plat_init()
256 uint32_t ep0_state; member