Lines Matching refs:charge_control
49 .charge_control = {
129 .charge_control = {
206 .charge_control = {
284 .charge_control = {
362 .charge_control = {
441 .charge_control = {
519 .charge_control = {
599 .charge_control = {
727 result = ec_read(conf.charge_control.address, &rdata); in charge_control_threshold_show()
747 if (wdata < conf.charge_control.range_min || in charge_control_threshold_store()
748 wdata > conf.charge_control.range_max) in charge_control_threshold_store()
751 result = ec_write(conf.charge_control.address, wdata); in charge_control_threshold_store()
762 return charge_control_threshold_show(conf.charge_control.offset_start, in charge_control_start_threshold_show()
770 return charge_control_threshold_store(conf.charge_control.offset_start, in charge_control_start_threshold_store()
778 return charge_control_threshold_show(conf.charge_control.offset_end, in charge_control_end_threshold_show()
786 return charge_control_threshold_store(conf.charge_control.offset_end, in charge_control_end_threshold_store()