Lines Matching full:lmh
68 .name = "lmh",
112 ret = of_property_read_u32(np, "qcom,lmh-temp-high-millicelsius", &temp_high); in lmh_probe()
114 dev_err(dev, "missing qcom,lmh-temp-high-millicelsius property\n"); in lmh_probe()
118 ret = of_property_read_u32(np, "qcom,lmh-temp-low-millicelsius", &temp_low); in lmh_probe()
120 dev_err(dev, "missing qcom,lmh-temp-low-millicelsius property\n"); in lmh_probe()
124 ret = of_property_read_u32(np, "qcom,lmh-temp-arm-millicelsius", &temp_arm); in lmh_probe()
126 dev_err(dev, "missing qcom,lmh-temp-arm-millicelsius property\n"); in lmh_probe()
131 * Only sdm845 has lmh hardware currently enabled from hlos. If this is needed in lmh_probe()
140 dev_err(dev, "Wrong CPU id associated with LMh node\n"); in lmh_probe()
212 "lmh-irq", lmh_data); in lmh_probe()
223 { .compatible = "qcom,sc8180x-lmh", },
224 { .compatible = "qcom,sdm845-lmh", .data = (void *)LMH_ENABLE_ALGOS},
225 { .compatible = "qcom,sm8150-lmh", },
233 .name = "qcom-lmh",
241 MODULE_DESCRIPTION("QCOM LMh driver");