Searched refs:ec_notify_io (Results 1 – 1 of 1) sorted by relevance
56 struct gpio_desc *ec_notify_io; member238 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()