HomeSort by: relevance | last modified time | path
    Searched defs:port_status (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 1557 u32 port_status; local in function:dwc2_hcd_hub_control
1696 port_status = 0;
1698 port_status |= USB_PORT_STAT_C_CONNECTION;
1700 port_status |= USB_PORT_STAT_C_ENABLE;
1702 port_status |= USB_PORT_STAT_C_SUSPEND;
1704 port_status |= USB_PORT_STAT_C_L1;
1706 port_status |= USB_PORT_STAT_C_RESET;
1709 port_status |= USB_PORT_STAT_C_OVERCURRENT;
1711 USETW(ps.wPortChange, port_status);
1713 dev_vdbg(hsotg->dev, "wPortChange=%04x\n", port_status);
    [all...]
  /src/usr.sbin/fwctl/
fwcontrol.c 508 static const char *port_status[] = {" ", "-", "P", "C"}; local in function:show_topology_map
537 port_status[sid.p0.port0],
538 port_status[sid.p0.port1],
539 port_status[sid.p0.port2],

Completed in 13 milliseconds