Lines Matching refs:rh_state
280 char *rh_state; in uhci_show_root_hub_state() local
282 switch (uhci->rh_state) { in uhci_show_root_hub_state()
284 rh_state = "reset"; break; in uhci_show_root_hub_state()
286 rh_state = "suspended"; break; in uhci_show_root_hub_state()
288 rh_state = "auto-stopped"; break; in uhci_show_root_hub_state()
290 rh_state = "resuming"; break; in uhci_show_root_hub_state()
292 rh_state = "suspending"; break; in uhci_show_root_hub_state()
294 rh_state = "running"; break; in uhci_show_root_hub_state()
296 rh_state = "running, no devs"; break; in uhci_show_root_hub_state()
298 rh_state = "?"; break; in uhci_show_root_hub_state()
301 rh_state, uhci->fsbr_is_on); in uhci_show_root_hub_state()