Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Daxp20x_usb_power.c30 #define AXP20X_PWR_STATUS_VBUS_PRESENT BIT(5) macro
114 val &= (AXP20X_PWR_STATUS_VBUS_PRESENT | AXP20X_PWR_STATUS_VBUS_USED); in axp20x_usb_power_poll_vbus()
203 if (!(input & AXP20X_PWR_STATUS_VBUS_PRESENT)) { in axp20x_usb_power_get_property()
221 val->intval = !!(input & AXP20X_PWR_STATUS_VBUS_PRESENT); in axp20x_usb_power_get_property()