| /device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/ |
| D | pm_domains.c | 136 #define DOMAIN(_name, pwr, status, req, idle, ack, wakeup, keepon) … argument 142 #define DOMAIN_M(_name, pwr, status, req, idle, ack, wakeup, keepon) … argument 149 #define DOMAIN_M_O(_name, pwr, status, p_offset, req, idle, ack, r_offset, wakeup, keepon) … argument 156 #define DOMAIN_M_O_R(_name, p_offset, pwr, status, r_status, r_offset, req, idle, ack, wakeup, keep… argument 164 #define DOMAIN_RK3036(_name, req, ack, idle, wakeup) … argument 175 #define DOMAIN_RV1126(name, pwr, req, idle, wakeup) DOMAIN_M(name, pwr, pwr, req, idle, idle, wakeu… argument 177 #define DOMAIN_RV1126_PROTECT(name, pwr, req, idle, wakeup) DOMAIN_M(name, pwr, pwr, req, idle, idl… argument 179 #define DOMAIN_RV1126_O(name, pwr, req, idle, r_offset, wakeup) … argument 202 #define DOMAIN_RK3588(name, p_offset, pwr, status, r_status, r_offset, req, idle, wakeup) … argument 205 #define DOMAIN_RK3588_P(name, p_offset, pwr, status, r_status, r_offset, req, idle, wakeup) … argument [all …]
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | pm_domains.c | 125 #define DOMAIN(_name, pwr, status, req, idle, ack, wakeup, keepon) … argument 131 #define DOMAIN_M(_name, pwr, status, req, idle, ack, wakeup, keepon) … argument 138 #define DOMAIN_M_O(_name, pwr, status, p_offset, req, idle, ack, r_offset, wakeup, keepon) … argument 145 #define DOMAIN_M_O_R(_name, p_offset, pwr, status, r_status, r_offset, req, idle, ack, wakeup, keep… argument 153 #define DOMAIN_RK3036(_name, req, ack, idle, wakeup) … argument 164 #define DOMAIN_RV1126(name, pwr, req, idle, wakeup) DOMAIN_M(name, pwr, pwr, req, idle, idle, wakeu… argument 166 #define DOMAIN_RV1126_PROTECT(name, pwr, req, idle, wakeup) DOMAIN_M(name, pwr, pwr, req, idle, idl… argument 168 #define DOMAIN_RV1126_O(name, pwr, req, idle, r_offset, wakeup) … argument 191 #define DOMAIN_RK3588(name, p_offset, pwr, status, r_status, r_offset, req, idle, wakeup) … argument 194 #define DOMAIN_RK3588_P(name, p_offset, pwr, status, r_status, r_offset, req, idle, wakeup) … argument [all …]
|
| /device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
| D | pm_domains.h | 33 static inline int rockchip_pmu_idle_request(struct device *dev, bool idle) in rockchip_pmu_idle_request()
|
| /device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
| D | pm_domains.h | 33 static inline int rockchip_pmu_idle_request(struct device *dev, bool idle) in rockchip_pmu_idle_request()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_clk_rate_trace/kernel/ |
| D | mali_kutf_clk_rate_trace_test.c | 242 bool idle; in kutf_clk_trace_do_get_rate() local 621 bool idle[2] = { false }; in kutf_clk_trace_barebone_check() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | hnd_pktpool.h | 105 uint8 idle; /* avail in pool */ member
|
| D | wlioctl.h | 1763 uint32 idle; /**< time since data pkt rx'd from sta */ member 1836 uint32 idle; /**< time since data pkt rx'd from sta */ member 1912 uint32 idle; /**< time since data pkt rx'd from sta */ member
|
| /device/soc/rockchip/common/sdk_linux/kernel/ |
| D | cpu.c | 580 struct task_struct *idle = idle_thread_get(cpu); in bringup_cpu() local 607 struct task_struct *idle = idle_thread_get(cpu); in finish_cpu() local 1302 struct task_struct *idle; in _cpu_up() local
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| D | fair.c | 5464 int idle = 0; in sched_cfs_period_timer() local 6245 struct cpuidle_state *idle = idle_get_state(rq); in find_idlest_group_cpu() local 6417 bool idle = true; in select_idle_core() local 7867 enum cpu_idle_type idle; member 10151 …nt load_balance(int this_cpu, struct rq *this_rq, struct sched_domain *sd, enum cpu_idle_type idle, in load_balance() 10632 static void rebalance_domains(struct rq *rq, enum cpu_idle_type idle) in rebalance_domains() 11063 static bool _nohz_idle_balance(struct rq *this_rq, unsigned int flags, enum cpu_idle_type idle) in _nohz_idle_balance() 11179 static bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance() 11238 static inline bool nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) in nohz_idle_balance()
|
| D | rt.c | 31 int idle = 0; in sched_rt_period_timer() local 895 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
|
| D | sched.h | 433 u8 idle; member 1034 struct task_struct *idle; member
|
| D | core.c | 7118 void __init init_idle(struct task_struct *idle, int cpu) in init_idle()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| D | mali_kbase_csf_scheduler.c | 2137 bool idle = kbase_csf_firmware_csg_output(ginfo, CSG_STATUS_STATE) & in save_csg_slot() local 3227 bool idle = kbase_csf_firmware_csg_output(ginfo, CSG_STATUS_STATE) & in group_on_slot_is_idle() local 4142 #define __ENCODE_KTRACE_INFO(reset, idle, all_suspend) \ in gpu_idle_worker() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
| D | intel_engine_cs.c | 1165 bool idle = true; in ring_is_idle() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_executor.c | 2432 mali_bool idle; in mali_executor_change_group_status_disabled() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_executor.c | 2561 mali_bool idle; in mali_executor_change_group_status_disabled() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
| D | mpp_common.h | 755 static inline int mpp_pmu_idle_request(struct mpp_dev *mpp, bool idle) in mpp_pmu_idle_request()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | wl_cfg80211.c | 1175 u32 idle; member
|