Lines Matching refs:rh_state
281 char *rh_state; in uhci_show_root_hub_state() local
283 switch (uhci->rh_state) { in uhci_show_root_hub_state()
285 rh_state = "reset"; break; in uhci_show_root_hub_state()
287 rh_state = "suspended"; break; in uhci_show_root_hub_state()
289 rh_state = "auto-stopped"; break; in uhci_show_root_hub_state()
291 rh_state = "resuming"; break; in uhci_show_root_hub_state()
293 rh_state = "suspending"; break; in uhci_show_root_hub_state()
295 rh_state = "running"; break; in uhci_show_root_hub_state()
297 rh_state = "running, no devs"; break; in uhci_show_root_hub_state()
299 rh_state = "?"; break; in uhci_show_root_hub_state()
302 rh_state, uhci->fsbr_is_on); in uhci_show_root_hub_state()