Searched refs:thermal_cap (Results 1 – 1 of 1) sorted by relevance
81 struct qcom_ec_thermal_cap thermal_cap; member168 struct qcom_ec_thermal_cap *cap = &ec->thermal_cap; in qcom_ec_thermal_capabilities()379 if (ec->thermal_cap.fan_cnt == 0) { in qcom_ec_probe()384 ec->ec_cdev = devm_kcalloc(dev, ec->thermal_cap.fan_cnt, sizeof(*ec->ec_cdev), GFP_KERNEL); in qcom_ec_probe()388 for (i = 0; i < ec->thermal_cap.fan_cnt; i++) { in qcom_ec_probe()417 for (int i = 0; i < ec->thermal_cap.fan_cnt; i++) { in qcom_ec_remove()