Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/legacy/
Draw_gadget.c154 STATE_DEV_RUNNING, enumerator
344 if (dev->state != STATE_DEV_RUNNING) { in gadget_setup()
605 dev->state = STATE_DEV_RUNNING; in raw_ioctl_run()
625 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_event_fetch()
689 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep0_io()
803 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep0_stall()
862 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_enable()
925 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_disable()
980 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_set_clear_halt_wedge()
1066 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep_io()
[all …]