Searched refs:ehci_enable_event (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/usb/host/ |
D | ehci-timer.c | 76 static void ehci_enable_event(struct ehci_hcd *ehci, unsigned event, in ehci_enable_event() function 110 ehci_enable_event(ehci, EHCI_HRTIMER_POLL_ASS, true); in ehci_poll_ASS() 127 ehci_enable_event(ehci, EHCI_HRTIMER_DISABLE_ASYNC, in ehci_poll_ASS() 156 ehci_enable_event(ehci, EHCI_HRTIMER_POLL_PSS, true); in ehci_poll_PSS() 173 ehci_enable_event(ehci, EHCI_HRTIMER_DISABLE_PERIODIC, in ehci_poll_PSS() 194 ehci_enable_event(ehci, EHCI_HRTIMER_POLL_DEAD, true); in ehci_handle_controller_death() 237 ehci_enable_event(ehci, EHCI_HRTIMER_START_UNLINK_INTR, true); in ehci_handle_start_intr_unlinks() 268 ehci_enable_event(ehci, EHCI_HRTIMER_UNLINK_INTR, true); in ehci_handle_intr_unlinks() 285 ehci_enable_event(ehci, EHCI_HRTIMER_FREE_ITDS, true); in start_free_itds() 374 ehci_enable_event(ehci, EHCI_HRTIMER_IO_WATCHDOG, true); in turn_on_io_watchdog() [all …]
|
D | ehci-q.c | 1294 ehci_enable_event(ehci, EHCI_HRTIMER_IAA_WATCHDOG, true); in start_iaa_cycle() 1382 ehci_enable_event(ehci, in end_unlink_async() 1450 ehci_enable_event(ehci, EHCI_HRTIMER_ASYNC_UNLINKS, true); in unlink_empty_async() 1527 ehci_enable_event(ehci, EHCI_HRTIMER_ASYNC_UNLINKS, true); in scan_async()
|
D | ehci-sched.c | 677 ehci_enable_event(ehci, EHCI_HRTIMER_UNLINK_INTR, true); in start_unlink_intr() 698 ehci_enable_event(ehci, EHCI_HRTIMER_START_UNLINK_INTR, true); in start_unlink_intr_wait()
|