Searched refs:wStatus (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_hopfpci.c | 210 if (m_time.wStatus & LEWAPWAR) in hopfpci_poll() 217 m_time.wStatus, pp->hour, pp->minute, pp->second, in hopfpci_poll() 227 if ((m_time.wStatus & HOPF_OPMODE) == HOPF_INVALID) { /* time ok? */ in hopfpci_poll() 238 if ((m_time.wStatus & HOPF_OPMODE) == HOPF_INTERNAL){ in hopfpci_poll()
|
/freebsd/sys/dev/usb/ |
H A D | usb_handle_request.c | 480 uWord wStatus; in usb_handle_request() member 677 USETW(temp.wStatus, wValue); in usb_handle_request() 678 src_mcopy = temp.wStatus; in usb_handle_request() 679 max_len = sizeof(temp.wStatus); in usb_handle_request() 739 temp.wStatus[0] = in usb_handle_request() 741 temp.wStatus[1] = 0; in usb_handle_request() 742 src_mcopy = temp.wStatus; in usb_handle_request() 743 max_len = sizeof(temp.wStatus); in usb_handle_request()
|
H A D | usb.h | 687 uWord wStatus; member
|
H A D | usb_device.c | 729 } else if (UGETW(ds.wStatus) & UDS_SELF_POWERED) { in usbd_set_config_index() 733 UGETW(ds.wStatus)); in usbd_set_config_index()
|
/freebsd/contrib/ntp/include/ |
H A D | hopf6039.h | 104 unsigned int wStatus; member
|
/freebsd/sys/dev/usb/controller/ |
H A D | ohci.c | 2147 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in ohci_roothub_exec() 2152 USETW(sc->sc_hub_desc.stat.wStatus, 0); in ohci_roothub_exec()
|
H A D | uhci.c | 2515 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in uhci_roothub_exec() 2520 USETW(sc->sc_hub_desc.stat.wStatus, 0); in uhci_roothub_exec()
|
H A D | ehci.c | 3108 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in ehci_roothub_exec() 3113 USETW(sc->sc_hub_desc.stat.wStatus, 0); in ehci_roothub_exec()
|