| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_pm.c | 62 gt->awake = intel_display_power_get(i915, POWER_DOMAIN_GT_IRQ); in __gt_unpark() 63 GEM_BUG_ON(!gt->awake); in __gt_unpark() 77 intel_wakeref_t wakeref = fetch_and_zero(>->awake); in __gt_park() 300 GEM_BUG_ON(gt->awake); in intel_gt_suspend_late()
|
| H A D | intel_reset.c | 723 intel_engine_mask_t awake = 0; in reset_prepare() local 728 awake |= engine->mask; in reset_prepare() 734 return awake; in reset_prepare() 773 static void reset_finish(struct intel_gt *gt, intel_engine_mask_t awake) in reset_finish() argument 780 if (awake & engine->mask) in reset_finish() 804 intel_engine_mask_t awake; in __intel_gt_set_wedged() local 817 awake = reset_prepare(gt); in __intel_gt_set_wedged() 839 reset_finish(gt, awake); in __intel_gt_set_wedged() 1021 intel_engine_mask_t awake; in intel_gt_reset() local 1039 awake = reset_prepare(gt); in intel_gt_reset() [all …]
|
| H A D | selftest_reset.c | 271 intel_engine_mask_t awake; in igt_atomic_reset() local 275 awake = reset_prepare(gt); in igt_atomic_reset() 281 reset_finish(gt, awake); in igt_atomic_reset()
|
| H A D | intel_gt_pm.h | 63 return I915_SELFTEST_ONLY(gt->awake == -ENODEV); in is_mock_gt()
|
| H A D | intel_gt_types.h | 77 intel_wakeref_t awake; member
|
| /OK3568_Linux_fs/kernel/drivers/phy/motorola/ |
| H A D | phy-mapphone-mdm6600.c | 104 bool awake; /* mdm6600 respnds on n_gsm */ member 503 if (ddata->awake) in phy_mdm6600_wake_modem() 530 ddata->awake = false; in phy_mdm6600_runtime_suspend() 540 ddata->awake = true; in phy_mdm6600_runtime_resume()
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-neo-plus2/rootfs_overlay/lib/firmware/brcm/ |
| H A D | brcmfmac43430-sdio.friendlyarm,nanopi-neo-plus2.txt | 49 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/broadcom/AP6212A1/wifi/ |
| H A D | nvram_ap6212a.txt | 51 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| H A D | nvram_ap6212.txt | 50 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-zero-plus2/rootfs_overlay/lib/firmware/brcm/ |
| H A D | brcmfmac43430-sdio.txt | 50 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW43438/ |
| H A D | cyw43438_azw372.txt | 54 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| H A D | cyw43438.txt | 54 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW43455/ |
| H A D | cyw43455_azw256.txt | 99 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| H A D | cyw43455.txt | 99 # muxenab: 0x1 for UART enable, 0x10 for Host awake
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | sleep24xx.S | 66 subs r5, r5, #0x1 @ awake, wait just a bit
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcm.c | 935 static int bcm_apple_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_apple_set_device_wakeup() argument 937 if (ACPI_FAILURE(acpi_execute_simple_method(dev->btlp, NULL, !awake))) in bcm_apple_set_device_wakeup() 979 static int bcm_gpio_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_gpio_set_device_wakeup() argument 981 gpiod_set_value_cansleep(dev->device_wakeup, awake); in bcm_gpio_set_device_wakeup()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | mock_gem_device.c | 185 i915->gt.awake = -ENODEV; in mock_gem_device()
|
| H A D | intel_uncore.c | 152 GEM_BUG_ON(gt->awake); in live_forcewake_ops()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | rcpm.txt | 58 mechanism for keeping certain blocks awake during STANDBY and MEM, in
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | driver.rst | 28 printk(KERN_ERR PFX "%s: BUG! Tx Ring full when queue awake!\n",
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 152 bool awake = false; in get_rc6() local 158 awake = true; in get_rc6() 163 if (awake) { in get_rc6()
|
| H A D | i915_gpu_error.h | 119 bool awake; member
|
| H A D | i915_debugfs.c | 1218 seq_printf(m, "GPU busy? %s\n", yesno(dev_priv->gt.awake)); in i915_rps_boost_info() 1286 seq_printf(m, "GPU idle: %s\n", yesno(!dev_priv->gt.awake)); in i915_runtime_pm_status() 1318 yesno(dev_priv->gt.awake), in i915_engine_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | README | 127 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state> 130 wakeup_tries = <wakeup device count, cleared when device awake>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c.txt | 72 this information to adapt power management to keep the arbitration awake
|