Home
last modified time | relevance | path

Searched refs:AXP20X_PWR_STATUS_ACIN_PRESENT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/supply/
H A Daxp20x_ac_power.c24 #define AXP20X_PWR_STATUS_ACIN_PRESENT BIT(7) macro
74 if (reg & AXP20X_PWR_STATUS_ACIN_PRESENT) { in axp20x_ac_power_get_property()
87 val->intval = !!(reg & AXP20X_PWR_STATUS_ACIN_PRESENT); in axp20x_ac_power_get_property()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Daxp20x_ac_power.c23 #define AXP20X_PWR_STATUS_ACIN_PRESENT BIT(7) macro
73 if (reg & AXP20X_PWR_STATUS_ACIN_PRESENT) { in axp20x_ac_power_get_property()
86 val->intval = !!(reg & AXP20X_PWR_STATUS_ACIN_PRESENT); in axp20x_ac_power_get_property()

Completed in 2 milliseconds