Home
last modified time | relevance | path

Searched refs:wakeups (Results 1 – 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/soc/ti/
Dwkup_m3_ipc.c51 static const struct wkup_m3_wakeup_src wakeups[] = { variable
356 for (j = 0; j < ARRAY_SIZE(wakeups) - 1; j++) { in wkup_m3_request_wake_src()
357 if (wakeups[j].irq_nr == wakeup_src_idx) in wkup_m3_request_wake_src()
358 return wakeups[j].src; in wkup_m3_request_wake_src()
360 return wakeups[j].src; in wkup_m3_request_wake_src()
/kernel/linux/linux-5.10/include/linux/mfd/
Ddbx500-prcmu.h237 static inline void prcmu_enable_wakeups(u32 wakeups) in prcmu_enable_wakeups() argument
239 db8500_prcmu_enable_wakeups(wakeups); in prcmu_enable_wakeups()
403 static inline void prcmu_enable_wakeups(u32 wakeups) {} in prcmu_enable_wakeups() argument
Ddb8500-prcmu.h525 void db8500_prcmu_enable_wakeups(u32 wakeups);
670 static inline void db8500_prcmu_enable_wakeups(u32 wakeups) {} in db8500_prcmu_enable_wakeups() argument
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-ACPI-TAD15 BIT(4): Correct status reported for wakeups from S4/S5 if set
50 wakeups if the system is on DC power.
55 wakeups if the system is on DC power, respectively.
/kernel/linux/linux-5.10/tools/perf/tests/
Dperf-record.c68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local
294 if (++wakeups > 5) { in test__PERF_RECORD()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c51 WL12XX_DEBUGFS_FWSTATS_FILE(isr, wakeups, "%u");
151 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl12xx_debugfs_add_files()
Dacx.h110 __le32 wakeups; member
/kernel/linux/linux-5.10/drivers/usb/musb/
Dtusb6010.c476 u32 wakeups; in musb_do_idle() local
483 wakeups = 0; in musb_do_idle()
485 wakeups = TUSB_PRCM_WHOSTDISCON in musb_do_idle()
488 wakeups |= TUSB_PRCM_WID; in musb_do_idle()
490 tusb_allow_idle(musb, wakeups); in musb_do_idle()
/kernel/linux/linux-5.10/drivers/pinctrl/
Dpinctrl-at91.c1618 static u32 wakeups[MAX_GPIO_BANKS]; variable
1631 wakeups[bank] |= mask; in gpio_irq_set_wake()
1633 wakeups[bank] &= ~mask; in gpio_irq_set_wake()
1654 writel_relaxed(wakeups[i], pio + PIO_IER); in at91_pinctrl_gpio_suspend()
1656 if (!wakeups[i]) in at91_pinctrl_gpio_suspend()
1660 'A'+i, wakeups[i]); in at91_pinctrl_gpio_suspend()
1676 if (!wakeups[i]) in at91_pinctrl_gpio_resume()
1679 writel_relaxed(wakeups[i], pio + PIO_IDR); in at91_pinctrl_gpio_resume()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
Ddebugfs.c133 DEBUGFS_FWSTATS_FILE(isr, wakeups, 20, "%u");
273 DEBUGFS_FWSTATS_DEL(isr, wakeups); in wl1251_debugfs_delete_files()
372 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl1251_debugfs_add_files()
Dacx.h929 u32 wakeups; member
/kernel/linux/linux-5.10/Documentation/RCU/Design/Expedited-Grace-Periods/
DExpedited-Grace-Periods.rst386 periods and carrying out their wakeups.
391 | What happens if Task A takes so long to do its wakeups that Task E's |
417 allows wakeups for the previous expedited grace period to be overlapped
420 previous grace period's wakeups complete before the next grace period's
421 wakeups start. This is handled by having the ``->exp_mutex`` guard
423 wakeups. The key point is that the ``->exp_mutex`` is not released until
426 previous grace period's wakeups can be carried out while the current
427 grace period is in process, but that these wakeups will complete before
514 one grace period's wakeups to proceed concurrently with the next grace
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dhalt-polling.rst70 steady state polling interval but will only really do a good job for wakeups
127 entirely idle otherwise. This is because even if a guest has wakeups during which very
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dste-href-family-pinctrl.dtsi36 * The idle mode is basically sleep mode sans wakeups. Also
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dintel_powerclamp.rst97 are not masked. Tests show that the extra wakeups from scheduler tick
157 enter idle without extra wakeups (such as external interrupts).
160 When an excessive amount of wakeups occurs during idle, an
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-sched.txt144 --wakeups::
/kernel/linux/linux-5.10/drivers/mfd/
Ddb8500-prcmu.c756 void db8500_prcmu_enable_wakeups(u32 wakeups) in db8500_prcmu_enable_wakeups() argument
762 BUG_ON(wakeups != (wakeups & VALID_WAKEUPS)); in db8500_prcmu_enable_wakeups()
765 if (wakeups & BIT(i)) in db8500_prcmu_enable_wakeups()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0004_linux_fs.patch179 - * is called), and we must not miss any wakeups. POLLFREE is an
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsc7180-idp.dts595 * is floating which may cause spurious wakeups.
Dsc7180-trogdor.dtsi1359 * is floating which may cause spurious wakeups.
/kernel/linux/linux-5.10/Documentation/locking/
Dlocktypes.rst276 Other types of wakeups would normally unconditionally set the task state
/kernel/linux/linux-5.10/Documentation/RCU/
Dstallwarn.rst90 - A hardware or software issue that prevents time-based wakeups
/kernel/linux/linux-5.10/tools/memory-model/Documentation/
Drecipes.txt500 of ordering wakeups. The following comment taken from waitqueue_active()
/kernel/linux/linux-5.10/scripts/
Dspelling.txt1516 wakeus||wakeups
/kernel/linux/linux-5.10/Documentation/filesystems/
Dxfs-delayed-logging-design.rst687 broadcast wakeups (thundering herds) has been used to implement these two
690 the broadcast wakeups these operations can be put under a new spinlock and

12