| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | cmdresp.c | 267 lbs_deb_cmd("EVENT: host awake\n"); in lbs_process_event() 280 lbs_deb_cmd("EVENT: ds awake\n"); in lbs_process_event() 286 lbs_deb_cmd("EVENT: ps awake\n"); in lbs_process_event() 287 /* handle unexpected PS AWAKE event */ in lbs_process_event() 290 "EVENT: In FULL POWER mode - ignore PS AWAKE\n"); in lbs_process_event()
|
| H A D | host.h | 710 * AdHoc awake period (FW v9+ only): 712 * 1 = always awake (IEEE standard behavior) 713 * 2 - 31 = sleep for (n - 1) periods and awake for 1 period
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A D | conf.h | 100 /* Duty Cycle (20-80% of staying Awake) for IDLE AP 104 /* Duty Cycle (20-80% of staying Awake) for Connected AP
|
| H A D | acx.h | 351 /* Duty Cycle (20-80% of staying Awake) for IDLE AP 355 /* Duty Cycle (20-80% of staying Awake) for Connected AP
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pm.c | 712 * Return: True if device is awake (regardless the previous number of references) 724 * Return: True if device is awake, a previous reference had been already taken, 730 /* The device is awake, grab the ref and move on */ in xe_pm_runtime_get_if_in_use() 779 * xe_pm_runtime_resume_and_get - Resume, then get a runtime_pm ref if awake. 782 * Returns: True if device is awake and the reference was taken, false otherwise. 787 /* The device is awake, grab the ref and move on */ in xe_pm_runtime_resume_and_get()
|
| H A D | xe_force_wake.c | 170 * domains were awake. 205 xe_gt_WARN(gt, awake_failed, "Forcewake domain%s %#x failed to acknowledge awake request\n", in xe_force_wake_get()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_reset.c | 277 intel_engine_mask_t awake; in igt_atomic_reset() local 281 awake = reset_prepare(gt); in igt_atomic_reset() 287 reset_finish(gt, awake); in igt_atomic_reset()
|
| H A D | selftest_context.c | 222 pr_err("%s is awake before starting %s!\n", in __live_active_context() 292 "%s is still awake:%d after idle-barriers\n", in __live_active_context() 375 pr_err("%s is awake before starting %s!\n", in __live_remote_context()
|
| H A D | selftest_engine_pm.c | 372 * know that the engine is already awake, in which in live_engine_pm() 399 pr_err("%s is still awake after flushing pm\n", in live_engine_pm()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_gsc_uc.c | 156 * is a chance that it could still be awake after we successfully in gsc_allocate_and_map_vma() 166 * guaranteed to always work as long as the GPU itself is awake (which in gsc_allocate_and_map_vma() 167 * it must be if the GSC is awake). in gsc_allocate_and_map_vma()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | pci.h | 25 /* register used for handshake mechanism to validate UMAC is awake */
|
| /linux/Documentation/devicetree/bindings/powerpc/ |
| H A D | sleep.yaml | 29 awake during system suspend, but will not be disabled until then.
|
| /linux/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,rpm-master-stats.yaml | 24 voting for staying awake.
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | README | 128 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state> 131 wakeup_tries = <wakeup device count, cleared when device awake>
|
| /linux/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | fsl,rcpm.yaml | 69 mechanism for keeping certain blocks awake during STANDBY and MEM, in
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | main.h | 82 #define B43_PS_AWAKE (1 << 2) /* Force device awake */
|
| /linux/drivers/acpi/acpica/ |
| H A D | exsystem.c | 50 "*** Thread awake after blocking, %s\n", in acpi_ex_system_wait_semaphore() 95 "*** Thread awake after blocking, %s\n", in acpi_ex_system_wait_mutex()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | sleep24xx.S | 66 subs r5, r5, #0x1 @ awake, wait just a bit
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | pci.h | 25 /* register used for handshake mechanism to validate UMAC is awake */
|
| /linux/drivers/platform/olpc/ |
| H A D | olpc-xo175-ec.c | 637 * the SoC is definitely awake. in olpc_xo175_ec_resume() 641 /* Enable all EC events while we're awake */ in olpc_xo175_ec_resume() 715 /* Enable all EC events while we're awake */ in olpc_xo175_ec_probe()
|
| /linux/Documentation/networking/ |
| H A D | driver.rst | 73 netdev_warn(dev, "Tx Ring full when queue awake!\n");
|
| /linux/include/linux/ |
| H A D | ti_wilink_st.h | 117 * @tx_waitq: if the chip is not in AWAKE state, the skbs needs to be queued 423 * asleep or run host faster when chip awake etc..
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | acx.h | 194 /* the number of beacons in awake mode */
|
| /linux/drivers/bluetooth/ |
| H A D | hci_bcm.c | 75 * assert = Bluetooth device must wake up or remain awake, 1000 static int bcm_apple_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_apple_set_device_wakeup() argument 1002 if (ACPI_FAILURE(acpi_execute_simple_method(dev->btlp, NULL, !awake))) in bcm_apple_set_device_wakeup() 1044 static int bcm_gpio_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_gpio_set_device_wakeup() argument 1046 gpiod_set_value_cansleep(dev->device_wakeup, awake); in bcm_gpio_set_device_wakeup()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | debugfs.c | 122 /* make sure the chip is awake here and ps_work is scheduled in mt7615_pm_set() 161 seq_printf(s, "awake time: %14u\ndoze time: %15u\n", in mt7615_pm_stats()
|