Lines Matching refs:rh_state
256 char *rh_state; in uhci_show_root_hub_state() local
262 switch (uhci->rh_state) { in uhci_show_root_hub_state()
264 rh_state = "reset"; break; in uhci_show_root_hub_state()
266 rh_state = "suspended"; break; in uhci_show_root_hub_state()
268 rh_state = "auto-stopped"; break; in uhci_show_root_hub_state()
270 rh_state = "resuming"; break; in uhci_show_root_hub_state()
272 rh_state = "suspending"; break; in uhci_show_root_hub_state()
274 rh_state = "running"; break; in uhci_show_root_hub_state()
276 rh_state = "running, no devs"; break; in uhci_show_root_hub_state()
278 rh_state = "?"; break; in uhci_show_root_hub_state()
281 rh_state, uhci->fsbr_is_on); in uhci_show_root_hub_state()