Searched refs:rh_intr_pipe_timer_id (Results 1 – 5 of 5) sorted by relevance
1316 ASSERT(ohcip->ohci_root_hub.rh_intr_pipe_timer_id == 0); in ohci_handle_root_hub_pipe_start_intr_polling()1466 if (ohcip->ohci_root_hub.rh_intr_pipe_timer_id == 0) { in ohci_root_hub_allocate_intr_pipe_resource()1467 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = in ohci_root_hub_allocate_intr_pipe_resource()1504 timer_id = ohcip->ohci_root_hub.rh_intr_pipe_timer_id; in ohci_root_hub_intr_pipe_cleanup()1509 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = 0; in ohci_root_hub_intr_pipe_cleanup()1576 if (ohcip->ohci_root_hub.rh_intr_pipe_timer_id) { in ohci_handle_root_hub_status_change()1581 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = 0; in ohci_handle_root_hub_status_change()1715 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = 0; in ohci_handle_root_hub_status_change()
9771 rh_timer_id = ohcip->ohci_root_hub.rh_intr_pipe_timer_id; in ohci_do_soft_reset()9775 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = 0; in ohci_do_soft_reset()9923 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = in ohci_do_soft_reset()
1466 ASSERT(ehcip->ehci_root_hub.rh_intr_pipe_timer_id == 0); in ehci_handle_root_hub_pipe_start_intr_polling()1761 if (ehcip->ehci_root_hub.rh_intr_pipe_timer_id == 0) { in ehci_root_hub_allocate_intr_pipe_resource()1762 ehcip->ehci_root_hub.rh_intr_pipe_timer_id = in ehci_root_hub_allocate_intr_pipe_resource()1799 timer_id = ehcip->ehci_root_hub.rh_intr_pipe_timer_id; in ehci_root_hub_intr_pipe_cleanup()1804 ehcip->ehci_root_hub.rh_intr_pipe_timer_id = 0; in ehci_root_hub_intr_pipe_cleanup()1899 if (ehcip->ehci_root_hub.rh_intr_pipe_timer_id) { in ehci_handle_root_hub_status_change()1903 ehcip->ehci_root_hub.rh_intr_pipe_timer_id = 0; in ehci_handle_root_hub_status_change()2022 ehcip->ehci_root_hub.rh_intr_pipe_timer_id = 0; in ehci_handle_root_hub_status_change()
87 timeout_id_t rh_intr_pipe_timer_id; member