Home
last modified time | relevance | path

Searched refs:pwr_rdy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dmt6360_charger.c133 bool pwr_rdy; member
165 bool *pwr_rdy) in mt6360_get_chrdet_ext_stat() argument
181 bool pwr_rdy; in mt6360_charger_get_online() local
186 val->intval = pwr_rdy ? true : false; in mt6360_charger_get_online()
195 bool pwr_rdy; in mt6360_charger_get_status() local
200 if (!pwr_rdy) { in mt6360_charger_get_status()
663 bool pwr_rdy; in mt6360_handle_chrdet_ext_evt() local
669 if (mci->pwr_rdy == pwr_rdy) { in mt6360_handle_chrdet_ext_evt()
673 mci->pwr_rdy = pwr_rdy; in mt6360_handle_chrdet_ext_evt()
675 if (!pwr_rdy) { in mt6360_handle_chrdet_ext_evt()
[all …]
H A Dmt6370-charger.c102 bool pwr_rdy; member
512 bool pwr_rdy = !!val->intval; in mt6370_chg_set_online() local
515 if (pwr_rdy == !!priv->attach) { in mt6370_chg_set_online()
516 dev_err(priv->dev, "pwr_rdy is same(%d)\n", pwr_rdy); in mt6370_chg_set_online()
521 priv->attach = pwr_rdy; in mt6370_chg_set_online()
H A Drt9455_charger.c356 unsigned int v, pwr_rdy; in rt9455_charger_get_status() local
360 &pwr_rdy); in rt9455_charger_get_status()
370 if (!pwr_rdy) { in rt9455_charger_get_status()
1449 unsigned int pwr_rdy; in rt9455_pwr_rdy_work_callback() local
1452 ret = regmap_field_read(info->regmap_fields[F_PWR_RDY], &pwr_rdy); in rt9455_pwr_rdy_work_callback()
1457 switch (pwr_rdy) { in rt9455_pwr_rdy_work_callback()