/Linux-v4.19/drivers/soc/ti/ |
D | wkup_m3_ipc.c | 59 static const struct wkup_m3_wakeup_src wakeups[] = { variable 363 for (j = 0; j < ARRAY_SIZE(wakeups) - 1; j++) { in wkup_m3_request_wake_src() 364 if (wakeups[j].irq_nr == wakeup_src_idx) in wkup_m3_request_wake_src() 365 return wakeups[j].src; in wkup_m3_request_wake_src() 367 return wakeups[j].src; in wkup_m3_request_wake_src()
|
/Linux-v4.19/include/linux/mfd/ |
D | dbx500-prcmu.h | 237 static inline void prcmu_enable_wakeups(u32 wakeups) in prcmu_enable_wakeups() argument 239 db8500_prcmu_enable_wakeups(wakeups); in prcmu_enable_wakeups() 418 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); 673 static inline void db8500_prcmu_enable_wakeups(u32 wakeups) {} in db8500_prcmu_enable_wakeups() argument
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ACPI-TAD | 14 BIT(4): Correct status reported for wakeups from S4/S5 if set 48 wakeups if the system is on DC power. 53 wakeups if the system is on DC power, respectively.
|
/Linux-v4.19/tools/perf/tests/ |
D | perf-record.c | 64 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 288 if (++wakeups > 5) { in test__PERF_RECORD()
|
/Linux-v4.19/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-v4.19/drivers/staging/android/ |
D | TODO | 16 region. This will cause false wakeups in regions with a large number of
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-at91.c | 1507 static u32 wakeups[MAX_GPIO_BANKS]; variable 1520 wakeups[bank] |= mask; in gpio_irq_set_wake() 1522 wakeups[bank] &= ~mask; in gpio_irq_set_wake() 1543 writel_relaxed(wakeups[i], pio + PIO_IER); in at91_pinctrl_gpio_suspend() 1545 if (!wakeups[i]) in at91_pinctrl_gpio_suspend() 1549 'A'+i, wakeups[i]); in at91_pinctrl_gpio_suspend() 1565 if (!wakeups[i]) in at91_pinctrl_gpio_resume() 1568 writel_relaxed(wakeups[i], pio + PIO_IDR); in at91_pinctrl_gpio_resume()
|
/Linux-v4.19/drivers/usb/musb/ |
D | tusb6010.c | 475 u32 wakeups; in musb_do_idle() local 482 wakeups = 0; in musb_do_idle() 484 wakeups = TUSB_PRCM_WHOSTDISCON in musb_do_idle() 487 wakeups |= TUSB_PRCM_WID; in musb_do_idle() 489 tusb_allow_idle(musb, wakeups); in musb_do_idle()
|
/Linux-v4.19/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-v4.19/Documentation/virtual/kvm/ |
D | halt-polling.txt | 66 steady state polling interval but will only really do a good job for wakeups 114 wakeups during which very little work is done and which are quite far apart, if
|
/Linux-v4.19/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-v4.19/tools/perf/Documentation/ |
D | perf-sched.txt | 140 --wakeups::
|
/Linux-v4.19/drivers/mfd/ |
D | db8500-prcmu.c | 842 void db8500_prcmu_enable_wakeups(u32 wakeups) in db8500_prcmu_enable_wakeups() argument 848 BUG_ON(wakeups != (wakeups & VALID_WAKEUPS)); in db8500_prcmu_enable_wakeups() 851 if (wakeups & BIT(i)) in db8500_prcmu_enable_wakeups()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | ste-href-family-pinctrl.dtsi | 243 * The idle mode is basically sleep mode sans wakeups. Also
|
/Linux-v4.19/scripts/ |
D | spelling.txt | 1325 wakeus||wakeups
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | recipes.txt | 500 of ordering wakeups. The following comment taken from waitqueue_active()
|
/Linux-v4.19/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
|
D | proc.txt | 1899 in order to coalesce timers and avoid unnecessary wakeups.
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 198 out to disk. This tunable expresses the interval between those wakeups, in
|
/Linux-v4.19/arch/x86/ |
D | Kconfig | 2764 - EC-driven system wakeups 2777 - EC-driven system wakeups
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 1791 to record the worst case wakeups of RT tasks. Non-RT tasks are 3292 the function tracing. The foo instance displays wakeups and task
|