Home
last modified time | relevance | path

Searched refs:wake_lock (Results 1 - 25 of 27) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dwakelock.h22 /* A wake_lock prevents the system from entering suspend or other low power
23 * states when active. If the type is set to WAKE_LOCK_SUSPEND, the wake_lock
32 struct wake_lock { struct
36 static inline void wake_lock_init(struct wake_lock *lock, int type, const char *name) in wake_lock_init()
47 static inline void wake_lock_destroy(struct wake_lock *lock) in wake_lock_destroy()
55 static inline void wake_lock(struct wake_lock *lock) in wake_lock() function
60 static inline void wake_lock_timeout(struct wake_lock *lock, long timeout) in wake_lock_timeout()
65 static inline void wake_unlock(struct wake_lock *lock) in wake_unlock()
70 static inline int wake_lock_active(struct wake_lock *loc
[all...]
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dwakelock.h22 /* A wake_lock prevents the system from entering suspend or other low power
23 * states when active. If the type is set to WAKE_LOCK_SUSPEND, the wake_lock
32 struct wake_lock { struct
36 static inline void wake_lock_init(struct wake_lock *lock, int type, in wake_lock_init()
48 static inline void wake_lock_destroy(struct wake_lock *lock) in wake_lock_destroy()
56 static inline void wake_lock(struct wake_lock *lock) in wake_lock() function
61 static inline void wake_lock_timeout(struct wake_lock *lock, long timeout) in wake_lock_timeout()
66 static inline void wake_unlock(struct wake_lock *lock) in wake_unlock()
71 static inline int wake_lock_active(struct wake_lock *loc
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_priv.h119 struct wake_lock wl_wifi; /* Wifi wakelock */
120 struct wake_lock wl_rxwake; /* Wifi rx wakelock */
121 struct wake_lock wl_ctrlwake; /* Wifi ctrl wakelock */
122 struct wake_lock wl_wdwake; /* Wifi wd wakelock */
123 struct wake_lock wl_evtwake; /* Wifi event wakelock */
124 struct wake_lock wl_pmwake; /* Wifi pm handler wakelock */
125 struct wake_lock wl_txflwake; /* Wifi tx flow wakelock */
127 struct wake_lock wl_intrwake; /* Host wakeup wakelock */
130 struct wake_lock wl_scanwake; /* Wifi scan wakelock */
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
H A Dmali_kbase_rk.h49 struct wake_lock wake_lock; member
H A Dmali_kbase_config_rk.c92 wake_unlock(&platform->wake_lock); in rk_pm_power_off_delay_work()
122 wake_lock_init(&platform->wake_lock, WAKE_LOCK_SUSPEND, "gpu"); in kbase_platform_rk_init()
138 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_init()
153 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_term()
222 wake_lock(&platform->wake_lock); in rk_pm_callback_power_on()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
H A Dmali_kbase_rk.h47 struct wake_lock wake_lock; member
H A Dmali_kbase_config_rk.c94 wake_unlock(&platform->wake_lock); in rk_pm_power_off_delay_work()
124 wake_lock_init(&platform->wake_lock, WAKE_LOCK_SUSPEND, "gpu"); in kbase_platform_rk_init()
140 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_init()
156 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_term()
225 wake_lock(&platform->wake_lock); in rk_pm_callback_power_on()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_rk.h47 struct wake_lock wake_lock; member
H A Dmali_kbase_config_rk.c90 wake_unlock(&platform->wake_lock); in rk_pm_power_off_delay_work()
120 wake_lock_init(&platform->wake_lock, WAKE_LOCK_SUSPEND, "gpu"); in kbase_platform_rk_init()
136 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_init()
151 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_term()
219 wake_lock(&platform->wake_lock); in rk_pm_callback_power_on()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_rk.h47 struct wake_lock wake_lock; member
H A Dmali_kbase_config_rk.c110 wake_unlock(&platform->wake_lock); in rk_pm_power_off_delay_work()
142 wake_lock_init(&platform->wake_lock, WAKE_LOCK_SUSPEND, "gpu"); in kbase_platform_rk_init()
160 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_init()
176 wake_lock_destroy(&platform->wake_lock); in kbase_platform_rk_term()
280 wake_lock(&platform->wake_lock); in rk_pm_callback_power_on()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A DRGA2_API.h38 struct wake_lock wake_lock; member
H A Drga2_drv.c563 wake_lock(&rga2_drvdata->wake_lock); in rga2_power_on()
594 wake_unlock(&rga2_drvdata->wake_lock); in rga2_power_off()
1713 wake_lock_init(&data->wake_lock, WAKE_LOCK_SUSPEND, "rga"); in rga2_drv_probe()
1789 wake_lock_destroy(&data->wake_lock); in rga2_drv_probe()
1803 wake_lock_destroy(&data->wake_lock); in rga2_drv_remove()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_wakelock.h38 struct wake_lock st_wakelock; /* wakelock锁 */
100 wake_lock(&pst_wakelock->st_wakelock); in oal_wake_lock()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h331 struct wake_lock wake_lock; member
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c150 struct wake_lock wakelock;
476 wake_lock(&rk_phy->wakelock); in rk3288_usb_phy_otg_sm_work()
487 wake_lock(&rk_phy->wakelock); in rk3288_usb_phy_otg_sm_work()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c952 wake_lock_init(&rga_drvdata->wake_lock, WAKE_LOCK_SUSPEND, "rga"); in rga_init()
1010 wake_lock_destroy(&rga_drvdata->wake_lock); in rga_exit()
/device/soc/rockchip/common/vendor/drivers/net/
H A Drfkill-wlan.c57 struct wake_lock wlan_irq_wl;
H A Drfkill-bt.c64 struct wake_lock bt_irq_wl;
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H A Drfkill-wlan.c61 struct wake_lock wlan_irq_wl;
H A Drfkill-bt.c69 struct wake_lock bt_irq_wl;
/device/soc/rockchip/common/vendor/drivers/power/
H A Drk817_battery.c578 struct wake_lock wake_lock; member
3080 wake_lock_init(&battery->wake_lock, WAKE_LOCK_SUSPEND, "rk817_bat_lock"); in rk817_battery_probe()
3378 wake_lock_timeout(&battery->wake_lock, msecs_to_jiffies(0x7D0)); in rk817_bat_resume_work()
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Drk817_battery.c500 struct wake_lock wake_lock; member
3068 wake_lock_init(&battery->wake_lock, WAKE_LOCK_SUSPEND, in rk817_battery_probe()
3375 wake_lock_timeout(&battery->wake_lock, msecs_to_jiffies(2000)); in rk817_bat_resume_work()
/device/soc/rockchip/common/vendor/drivers/input/
H A Drockchip_pwm_remotectl.c80 struct wake_lock remotectl_wake_lock;
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.c83 struct wake_lock remotectl_wake_lock;

Completed in 30 milliseconds

12