HomeSort by: relevance | last modified time | path
    Searched refs:up_status (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
uhub.c 609 err = usbd_get_port_status(dev, port, &up->up_status);
615 status = UGETW(up->up_status.wPortStatus);
616 change = UGETW(up->up_status.wPortChange);
738 if (usbd_reset_port(dev, port, &up->up_status)) {
745 err = usbd_get_port_status(dev, port, &up->up_status);
756 status = UGETW(up->up_status.wPortStatus);
757 change = UGETW(up->up_status.wPortChange);
usbdivar.h 132 usb_port_status_t up_status; member in struct:usbd_port
usb_subr.c 1815 const int s = UGETW(p->up_status.wPortStatus);
  /src/sys/compat/common/
usb_subr_30.c 182 const int s = UGETW(p->up_status.wPortStatus);

Completed in 17 milliseconds