Home
last modified time | relevance | path

Searched refs:wPortChange (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/usb/
Duhub.c377 change = UGETW(up->status.wPortChange); in uhub_explore()
554 change = UGETW(up->status.wPortChange); in uhub_port_connect()
Dusb_subr.c365 } while ((UGETW(ps.wPortChange) & UPS_C_PORT_RESET) == 0 && --n > 0); in usbd_port_disown_to_1_1()
392 } while ((UGETW(ps.wPortChange) & UPS_C_PORT_RESET) == 0 && --n > 0); in usbd_reset_port()
1319 di->udi_ports[i] = UGETW(p->status.wPortChange) << 16 | in usbd_fill_deviceinfo()
Dusb.h468 uWord wPortChange; member
Dohci.c2513 USETW(ps.wPortChange, v >> 16); in ohci_root_ctrl_start()
Duhci.c3142 USETW(ps.wPortChange, change); in uhci_root_ctrl_start()
Dxhci.c2719 USETW(ps.wPortChange, i); in xhci_root_ctrl_start()
Dehci.c2058 USETW(ps.wPortChange, i); in ehci_root_ctrl_start()
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_hcd.c3625 USETW(ps.wPortChange, port_status); in dwc2_hcd_hub_control()