Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-timer.c92 ehci->enabled_hrtimer_events |= (1 << event); in ehci_enable_event()
286 if (!(ehci->enabled_hrtimer_events & BIT(EHCI_HRTIMER_FREE_ITDS))) { in start_free_itds()
372 (ehci->enabled_hrtimer_events & in turn_on_io_watchdog()
415 events = ehci->enabled_hrtimer_events; in ehci_hrtimer_func()
416 ehci->enabled_hrtimer_events = 0; in ehci_hrtimer_func()
Dehci-hcd.c373 ehci->enabled_hrtimer_events = 0; in ehci_shutdown()
430 ehci->enabled_hrtimer_events = 0; in ehci_stop()
741 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_IAA_WATCHDOG); in ehci_irq()
Dfusbh200-hcd.c1078 fusbh200->enabled_hrtimer_events |= (1 << event); in fusbh200_enable_event()
1240 if (!(fusbh200->enabled_hrtimer_events & BIT(FUSBH200_HRTIMER_FREE_ITDS))) { in start_free_itds()
1317 (fusbh200->enabled_hrtimer_events & in turn_on_io_watchdog()
1359 events = fusbh200->enabled_hrtimer_events; in fusbh200_hrtimer_func()
1360 fusbh200->enabled_hrtimer_events = 0; in fusbh200_hrtimer_func()
2963 fusbh200->enabled_hrtimer_events &= ~BIT(FUSBH200_HRTIMER_DISABLE_ASYNC); in enable_async()
3341 !(fusbh200->enabled_hrtimer_events & in scan_async()
3560 fusbh200->enabled_hrtimer_events &= ~BIT(FUSBH200_HRTIMER_DISABLE_PERIODIC); in enable_periodic()
4979 fusbh200->enabled_hrtimer_events = 0; in fusbh200_shutdown()
5036 fusbh200->enabled_hrtimer_events = 0; in fusbh200_stop()
[all …]
Dfotg210-hcd.c1111 fotg210->enabled_hrtimer_events |= (1 << event); in fotg210_enable_event()
1279 if (!(fotg210->enabled_hrtimer_events & in start_free_itds()
1357 (fotg210->enabled_hrtimer_events & in turn_on_io_watchdog()
1401 events = fotg210->enabled_hrtimer_events; in fotg210_hrtimer_func()
1402 fotg210->enabled_hrtimer_events = 0; in fotg210_hrtimer_func()
3016 fotg210->enabled_hrtimer_events &= ~BIT(FOTG210_HRTIMER_DISABLE_ASYNC); in enable_async()
3397 !(fotg210->enabled_hrtimer_events & in scan_async()
3618 fotg210->enabled_hrtimer_events &= in enable_periodic()
5045 fotg210->enabled_hrtimer_events = 0; in fotg210_shutdown()
5102 fotg210->enabled_hrtimer_events = 0; in fotg210_stop()
[all …]
Dfotg210.h78 unsigned enabled_hrtimer_events; member
Dfusbh200.h78 unsigned enabled_hrtimer_events; member
Dehci.h126 unsigned enabled_hrtimer_events; member
Dehci-q.c954 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_DISABLE_ASYNC); in enable_async()
1471 !(ehci->enabled_hrtimer_events & in scan_async()
Dehci-hub.c343 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-sched.c521 ehci->enabled_hrtimer_events &= ~BIT(EHCI_HRTIMER_DISABLE_PERIODIC); in enable_periodic()