Lines Matching refs:state
31 * exit from flow control state
139 enum usb_device_state device_state = priv_dev->gadget.state;
183 enum usb_device_state device_state = priv_dev->gadget.state;
198 "can't set_address from configured state\n");
278 enum usb_device_state state;
285 state = priv_dev->gadget.state;
293 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER)
299 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER)
308 if (state != USB_STATE_CONFIGURED || speed > USB_SPEED_HIGH)
431 if (priv_dev->gadget.state < USB_STATE_ADDRESS)