Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-timer.c39 * ehci->enabled_hrtimer_events, and they are numbered in order of
83 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()
H A Dehci-hcd.c372 ehci->enabled_hrtimer_events = 0; in ehci_shutdown()
429 ehci->enabled_hrtimer_events = 0; in ehci_stop()
772 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_IAA_WATCHDOG); in ehci_irq()
H A Dehci-hub.c340 if (ehci->enabled_hrtimer_events & BIT(EHCI_HRTIMER_POLL_DEAD)) in ehci_bus_suspend()
366 ehci->enabled_hrtimer_events = 0; in ehci_bus_suspend()
H A Dehci.h114 unsigned enabled_hrtimer_events; member
H A Dehci-q.c956 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_DISABLE_ASYNC); in enable_async()
1521 !(ehci->enabled_hrtimer_events & in scan_async()
H A Dehci-sched.c496 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_DISABLE_PERIODIC); in enable_periodic()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1011 * fotg210->enabled_hrtimer_events, and they are numbered in order of
1052 fotg210->enabled_hrtimer_events |= (1 << event); in fotg210_enable_event()
1220 if (!(fotg210->enabled_hrtimer_events & in start_free_itds()
1298 (fotg210->enabled_hrtimer_events & in turn_on_io_watchdog()
1341 events = fotg210->enabled_hrtimer_events; in fotg210_hrtimer_func()
1342 fotg210->enabled_hrtimer_events = 0; in fotg210_hrtimer_func()
2880 fotg210->enabled_hrtimer_events &= ~BIT(FOTG210_HRTIMER_DISABLE_ASYNC); in enable_async()
3246 !(fotg210->enabled_hrtimer_events & in scan_async()
3450 fotg210->enabled_hrtimer_events &= in enable_periodic()
4806 fotg210->enabled_hrtimer_events in fotg210_shutdown()
[all...]
H A Dfotg210-hcd.h79 unsigned enabled_hrtimer_events; member