Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dwm97xx_battery.c23 static struct gpio_desc *charge_gpiod; variable
103 bat_status = (charge_gpiod) ? in wm97xx_bat_update()
104 (gpiod_get_value(charge_gpiod) ? in wm97xx_bat_update()
175 if (IS_ERR(charge_gpiod)) in wm97xx_bat_probe()
177 PTR_ERR(charge_gpiod), in wm97xx_bat_probe()
179 if (charge_gpiod) { in wm97xx_bat_probe()
208 if (charge_gpiod) in wm97xx_bat_probe()
246 if (charge_gpiod) in wm97xx_bat_probe()
247 free_irq(gpiod_to_irq(charge_gpiod), dev); in wm97xx_bat_probe()
253 if (charge_gpiod) in wm97xx_bat_remove()
[all …]