Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c525 if (sc->hid.feature == UF_DEVICE_REMOTE_WAKEUP) in umouse_request()
563 if (value == UF_DEVICE_REMOTE_WAKEUP) in umouse_request()
569 if (value == UF_DEVICE_REMOTE_WAKEUP) in umouse_request()
570 sc->hid.feature = UF_DEVICE_REMOTE_WAKEUP; in umouse_request()
/freebsd/sys/dev/usb/
H A Dusb_handle_request.c573 case UF_DEVICE_REMOTE_WAKEUP: in usb_handle_request()
581 case UF_DEVICE_REMOTE_WAKEUP: in usb_handle_request()
H A Dusb.h240 #define UF_DEVICE_REMOTE_WAKEUP 1 macro
H A Dusb_hub.c2621 NULL, UF_DEVICE_REMOTE_WAKEUP); in usbd_clear_dev_wakeup()
2636 NULL, UF_DEVICE_REMOTE_WAKEUP); in usbd_set_dev_wakeup()
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c1580 case UF_DEVICE_REMOTE_WAKEUP: in atmegadci_roothub_exec()
1590 case UF_DEVICE_REMOTE_WAKEUP: in atmegadci_roothub_exec()
H A Davr32dci.c1529 case UF_DEVICE_REMOTE_WAKEUP: in avr32dci_roothub_exec()
1539 case UF_DEVICE_REMOTE_WAKEUP: in avr32dci_roothub_exec()
H A Duss820dci.c1874 case UF_DEVICE_REMOTE_WAKEUP: in uss820dci_roothub_exec()
1884 case UF_DEVICE_REMOTE_WAKEUP: in uss820dci_roothub_exec()
H A Dmusb_otg.c3606 case UF_DEVICE_REMOTE_WAKEUP: in musbotg_roothub_exec()
3616 case UF_DEVICE_REMOTE_WAKEUP: in musbotg_roothub_exec()
H A Ddwc_otg.c4360 case UF_DEVICE_REMOTE_WAKEUP: in dwc_otg_roothub_exec()
4370 case UF_DEVICE_REMOTE_WAKEUP: in dwc_otg_roothub_exec()
/freebsd/sys/dev/usb/serial/
H A Du3g.c652 USETW(req.wValue, UF_DEVICE_REMOTE_WAKEUP); in u3g_sierra_init()
670 USETW(req.wValue, UF_DEVICE_REMOTE_WAKEUP); in u3g_huawei_init()
/freebsd/sys/dev/usb/net/
H A Dif_usie.c260 USETW(req.wValue, UF_DEVICE_REMOTE_WAKEUP); in usie_autoinst()