Searched refs:power_runtime_on_callback (Results 1 - 14 of 14) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/devicetree/ |
H A D | mali_kbase_runtime_pm.c | 90 .power_runtime_on_callback = pm_callback_runtime_on, 95 .power_runtime_on_callback = NULL,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_config.h | 149 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 160 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 180 int (*power_runtime_on_callback)(struct kbase_device *kbdev); member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_config.h | 154 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 165 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 185 int (*power_runtime_on_callback)(struct kbase_device *kbdev); member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_config.h | 151 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 162 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 182 int (*power_runtime_on_callback)(struct kbase_device *kbdev); member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/devicetree/ |
H A D | mali_kbase_runtime_pm.c | 272 .power_runtime_on_callback = pm_callback_runtime_on, 277 .power_runtime_on_callback = NULL,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_config.h | 228 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 239 * The runtime power management callbacks @ref power_runtime_off_callback and @ref power_runtime_on_callback 259 int (*power_runtime_on_callback)(struct kbase_device *kbdev); member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/ |
H A D | mali_kbase_config_rk.c | 250 .power_runtime_on_callback = rk_pm_callback_runtime_on,
255 .power_runtime_on_callback = NULL,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/ |
H A D | mali_kbase_config_rk.c | 254 .power_runtime_on_callback = rk_pm_callback_runtime_on, 259 .power_runtime_on_callback = NULL,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/ |
H A D | mali_kbase_config_rk.c | 247 .power_runtime_on_callback = rk_pm_callback_runtime_on, 252 .power_runtime_on_callback = NULL,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/ |
H A D | mali_kbase_config_rk.c | 312 .power_runtime_on_callback = rk_pm_callback_runtime_on, 317 .power_runtime_on_callback = NULL,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_backend.c | 94 kbdev->pm.backend.callback_power_runtime_on = callbacks->power_runtime_on_callback; in kbase_hwaccess_pm_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_backend.c | 103 callbacks->power_runtime_on_callback; in kbase_hwaccess_pm_init()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_backend.c | 59 kbdev->pm.backend.callback_power_runtime_on = callbacks->power_runtime_on_callback; in kbase_pm_runtime_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_backend.c | 68 callbacks->power_runtime_on_callback; in kbase_pm_runtime_init()
|
Completed in 10 milliseconds