/linux-4.1.27/include/linux/mfd/ |
D | dbx500-prcmu.h | 247 static inline void prcmu_enable_wakeups(u32 wakeups) in prcmu_enable_wakeups() argument 249 db8500_prcmu_enable_wakeups(wakeups); in prcmu_enable_wakeups() 432 static inline void prcmu_enable_wakeups(u32 wakeups) {} in prcmu_enable_wakeups() argument
|
D | db8500-prcmu.h | 525 void db8500_prcmu_enable_wakeups(u32 wakeups); 679 static inline void db8500_prcmu_enable_wakeups(u32 wakeups) {} in db8500_prcmu_enable_wakeups() argument
|
/linux-4.1.27/tools/perf/tests/ |
D | perf-record.c | 59 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 274 if (++wakeups > 5) { in test__PERF_RECORD()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 65 WL12XX_DEBUGFS_FWSTATS_FILE(isr, wakeups, "%u"); 175 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl12xx_debugfs_add_files()
|
D | acx.h | 124 __le32 wakeups; member
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-at91.c | 1515 static u32 wakeups[MAX_GPIO_BANKS]; variable 1528 wakeups[bank] |= mask; in gpio_irq_set_wake() 1530 wakeups[bank] &= ~mask; in gpio_irq_set_wake() 1551 writel_relaxed(wakeups[i], pio + PIO_IER); in at91_pinctrl_gpio_suspend() 1553 if (!wakeups[i]) in at91_pinctrl_gpio_suspend() 1557 'A'+i, wakeups[i]); in at91_pinctrl_gpio_suspend() 1573 if (!wakeups[i]) in at91_pinctrl_gpio_resume() 1576 writel_relaxed(wakeups[i], pio + PIO_IDR); in at91_pinctrl_gpio_resume()
|
/linux-4.1.27/drivers/usb/musb/ |
D | tusb6010.c | 480 u32 wakeups; in musb_do_idle() local 487 wakeups = 0; in musb_do_idle() 489 wakeups = TUSB_PRCM_WHOSTDISCON in musb_do_idle() 492 wakeups |= TUSB_PRCM_WID; in musb_do_idle() 494 tusb_allow_idle(musb, wakeups); in musb_do_idle()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 152 DEBUGFS_FWSTATS_FILE(isr, wakeups, 20, "%u"); 292 DEBUGFS_FWSTATS_DEL(isr, wakeups); in wl1251_debugfs_delete_files() 393 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl1251_debugfs_add_files()
|
D | acx.h | 943 u32 wakeups; member
|
/linux-4.1.27/Documentation/timers/ |
D | timer_stats.txt | 12 wakeups, which should be avoided to optimize power consumption.
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 95 are not masked. Tests show that the extra wakeups from scheduler tick 153 enter idle without extra wakeups (such as external interrupts). 156 When an excessive amount of wakeups occurs during idle, an
|
/linux-4.1.27/drivers/mfd/ |
D | db8500-prcmu.c | 846 void db8500_prcmu_enable_wakeups(u32 wakeups) in db8500_prcmu_enable_wakeups() argument 852 BUG_ON(wakeups != (wakeups & VALID_WAKEUPS)); in db8500_prcmu_enable_wakeups() 855 if (wakeups & BIT(i)) in db8500_prcmu_enable_wakeups()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-href-family-pinctrl.dtsi | 243 * The idle mode is basically sleep mode sans wakeups. Also
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 313 serialize access to resources for devices. The only way to make wakeups
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 677 broadcast wakeups (thundering herds) has been used to implement these two 680 the broadcast wakeups these operations can be put under a new spinlock and
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 180 out to disk. This tunable expresses the interval between those wakeups, in
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1438 to record the worst case wakeups of RT tasks. Non-RT tasks are 2774 the function tracing. The foo instance displays wakeups and task
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2407 - EC-driven system wakeups 2420 - EC-driven system wakeups
|