Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/legacy/
Draw_gadget.c153 STATE_DEV_RUNNING, enumerator
342 if (dev->state != STATE_DEV_RUNNING) { in gadget_setup()
558 dev->state = STATE_DEV_RUNNING; in raw_ioctl_run()
578 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_event_fetch()
642 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep0_io()
754 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep0_stall()
813 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_enable()
876 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_disable()
931 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_set_clear_halt_wedge()
1017 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep_io()
[all …]