Home
last modified time | relevance | path

Searched refs:in_suspend (Results 1 - 11 of 11) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dhibernate.c57 __visible int in_suspend __nosavedata;
335 in_suspend = 1; in create_image()
346 if (!in_suspend) { in create_image()
364 if (!in_suspend) { in create_image()
371 dpm_resume_start(in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE); in create_image()
436 if (error || !in_suspend) { in hibernation_snapshot()
440 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot()
443 if (error || !in_suspend) { in hibernation_snapshot()
788 if (in_suspend) { in hibernate()
810 in_suspend in hibernate()
[all...]
H A Dpower.h111 extern int in_suspend;
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-rockchip.c155 bool in_suspend; member
403 if (rk_pcie->in_suspend) { in rk_pcie_ep_inbound_atu()
421 if (rk_pcie->in_suspend) in rk_pcie_ep_inbound_atu()
535 if (rk_pcie->in_suspend) { in rk_pcie_ep_outbound_atu()
550 if (rk_pcie->in_suspend) in rk_pcie_ep_outbound_atu()
728 if (rk_pcie->in_suspend && rk_pcie->skip_scan_in_resume) { in rk_pcie_establish_link()
1914 rk_pcie->in_suspend = true; in rockchip_dw_pcie_suspend()
1989 rk_pcie->in_suspend = false; in rockchip_dw_pcie_resume()
/device/soc/rockchip/common/vendor/drivers/pci/
H A Dpcie-dw-rockchip.c142 bool in_suspend; member
382 if (rk_pcie->in_suspend) { in rk_pcie_ep_inbound_atu()
398 if (rk_pcie->in_suspend) { in rk_pcie_ep_inbound_atu()
493 if (rk_pcie->in_suspend) { in rk_pcie_ep_outbound_atu()
505 if (rk_pcie->in_suspend) { in rk_pcie_ep_outbound_atu()
1635 rk_pcie->in_suspend = true; in rockchip_dw_pcie_suspend()
1711 rk_pcie->in_suspend = false; in rockchip_dw_pcie_resume()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c44 static atomic_t in_suspend; variable
560 if (atomic_read(&in_suspend)) { in thermal_zone_device_update()
1651 atomic_set(&in_suspend, 1); in thermal_pm_notify()
1656 atomic_set(&in_suspend, 0); in thermal_pm_notify()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_device.c92 mac_dev->in_suspend = HI_FALSE; in mac_device_init()
H A Dmac_cfg.h503 hi_u8 in_suspend; /* 亮暗屏 */ member
H A Dmac_device.h491 in_suspend : 1, member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c1930 DHD_TRACE(("%s: enter, value = %d in_suspend=%d\n", in dhd_set_suspend()
1931 __FUNCTION__, value, dhd->in_suspend)); in dhd_set_suspend()
1941 if (value && dhd->in_suspend) { in dhd_set_suspend()
2343 dhdp->in_suspend = val; in dhd_suspend_resume_helper()
13937 if (dhdp->in_suspend) { in dhd_os_enable_packet_filter()
14329 if (dhdp->in_suspend) { in dhd_dev_ndo_update_inet6addr()
15306 if (dhdp->in_suspend && dhdp->apf_set && !(dhdp->op_mode & DHD_FLAG_HOSTAP_MODE)) { in dhd_dev_apf_add_filter()
H A Ddhd.h1005 int in_suspend; /* flag set to 1 when early suspend called */ member
H A Dwl_cfg80211.c15609 if (dhdp->in_suspend && reason == WLC_E_REASON_SILENT_ROAM) { in wl_notify_roam_prep_status()

Completed in 69 milliseconds