Lines Matching refs:port_status
86 enum fhci_port_status port_status; in fhci_port_disable() local
95 port_status = usb->port_status; in fhci_port_disable()
96 usb->port_status = FHCI_PORT_DISABLED; in fhci_port_disable()
103 if (port_status == FHCI_PORT_WAITING) in fhci_port_disable()
120 fhci_config_transceiver(fhci, usb->port_status); in fhci_port_enable()
122 if ((usb->port_status != FHCI_PORT_FULL) && in fhci_port_enable()
123 (usb->port_status != FHCI_PORT_LOW)) in fhci_port_enable()
212 struct usb_port_status *port_status; in fhci_hub_control() local
283 port_status = (struct usb_port_status *)buf; in fhci_hub_control()
284 port_status->wPortStatus = in fhci_hub_control()
286 port_status->wPortChange = in fhci_hub_control()