Lines Matching refs:pwrsrc_sts
117 static int cht_wc_extcon_get_id(struct cht_wc_extcon_data *ext, int pwrsrc_sts)
119 switch ((pwrsrc_sts & CHT_WC_PWRSRC_USBID_MASK) >> CHT_WC_PWRSRC_USBID_SHIFT) {
279 int ret, pwrsrc_sts, id;
287 ret = regmap_read(ext->regmap, CHT_WC_PWRSRC_STS, &pwrsrc_sts);
293 id = cht_wc_extcon_get_id(ext, pwrsrc_sts);
306 if (!(pwrsrc_sts & CHT_WC_PWRSRC_VBUS)) {
332 else if (pwrsrc_sts & CHT_WC_PWRSRC_VBUS)
502 int pwrsrc_sts, id;
580 ret = regmap_read(ext->regmap, CHT_WC_PWRSRC_STS, &pwrsrc_sts);
590 id = cht_wc_extcon_get_id(ext, pwrsrc_sts);