/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() 287 lbs_deb_cmd("EVENT: ps awake\n"); in lbs_process_event() 288 /* handle unexpected PS AWAKE event */ in lbs_process_event() 291 "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/gpu/drm/i915/gt/ |
H A D | intel_gt_pm.c | 87 gt->awake = intel_display_power_get(i915, POWER_DOMAIN_GT_IRQ); in __gt_unpark() 88 GEM_BUG_ON(!gt->awake); in __gt_unpark() 104 intel_wakeref_t wakeref = fetch_and_zero(>->awake); in __gt_park() 352 GEM_BUG_ON(gt->awake); in intel_gt_suspend_late()
|
H A D | intel_reset.c | 879 intel_engine_mask_t awake = 0; in reset_prepare() local 896 awake |= engine->mask; in reset_prepare() 900 return awake; in reset_prepare() 943 static void reset_finish(struct intel_gt *gt, intel_engine_mask_t awake) in reset_finish() argument 950 if (awake & engine->mask) in reset_finish() 973 intel_engine_mask_t awake; in __intel_gt_set_wedged() local 986 awake = reset_prepare(gt); in __intel_gt_set_wedged() 1011 reset_finish(gt, awake); in __intel_gt_set_wedged() 1203 intel_engine_mask_t awake; in intel_gt_reset() local 1227 awake = reset_prepare(gt); in intel_gt_reset() [all …]
|
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/xe/ |
H A D | xe_pm.c | 575 * Return: True if device is awake (regardless the previous number of references) 587 * Return: True if device is awake, a previous reference had been already taken, 593 /* The device is awake, grab the ref and move on */ in xe_pm_runtime_get_if_in_use() 642 * xe_pm_runtime_resume_and_get - Resume, then get a runtime_pm ref if awake. 645 * Returns: True if device is awake and the reference was taken, false otherwise. 650 /* The device is awake, grab the ref and move on */ in xe_pm_runtime_resume_and_get()
|
/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/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/gpu/drm/i915/ |
H A D | i915_debugfs.c | 384 seq_printf(m, "GPU busy? %s\n", str_yes_no(to_gt(dev_priv)->awake)); in i915_rps_boost_info() 417 seq_printf(m, "GPU idle: %s\n", str_yes_no(!to_gt(dev_priv)->awake)); in i915_runtime_pm_status() 448 seq_printf(m, "GT awake? %s [%d], %llums\n", in i915_engine_info() 449 str_yes_no(to_gt(i915)->awake), in i915_engine_info()
|
/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/gpu/drm/ci/xfails/ |
H A D | i915-tgl-fails.txt | 44 perf_pmu@gt-awake,Timeout
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | main.h | 82 #define B43_PS_AWAKE (1 << 2) /* Force device awake */
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 646 * @on_time_rf: The total time in usec the RF is awake. 647 * @on_time_scan: usec the radio is awake due to scan. 680 * @on_time_rf: The total time in usec the RF is awake. 681 * @on_time_scan: usec the radio is awake due to scan.
|
/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/drivers/iio/adc/ |
H A D | ti-ads7924.c | 294 * When switching between modes, be sure to first select the Awake mode in ads7924_set_conv_mode() 306 dev_err(dev, "failed to set awake mode (%pe)\n", in ads7924_set_conv_mode()
|
/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/gpu/drm/i915/gem/ |
H A D | i915_gem_context_types.h | 361 * @pxp_wakeref: wakeref to keep the device awake when PXP is in use 365 * flow simple, we keep the device awake when contexts using PXP objects
|