Searched refs:bwmon_set_threshold (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/soc/qcom/ |
H A D | icc-bwmon.c | 553 static void bwmon_set_threshold(struct icc_bwmon *bwmon, in bwmon_set_threshold() function 578 bwmon_set_threshold(bwmon, bwmon->regs[F_THRESHOLD_HIGH], bw_low); in bwmon_start() 579 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() 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()
|