Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dfujitsu-laptop.c182 int cc_end_value, s006_cc_return; in charge_control_end_threshold_store() local
193 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in charge_control_end_threshold_store()
195 if (s006_cc_return < 0) in charge_control_end_threshold_store()
196 return s006_cc_return; in charge_control_end_threshold_store()
201 if (s006_cc_return == 0x00) in charge_control_end_threshold_store()
253 int s006_cc_return; in fujitsu_battery_charge_control_add() local
260 s006_cc_return = call_fext_func(fext, FUNC_S006_METHOD, in fujitsu_battery_charge_control_add()
262 if (s006_cc_return < 0) in fujitsu_battery_charge_control_add()
263 return s006_cc_return; in fujitsu_battery_charge_control_add()
264 if (s006_cc_return == UNSUPPORTED_CMD) in fujitsu_battery_charge_control_add()