Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dpm_domains.c125 #define DOMAIN(_name, pwr, status, req, idle, ack, wakeup, keepon) \
128 .ack_mask = (ack), .active_wakeup = (wakeup), .keepon_startup = (keepon), \
131 #define DOMAIN_M(_name, pwr, status, req, idle, ack, wakeup, keepon) \
135 .active_wakeup = (wakeup), .keepon_startup = (keepon), \
138 #define DOMAIN_M_O(_name, pwr, status, p_offset, req, idle, ack, r_offset, wakeup, keepon) \
142 .active_wakeup = (wakeup), .keepon_startup = (keepon), .pwr_offset = (p_offset), .req_offset = (r_offset), \
145 #define DOMAIN_M_O_R(_name, p_offset, pwr, status, r_status, r_offset, req, idle, ack, wakeup, keepon) \
150 .active_wakeup = (wakeup), .keepon_startup = (keepon), \
153 #define DOMAIN_RK3036(_name, req, ack, idle, wakeup) \
156 .active_wakeup = (wakeup), \
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H A Dpm_domains.c136 #define DOMAIN(_name, pwr, status, req, idle, ack, wakeup, keepon) \
139 .ack_mask = (ack), .active_wakeup = (wakeup), .keepon_startup = (keepon), \
142 #define DOMAIN_M(_name, pwr, status, req, idle, ack, wakeup, keepon) \
146 .active_wakeup = (wakeup), .keepon_startup = (keepon), \
149 #define DOMAIN_M_O(_name, pwr, status, p_offset, req, idle, ack, r_offset, wakeup, keepon) \
153 .active_wakeup = (wakeup), .keepon_startup = (keepon), .pwr_offset = (p_offset), .req_offset = (r_offset), \
156 #define DOMAIN_M_O_R(_name, p_offset, pwr, status, r_status, r_offset, req, idle, ack, wakeup, keepon) \
161 .active_wakeup = (wakeup), .keepon_startup = (keepon), \
164 #define DOMAIN_RK3036(_name, req, ack, idle, wakeup) \
167 .active_wakeup = (wakeup), \
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dsuspend.c394 * @wakeup: Returns information that the sleep state should not be re-entered.
398 static int suspend_enter(suspend_state_t state, bool *wakeup) in suspend_enter() argument
455 *wakeup = pm_wakeup_pending(); in suspend_enter()
456 if (!(suspend_test(TEST_CORE) || *wakeup)) { in suspend_enter()
460 } else if (*wakeup) { in suspend_enter()
496 bool wakeup = false; in suspend_devices_and_enter() local
527 error = suspend_enter(state, &wakeup); in suspend_devices_and_enter()
528 } while (!error && !wakeup && platform_suspend_again(state)); in suspend_devices_and_enter()
567 * system enter the given sleep state and clean up after wakeup.
617 pm_pr_dbg("Finishing wakeup in enter_state()
[all...]
H A Dprocess.c43 bool wakeup = false; in try_to_freeze_tasks() local
79 wakeup = true; in try_to_freeze_tasks()
98 if (wakeup) { in try_to_freeze_tasks()
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_core.c126 int32_t wakeup; in LinuxReadConfig() local
160 ret = of_property_read_u32(node, "rockchip,headset_wakeup", &wakeup); in LinuxReadConfig()
164 pdata->hsWakeup = (wakeup == 0) ? false : true; in LinuxReadConfig()
/device/soc/rockchip/common/vendor/drivers/input/
H A Drockchip_pwm_remotectl.h150 int wakeup; member
H A Drockchip_pwm_remotectl.c70 int wakeup; member
544 dev_info(&pdev->dev, "pwm sip wakeup config error!!\n"); in rk_pwm_sip_wakeup_init()
657 ddata->wakeup = 1; in rk_pwm_probe()
765 * loop wakeup state in remotectl_resume()
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h157 int wakeup; member
H A Drockchip_pwm_remotectl.c73 int wakeup; member
561 dev_info(&pdev->dev, "pwm sip wakeup config error!!\n"); in rk_pwm_sip_wakeup_init()
674 ddata->wakeup = 1; in rk_pwm_probe()
784 * loop wakeup state in remotectl_resume()
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c445 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
509 wakeup = 0x3ff; in inno_mipi_dphy_timing_init()
542 T_WAKEUP_CNT_HI(wakeup >> PHY_ROCKCHIP_INNO_DSIDPHY_EIGHT)); in inno_mipi_dphy_timing_init()
543 phy_update_bits(inno, i, 0x0d, T_WAKEUP_CNT_LO_MASK, T_WAKEUP_CNT_LO(wakeup)); in inno_mipi_dphy_timing_init()
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
H A Ddw_timer.c185 .wakeup = do_wakeup_sleep_action, in csi_timer_power_control()
H A Ddw_gpio.c529 .wakeup = do_wakeup_sleep_action, in csi_gpio_power_control()
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h325 int (*wakeup)(struct usb_gadget *); member
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h324 int (*wakeup)(struct usb_gadget *); member

Completed in 14 milliseconds