Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dfujitsu-laptop.c181 int cc_end_value, s006_cc_return; in charge_control_end_threshold_store() local
196 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_store()
198 if (s006_cc_return < 0) in charge_control_end_threshold_store()
199 return s006_cc_return; in charge_control_end_threshold_store()
204 if (s006_cc_return == 0x00) in charge_control_end_threshold_store()
256 int s006_cc_return; in fujitsu_battery_charge_control_add() local
263 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in fujitsu_battery_charge_control_add()
265 if (s006_cc_return < 0) in fujitsu_battery_charge_control_add()
266 return s006_cc_return; in fujitsu_battery_charge_control_add()
267 if (s006_cc_return == UNSUPPORTED_CMD) in fujitsu_battery_charge_control_add()