Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hub.c215 (dev->remote_wakeup << USB_DEVICE_REMOTE_WAKEUP); in usb_hub_handle_control()
221 dev->remote_wakeup = 0; in usb_hub_handle_control()
235 dev->remote_wakeup = 1; in usb_hub_handle_control()
Dusb-msd.c239 (dev->remote_wakeup << USB_DEVICE_REMOTE_WAKEUP); in usb_msd_handle_control()
245 dev->remote_wakeup = 0; in usb_msd_handle_control()
253 dev->remote_wakeup = 1; in usb_msd_handle_control()
Dusb-hid.c642 (dev->remote_wakeup << USB_DEVICE_REMOTE_WAKEUP); in usb_hid_handle_control()
648 dev->remote_wakeup = 0; in usb_hid_handle_control()
656 dev->remote_wakeup = 1; in usb_hid_handle_control()
Dusb.h178 int remote_wakeup; member
Dusb.c179 s->remote_wakeup = 0; in usb_generic_handle_packet()
/external/qemu/
Dusb-linux.c751 s->remote_wakeup = 0; in usb_host_handle_packet()
/external/bluetooth/bluez/tools/
Dsdptool.c2418 uint8_t battery = 1, remote_wakeup = 1; in add_hid_wiimote() local
2542 SDP_BOOL, &remote_wakeup); in add_hid_wiimote()