Lines Matching full:lmh
68 .name = "lmh",
122 ret = of_property_read_u32(np, "qcom,lmh-temp-high-millicelsius", &temp_high); in lmh_probe()
124 dev_err(dev, "missing qcom,lmh-temp-high-millicelsius property\n"); in lmh_probe()
128 ret = of_property_read_u32(np, "qcom,lmh-temp-low-millicelsius", &temp_low); in lmh_probe()
130 dev_err(dev, "missing qcom,lmh-temp-low-millicelsius property\n"); in lmh_probe()
134 ret = of_property_read_u32(np, "qcom,lmh-temp-arm-millicelsius", &temp_arm); in lmh_probe()
136 dev_err(dev, "missing qcom,lmh-temp-arm-millicelsius property\n"); in lmh_probe()
141 * Only sdm845 has lmh hardware currently enabled from hlos. If this is needed in lmh_probe()
150 dev_err(dev, "Wrong CPU id associated with LMh node\n"); in lmh_probe()
222 "lmh-irq", lmh_data); in lmh_probe()
233 { .compatible = "qcom,sc8180x-lmh", },
234 { .compatible = "qcom,sdm845-lmh", .data = (void *)LMH_ENABLE_ALGOS},
235 { .compatible = "qcom,sm8150-lmh", },
243 .name = "qcom-lmh",
251 MODULE_DESCRIPTION("QCOM LMh driver");