Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/legacy/
Draw_gadget.c148 STATE_DEV_RUNNING, enumerator
328 if (dev->state != STATE_DEV_RUNNING) { in gadget_setup()
523 dev->state = STATE_DEV_RUNNING; in raw_ioctl_run()
543 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_event_fetch()
607 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep0_io()
719 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep0_stall()
777 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_enable()
834 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_disable()
889 if (dev->state != STATE_DEV_RUNNING) { in raw_ioctl_ep_set_clear_halt_wedge()
975 if (dev->state != STATE_DEV_RUNNING) { in raw_process_ep_io()
[all …]