Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/host_backend/
Dhost_device.rs27 pub enum ControlEndpointState { enum
43 ctl_ep_state: ControlEndpointState,
68 ctl_ep_state: ControlEndpointState::SetupStage, in new()
238 if self.ctl_ep_state != ControlEndpointState::SetupStage { in handle_control_transfer()
247 self.ctl_ep_state = ControlEndpointState::DataStage; in handle_control_transfer()
250 if self.ctl_ep_state != ControlEndpointState::DataStage { in handle_control_transfer()
258 self.ctl_ep_state = ControlEndpointState::StatusStage; in handle_control_transfer()
261 if self.ctl_ep_state == ControlEndpointState::SetupStage { in handle_control_transfer()
276 self.ctl_ep_state = ControlEndpointState::SetupStage; in handle_control_transfer()