Searched refs:wPortStatus (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/sys/compat/common/ |
| H A D | usb_subr_30.c | 182 const int s = UGETW(p->up_status.wPortStatus); in usbd_fill_deviceinfo30()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | usb.h | 591 uWord wPortStatus; member 637 uWord wPortStatus; member
|
| H A D | uhub.c | 615 status = UGETW(up->up_status.wPortStatus); in uhub_explore() 756 status = UGETW(up->up_status.wPortStatus); in uhub_explore()
|
| H A D | usb_subr.c | 301 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 D | vhci.c | 574 USETW(ps.wPortStatus, port->status); in vhci_roothub_ctrl()
|
| H A D | motg.c | 930 USETW(ps.wPortStatus, status); in motg_roothub_ctrl()
|
| H A D | xhci.c | 4194 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 D | uhci.c | 3728 USETW(ps.wPortStatus, status); in uhci_roothub_ctrl()
|
| H A D | ohci.c | 2581 USETW(ps.wPortStatus, v); in ohci_roothub_ctrl()
|
| H A D | ehci.c | 2591 USETW(ps.wPortStatus, i); in ehci_roothub_ctrl_locked()
|
| /netbsd-src/sys/rump/dev/lib/libugenhc/ |
| H A D | ugenhc.c | 205 USETW(ps.wPortStatus, sc->sc_port_status); in ugenhc_roothub_ctrl()
|
| /netbsd-src/sys/external/bsd/dwc2/dist/ |
| H A D | dwc2_hcd.c | 1722 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 D | ahci.c | 681 …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 D | sl811hs.c | 3181 USETW(ps->wPortStatus, status); in slhci_get_status()
|