Home
last modified time | relevance | path

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

/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()
H A Dbus.c74 VMSTATE_INT32(remote_wakeup, USBDevice),
/qemu/include/hw/
H A Dusb.h250 int32_t remote_wakeup; member