Lines Matching defs:microvolt
1397 int ret, i, microvolt;
1409 ret = of_property_read_u32(np, "qcom,mbhc-headset-vthreshold-microvolt",
1410 µvolt);
1412 dev_dbg(dev, "missing qcom,mbhc-hs-mic-max-vthreshold--microvolt in dt node\n");
1414 cfg->hs_thr = microvolt/1000;
1416 ret = of_property_read_u32(np, "qcom,mbhc-headphone-vthreshold-microvolt",
1417 µvolt);
1419 dev_dbg(dev, "missing qcom,mbhc-hs-mic-min-vthreshold-microvolt entry\n");
1421 cfg->hph_thr = microvolt/1000;
1424 "qcom,mbhc-buttons-vthreshold-microvolt",
1428 dev_err(dev, "missing qcom,mbhc-buttons-vthreshold-microvolt entry\n");