Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddesc.c755 if (dev->remote_wakeup) { in usb_desc_handle_control()
765 dev->remote_wakeup = 0; in usb_desc_handle_control()
772 dev->remote_wakeup = 1; in usb_desc_handle_control()
H A Dcore.c90 dev->remote_wakeup = 0; in usb_device_reset()
108 if (dev->remote_wakeup && dev->port && dev->port->ops->wakeup) { in usb_wakeup()
H A Ddev-hid.c748 if (s->dev.remote_wakeup) { in usb_ptr_post_load()
/openbmc/qemu/include/hw/
H A Dusb.h250 int32_t remote_wakeup; member