/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 385 hw_dev->is_idle = true; in rkispp_hw_probe() 469 hw_dev->is_idle = true; in rkispp_runtime_resume()
|
H A D | stream_v20.c | 345 if (!dev->hw_dev->is_idle) {
in rkispp_module_work_event() 346 dev->hw_dev->is_idle = true;
in rkispp_module_work_event()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 393 hw_dev->is_idle = true; in rkispp_hw_probe() 476 hw_dev->is_idle = true; in rkispp_runtime_resume()
|
H A D | stream_v20.c | 353 if (!dev->hw_dev->is_idle) in rkispp_module_work_event() 354 dev->hw_dev->is_idle = true; in rkispp_module_work_event()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 526 struct comm **comm_ptr, bool *is_idle) in db_export__pid_tid() 535 *is_idle = !thread->pid_ && !thread->tid; in db_export__pid_tid() 524 db_export__pid_tid(struct db_export *dbe, struct machine *machine, pid_t pid, pid_t tid, u64 *db_id, struct comm **comm_ptr, bool *is_idle) db_export__pid_tid() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | db-export.c | 530 struct comm **comm_ptr, bool *is_idle) in db_export__pid_tid() 539 *is_idle = !thread__pid(thread) && !thread__tid(thread); in db_export__pid_tid() 528 db_export__pid_tid(struct db_export *dbe, struct machine *machine, pid_t pid, pid_t tid, u64 *db_id, struct comm **comm_ptr, bool *is_idle) db_export__pid_tid() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/ |
H A D | cqhci-core.c | 857 bool is_idle; in cqhci_is_idle() local 860 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle() 862 cq_host->waiting_for_idle = !is_idle; in cqhci_is_idle() 865 return is_idle; in cqhci_is_idle()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cqhci.c | 820 bool is_idle; in cqhci_is_idle() local 823 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle() 825 cq_host->waiting_for_idle = !is_idle; in cqhci_is_idle() 828 return is_idle; in cqhci_is_idle()
|
/kernel/linux/linux-5.10/drivers/soc/rockchip/ |
H A D | pm_domains.c | 160 bool is_idle; in rockchip_pmu_set_idle_request() local 188 is_idle, is_idle == idle, 0, 10000); in rockchip_pmu_set_idle_request() 192 genpd->name, is_idle); in rockchip_pmu_set_idle_request()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cqhci-core.c | 872 bool is_idle; in cqhci_is_idle() local 875 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle() 877 cq_host->waiting_for_idle = !is_idle; in cqhci_is_idle() 880 return is_idle; in cqhci_is_idle()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | jpeg_v2_5.c | 627 .is_idle = jpeg_v2_5_is_idle, 647 .is_idle = jpeg_v2_5_is_idle,
|
H A D | iceland_ih.c | 423 .is_idle = iceland_ih_is_idle,
|
H A D | cik_ih.c | 433 .is_idle = cik_ih_is_idle,
|
H A D | cz_ih.c | 431 .is_idle = cz_ih_is_idle,
|
H A D | si_ih.c | 294 .is_idle = si_ih_is_idle,
|
H A D | tonga_ih.c | 481 .is_idle = tonga_ih_is_idle,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | iceland_ih.c | 420 .is_idle = iceland_ih_is_idle,
|
H A D | cz_ih.c | 423 .is_idle = cz_ih_is_idle,
|
H A D | cik_ih.c | 426 .is_idle = cik_ih_is_idle,
|
H A D | tonga_ih.c | 472 .is_idle = tonga_ih_is_idle,
|
H A D | si_ih.c | 289 .is_idle = si_ih_is_idle,
|
/kernel/linux/linux-5.10/include/uapi/misc/ |
H A D | habanalabs.h | 318 __u32 is_idle; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/ |
H A D | habanalabs.h | 258 __u32 is_idle; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/ |
H A D | habanalabs.h | 258 __u32 is_idle; member
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | pm_domains.c | 223 bool is_idle;
in rockchip_pmu_set_idle_request() local 251 ret = readx_poll_timeout_atomic(rockchip_pmu_domain_is_idle, pd, is_idle, is_idle == idle, 0, 0x2710);
in rockchip_pmu_set_idle_request() 253 dev_err(pmu->dev, "failed to set idle on domain '%s', target_idle = %d, val=%d\n", genpd->name, idle, is_idle);
in rockchip_pmu_set_idle_request()
|