Home
last modified time | relevance | path

Searched refs:bwmon (Results 1 – 3 of 3) sorted by relevance

/drivers/soc/qcom/
A Dicc-bwmon.c579 bwmon_set_threshold(bwmon, bwmon->regs[F_THRESHOLD_MED], bw_low); in bwmon_start()
580 bwmon_set_threshold(bwmon, bwmon->regs[F_THRESHOLD_LOW], 0); in bwmon_start()
670 if (bwmon->target_kbps >= bwmon->max_bw_kbps) in bwmon_intr_thread()
672 else if (bwmon->target_kbps <= bwmon->min_bw_kbps) in bwmon_intr_thread()
677 bwmon_set_threshold(bwmon, bwmon->regs[F_THRESHOLD_HIGH], in bwmon_intr_thread()
679 bwmon_set_threshold(bwmon, bwmon->regs[F_THRESHOLD_MED], in bwmon_intr_thread()
686 if (bwmon->target_kbps == bwmon->current_kbps) in bwmon_intr_thread()
690 bwmon->current_kbps = bwmon->target_kbps; in bwmon_intr_thread()
757 bwmon = devm_kzalloc(dev, sizeof(*bwmon), GFP_KERNEL); in bwmon_probe()
758 if (!bwmon) in bwmon_probe()
[all …]
A Dtrace_icc-bwmon.h46 #define TRACE_INCLUDE_FILE trace_icc-bwmon
A DMakefile38 obj-$(CONFIG_QCOM_ICC_BWMON) += icc-bwmon.o

Completed in 8 milliseconds