Home
last modified time | relevance | path

Searched refs:suspend_state (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c28 struct regulator_state *suspend_state; in of_get_regulation_constraints() local
196 suspend_state = &constraints->state_mem; in of_get_regulation_constraints()
199 suspend_state = &constraints->state_disk; in of_get_regulation_constraints()
202 suspend_state = &constraints->state_standby; in of_get_regulation_constraints()
214 if (!suspend_state) { in of_get_regulation_constraints()
225 suspend_state->mode = mode; in of_get_regulation_constraints()
233 suspend_state->enabled = ENABLE_IN_SUSPEND; in of_get_regulation_constraints()
235 suspend_state->enabled = DISABLE_IN_SUSPEND; in of_get_regulation_constraints()
239 suspend_state->min_uV = pval; in of_get_regulation_constraints()
243 suspend_state in of_get_regulation_constraints()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_pm_config.c258 suspend_state_t suspend_state = mem_sleep_current; in pm_config_prepare() local
259 enum rk_pm_state state = suspend_state - PM_SUSPEND_MEM; in pm_config_prepare()
264 suspend_state, in pm_config_prepare()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_mode_config.h946 * @suspend_state:
952 struct drm_atomic_state *suspend_state; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus_usb_linux.c509 enum usbos_suspend_state suspend_state; member
940 bool killed = (g_probe_info.suspend_state == USBOS_SUSPEND_STATE_SUSPEND_PENDING) ? 1 : 0; in dbus_usbos_recv_complete_handle()
1045 usbos_info->pub->busstate, g_probe_info.suspend_state, in dbus_usbos_ctl_complete()
1111 bool killed = (g_probe_info.suspend_state == USBOS_SUSPEND_STATE_SUSPEND_PENDING) ? 1 : 0; in dbus_usbos_intr_complete()
1234 DBUSERR(("%s suspend state: %d\n", __FUNCTION__, g_probe_info.suspend_state)); in dbus_usbos_suspend()
1236 g_probe_info.suspend_state = USBOS_SUSPEND_STATE_SUSPEND_PENDING; in dbus_usbos_suspend()
1239 g_probe_info.suspend_state = USBOS_SUSPEND_STATE_SUSPENDED; in dbus_usbos_suspend()
1253 g_probe_info.suspend_state = USBOS_SUSPEND_STATE_DEVICE_ACTIVE; in dbus_usbos_resume()
1267 g_probe_info.suspend_state = USBOS_SUSPEND_STATE_DEVICE_ACTIVE; in dbus_usbos_reset_resume()
H A Ddhd_pcie_linux.c823 dhdpcie_suspend_dump_cfgregs(struct dhd_bus *bus, char *suspend_state) in dhdpcie_suspend_dump_cfgregs() argument
827 suspend_state, in dhdpcie_suspend_dump_cfgregs()

Completed in 9 milliseconds