Lines Matching refs:vset
30 /* if enable==0, rset and vset are ignored */
32 int vset, bool enable)
53 if (vset == qcom_vset_map[j])
57 dev_err(chgr->dev, "invalid vset-millivolts value %d\n", vset);
90 u32 vset = 0;
116 rc = of_property_read_u32(node, "qcom,vset-millivolts", &vset);
119 "can't find 'qcom,vset-millivolts' in DT block");
124 return qcom_coincell_chgr_config(&chgr, rset, vset, enable);