Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/
H A Dec_battery.c56 struct gpio_desc *ec_notify_io; member
238 bat->ec_notify_io = in ec_bat_parse_dt()
241 if (!IS_ERR_OR_NULL(bat->ec_notify_io)) in ec_bat_parse_dt()
242 gpiod_direction_output(bat->ec_notify_io, 0); in ec_bat_parse_dt()
411 if (!IS_ERR_OR_NULL(ec_bat->ec_notify_io)) in ec_bat_pm_suspend()
412 gpiod_direction_output(ec_bat->ec_notify_io, 1); in ec_bat_pm_suspend()
422 if (!IS_ERR_OR_NULL(ec_bat->ec_notify_io)) in ec_bat_pm_resume()
423 gpiod_direction_output(ec_bat->ec_notify_io, 0); in ec_bat_pm_resume()