Home
last modified time | relevance | path

Searched refs:wPortStatus (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/compat/common/
H A Dusb_subr_30.c182 const int s = UGETW(p->up_status.wPortStatus); in usbd_fill_deviceinfo30()
/netbsd-src/sys/dev/usb/
H A Dusb.h591 uWord wPortStatus; member
637 uWord wPortStatus; member
H A Duhub.c615 status = UGETW(up->up_status.wPortStatus); in uhub_explore()
756 status = UGETW(up->up_status.wPortStatus); in uhub_explore()
H A Dusb_subr.c301 if (!(UGETW(ps->wPortStatus) & UPS_CURRENT_CONNECT_STATUS)) in usbd_reset_port()
1810 const int s = UGETW(p->up_status.wPortStatus); in usbd_fill_deviceinfo()
H A Dvhci.c574 USETW(ps.wPortStatus, port->status); in vhci_roothub_ctrl()
H A Dmotg.c930 USETW(ps.wPortStatus, status); in motg_roothub_ctrl()
H A Dxhci.c4194 USETW(ps.wPortStatus, i); in xhci_roothub_ctrl_locked()
4206 DPRINTFN(5, "get port status: wPortStatus %#jx wPortChange %#jx" in xhci_roothub_ctrl_locked()
4208 UGETW(ps.wPortStatus), UGETW(ps.wPortChange), totlen, 0); in xhci_roothub_ctrl_locked()
H A Duhci.c3728 USETW(ps.wPortStatus, status); in uhci_roothub_ctrl()
H A Dohci.c2581 USETW(ps.wPortStatus, v); in ohci_roothub_ctrl()
H A Dehci.c2591 USETW(ps.wPortStatus, i); in ehci_roothub_ctrl_locked()
/netbsd-src/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c205 USETW(ps.wPortStatus, sc->sc_port_status); in ugenhc_roothub_ctrl()
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c1722 USETW(ps.wPortStatus, 0); in dwc2_hcd_hub_control()
1753 USETW(ps.wPortStatus, port_status); in dwc2_hcd_hub_control()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c681 …USETW(ps.wPortStatus, status & (UPS_CURRENT_CONNECT_STATUS|UPS_PORT_ENABLED|UPS_SUSPEND|UPS_OVERC… in ahci_roothub_ctrl()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c3181 USETW(ps->wPortStatus, status); in slhci_get_status()