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.c182 int cc_end_value, s006_cc_return; in charge_control_end_threshold_store() local
197 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_store()
199 if (s006_cc_return < 0) in charge_control_end_threshold_store()
200 return s006_cc_return; in charge_control_end_threshold_store()
205 if (s006_cc_return == 0x00) in charge_control_end_threshold_store()
257 int s006_cc_return; in fujitsu_battery_charge_control_add() local
264 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in fujitsu_battery_charge_control_add()
266 if (s006_cc_return < 0) in fujitsu_battery_charge_control_add()
267 return s006_cc_return; in fujitsu_battery_charge_control_add()
268 if (s006_cc_return == UNSUPPORTED_CMD) in fujitsu_battery_charge_control_add()