Home
last modified time | relevance | path

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

/linux/drivers/platform/arm64/
H A Dqcom-hamoa-ec.c81 struct qcom_ec_thermal_cap thermal_cap; member
168 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()