| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_tlb.c | 54 intel_engine_mask_t awake, tmp; in mmio_invalidate_full() local 66 awake = 0; in mmio_invalidate_full() 80 awake |= engine->mask; in mmio_invalidate_full() 83 GT_TRACE(gt, "invalidated engines %08x\n", awake); in mmio_invalidate_full() 86 if (awake && in mmio_invalidate_full() 97 for_each_engine_masked(engine, gt, awake, tmp) { in mmio_invalidate_full()
|
| H A D | intel_gt_pm.c | 88 gt->awake = intel_display_power_get(display, POWER_DOMAIN_GT_IRQ); in __gt_unpark() 89 GEM_BUG_ON(!gt->awake); in __gt_unpark() 105 intel_wakeref_t wakeref = fetch_and_zero(>->awake); in __gt_park() 354 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() 1209 intel_engine_mask_t awake; in intel_gt_reset() local 1233 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 | intel_gt_pm.h | 114 return I915_SELFTEST_ONLY(gt->awake == INTEL_WAKEREF_MOCK_GT); in is_mock_gt()
|
| H A D | intel_gt_types.h | 165 intel_wakeref_t awake; member
|
| H A D | intel_gt_pm_debugfs.c | 489 str_yes_no(gt->awake), in rps_boost_show()
|
| /linux-6.15/drivers/phy/motorola/ |
| H A D | phy-mapphone-mdm6600.c | 104 bool awake; /* mdm6600 respnds on n_gsm */ member 502 if (ddata->awake) in phy_mdm6600_wake_modem() 529 ddata->awake = false; in phy_mdm6600_runtime_suspend() 539 ddata->awake = true; in phy_mdm6600_runtime_resume()
|
| /linux-6.15/arch/arm/mach-omap2/ |
| H A D | sleep24xx.S | 66 subs r5, r5, #0x1 @ awake, wait just a bit
|
| /linux-6.15/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() 414 seq_printf(m, "GPU idle: %s\n", str_yes_no(!to_gt(dev_priv)->awake)); in i915_runtime_pm_status() 446 str_yes_no(to_gt(i915)->awake), in i915_engine_info()
|
| H A D | i915_gpu_error.h | 141 bool awake; member
|
| H A D | i915_gpu_error.c | 741 err_printf(m, "GT awake: %s\n", str_yes_no(gt->awake)); in err_print_gt_global_nonguc() 2044 gc->awake = intel_gt_pm_is_awake(gt); in intel_gt_coredump_alloc()
|
| /linux-6.15/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,rpm-master-stats.yaml | 24 voting for staying awake.
|
| /linux-6.15/Documentation/devicetree/bindings/powerpc/ |
| H A D | sleep.yaml | 29 awake during system suspend, but will not be disabled until then.
|
| /linux-6.15/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | fsl,rcpm.yaml | 69 mechanism for keeping certain blocks awake during STANDBY and MEM, in
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | hci_bcm.c | 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-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | mock_gem_device.c | 206 to_gt(i915)->awake = INTEL_WAKEREF_MOCK_GT; in mock_gem_device()
|
| H A D | intel_uncore.c | 171 GEM_BUG_ON(gt->awake); in live_forcewake_ops()
|
| /linux-6.15/Documentation/networking/ |
| H A D | driver.rst | 73 netdev_warn(dev, "Tx Ring full when queue awake!\n");
|
| /linux-6.15/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-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | qcom,spmi-regulator.yaml | 82 BIT(4) = follow PMIC awake state
|
| /linux-6.15/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-veyron.dtsi | 577 bt_dev_wake_awake: bt-dev-wake-awake {
|
| /linux-6.15/drivers/platform/x86/intel/ |
| H A D | Kconfig | 191 will then remain awake until something triggers another suspend.
|
| /linux-6.15/drivers/net/wireless/broadcom/b43/ |
| H A D | main.c | 1149 bool awake; in b43_power_saving_ctl_bits() local 1165 awake = true; in b43_power_saving_ctl_bits() 1167 awake = false; in b43_power_saving_ctl_bits() 1176 awake = true; in b43_power_saving_ctl_bits() 1183 if (awake) in b43_power_saving_ctl_bits() 1190 if (awake && dev->dev->core_rev >= 5) { in b43_power_saving_ctl_bits()
|
| /linux-6.15/kernel/power/ |
| H A D | Kconfig | 178 asleep/awake for very short periods of time (<= 2 seconds).
|