Home
last modified time | relevance | path

Searched refs:is_idle (Results 1 – 25 of 93) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmc_hsq.c256 bool is_idle; in mmc_hsq_queue_is_idle() local
260 is_idle = (!hsq->mrq && !hsq->qcnt) || in mmc_hsq_queue_is_idle()
264 hsq->waiting_for_idle = !is_idle; in mmc_hsq_queue_is_idle()
268 return is_idle; in mmc_hsq_queue_is_idle()
H A Dcqhci-core.c860 bool is_idle; in cqhci_is_idle() local
863 is_idle = !cq_host->qcnt || cq_host->recovery_halt; in cqhci_is_idle()
865 cq_host->waiting_for_idle = !is_idle; in cqhci_is_idle()
868 return is_idle; in cqhci_is_idle()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dcommon.c284 hw->is_idle = true; in rkispp_free_pool()
332 hw->is_idle = true; in rkispp_init_pool()
350 hw->is_idle = true; in rkispp_queue_dmabuf()
352 hw->is_idle = false; in rkispp_queue_dmabuf()
353 if (dbufs && list_empty(list) && hw->is_idle) { in rkispp_queue_dmabuf()
356 } else if (hw->is_idle && !list_empty(list)) { in rkispp_queue_dmabuf()
369 hw->is_idle = false; in rkispp_queue_dmabuf()
H A Dhw.h57 bool is_idle; member
H A Dhw.c397 hw_dev->is_idle = true; in rkispp_hw_probe()
474 hw_dev->is_idle = true; in rkispp_runtime_resume()
H A Dstream_v20.c352 if (!dev->hw_dev->is_idle) in rkispp_module_work_event()
353 dev->hw_dev->is_idle = true; in rkispp_module_work_event()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_local.h34 bool is_idle; member
H A Dsp.c50 state->is_idle = (sc & (1U << SP_IDLE_BIT)) != 0; in sp_get_state()
H A Dsp_local.h26 bool is_idle; member
H A Disp.c61 state->is_idle = isp_ctrl_getbit(ID, ISP_SC_REG, ISP_IDLE_BIT); in isp_get_state()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimer.c214 bool is_idle; member
575 if (base->is_idle) in trigger_dyntick_cpu()
1667 base->is_idle = false; in get_next_timer_interrupt()
1679 base->is_idle = true; in get_next_timer_interrupt()
1701 base->is_idle = false; in timer_clear_idle()
1956 base->is_idle = false; in timers_prepare_cpu()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dclaim.c76 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle() function
117 if (is_idle(dev, *_ndns)) { in nd_detach_and_reset()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dhw.h96 bool is_idle; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Damd_shared.h273 bool (*is_idle)(void *handle); member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddb-export.c526 struct comm **comm_ptr, bool *is_idle) in db_export__pid_tid() argument
535 *is_idle = !thread->pid_ && !thread->tid; in db_export__pid_tid()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dcik_ih.c426 .is_idle = cik_ih_is_idle,
H A Dsi_ih.c289 .is_idle = si_ih_is_idle,
H A Diceland_ih.c420 .is_idle = iceland_ih_is_idle,
H A Dcz_ih.c423 .is_idle = cz_ih_is_idle,
H A Dtonga_ih.c472 .is_idle = tonga_ih_is_idle,
H A Djpeg_v3_0.c541 .is_idle = jpeg_v3_0_is_idle,
/OK3568_Linux_fs/kernel/include/uapi/misc/
H A Dhabanalabs.h318 __u32 is_idle; member
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py190 def is_idle(util, start): function
216 and is_idle(disk_util, cpu_util[i][0]):
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dpm_domains.c393 bool is_idle; in rockchip_pmu_set_idle_request() local
425 is_idle, is_idle == idle, 0, 10000); in rockchip_pmu_set_idle_request()
429 genpd->name, idle, is_idle); in rockchip_pmu_set_idle_request()
/OK3568_Linux_fs/kernel/include/linux/soc/ti/
H A Dti_sci_protocol.h108 int (*is_idle)(const struct ti_sci_handle *handle, u32 id, member

1234