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.c178 int cc_end_value, s006_cc_return; in charge_control_end_threshold_store() local
189 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_store()
191 if (s006_cc_return < 0) in charge_control_end_threshold_store()
192 return s006_cc_return; in charge_control_end_threshold_store()
197 if (s006_cc_return == 0x00) in charge_control_end_threshold_store()
249 int s006_cc_return; in fujitsu_battery_charge_control_add() local
256 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in fujitsu_battery_charge_control_add()
258 if (s006_cc_return < 0) in fujitsu_battery_charge_control_add()
259 return s006_cc_return; in fujitsu_battery_charge_control_add()
260 if (s006_cc_return == UNSUPPORTED_CMD) in fujitsu_battery_charge_control_add()