Home
last modified time | relevance | path

Searched refs:enabled_hrtimer_events (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dehci-timer.c83 ehci->enabled_hrtimer_events |= (1 << event); in ehci_enable_event()
278 if (!(ehci->enabled_hrtimer_events & BIT(EHCI_HRTIMER_FREE_ITDS))) { in start_free_itds()
364 (ehci->enabled_hrtimer_events & in turn_on_io_watchdog()
408 events = ehci->enabled_hrtimer_events; in ehci_hrtimer_func()
409 ehci->enabled_hrtimer_events = 0; in ehci_hrtimer_func()
Dehci-hcd.c370 ehci->enabled_hrtimer_events = 0; in ehci_shutdown()
427 ehci->enabled_hrtimer_events = 0; in ehci_stop()
743 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_IAA_WATCHDOG); in ehci_irq()
Dfotg210-hcd.c1059 fotg210->enabled_hrtimer_events |= (1 << event); in fotg210_enable_event()
1227 if (!(fotg210->enabled_hrtimer_events & in start_free_itds()
1305 (fotg210->enabled_hrtimer_events & in turn_on_io_watchdog()
1348 events = fotg210->enabled_hrtimer_events; in fotg210_hrtimer_func()
1349 fotg210->enabled_hrtimer_events = 0; in fotg210_hrtimer_func()
2885 fotg210->enabled_hrtimer_events &= ~BIT(FOTG210_HRTIMER_DISABLE_ASYNC); in enable_async()
3251 !(fotg210->enabled_hrtimer_events & in scan_async()
3455 fotg210->enabled_hrtimer_events &= in enable_periodic()
4813 fotg210->enabled_hrtimer_events = 0; in fotg210_shutdown()
4866 fotg210->enabled_hrtimer_events = 0; in fotg210_stop()
[all …]
Dfotg210.h79 unsigned enabled_hrtimer_events; member
Dehci.h114 unsigned enabled_hrtimer_events; member
Dehci-hub.c341 if (ehci->enabled_hrtimer_events & BIT(EHCI_HRTIMER_POLL_DEAD)) in ehci_bus_suspend()
364 ehci->enabled_hrtimer_events = 0; in ehci_bus_suspend()
Dehci-q.c948 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_DISABLE_ASYNC); in enable_async()
1513 !(ehci->enabled_hrtimer_events & in scan_async()
Dehci-sched.c510 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_DISABLE_PERIODIC); in enable_periodic()