Searched refs:vdd2 (Results 1 – 2 of 2) sorted by relevance
139 struct regulator *vdd2; member238 if (icn->vdd2) { in chipone_pre_enable()239 ret = regulator_enable(icn->vdd2); in chipone_pre_enable()264 if (icn->vdd2) in chipone_post_disable()265 regulator_disable(icn->vdd2); in chipone_post_disable()302 icn->vdd2 = devm_regulator_get_optional(dev, "vdd2"); in chipone_parse_dt()303 if (IS_ERR(icn->vdd2)) { in chipone_parse_dt()304 ret = PTR_ERR(icn->vdd2); in chipone_parse_dt()307 icn->vdd2 = NULL; in chipone_parse_dt()
868 child = add_regulator(TWL4030_REG_VDD2, pdata->vdd2, in add_children()