Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/legacy/
Draw_gadget.c153 STATE_DEV_RUNNING, enumerator
340 if (dev->state != STATE_DEV_RUNNING) { in gadget_setup()
556 dev->state = STATE_DEV_RUNNING; in raw_ioctl_run()
576 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_event_fetch()
640 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep0_io()
752 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep0_stall()
811 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_enable()
874 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_disable()
929 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_set_clear_halt_wedge()
1015 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep_io()
[all …]