Lines Matching refs:port_status
82 enum fhci_port_status port_status; in fhci_port_disable() local
91 port_status = usb->port_status; in fhci_port_disable()
92 usb->port_status = FHCI_PORT_DISABLED; in fhci_port_disable()
99 if (port_status == FHCI_PORT_WAITING) in fhci_port_disable()
116 fhci_config_transceiver(fhci, usb->port_status); in fhci_port_enable()
118 if ((usb->port_status != FHCI_PORT_FULL) && in fhci_port_enable()
119 (usb->port_status != FHCI_PORT_LOW)) in fhci_port_enable()
208 struct usb_port_status *port_status; in fhci_hub_control() local
279 port_status = (struct usb_port_status *)buf; in fhci_hub_control()
280 port_status->wPortStatus = in fhci_hub_control()
282 port_status->wPortChange = in fhci_hub_control()