Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c100 #define TOS_SUCCESS2 0x0001 macro
961 if (out[0] != TOS_SUCCESS && out[0] != TOS_SUCCESS2) in toshiba_usb_rapid_charge_get()
991 return (out[0] == TOS_SUCCESS || out[0] == TOS_SUCCESS2) ? 0 : -EIO; in toshiba_usb_rapid_charge_set()
1043 return (result == TOS_SUCCESS || result == TOS_SUCCESS2) ? 0 : -EIO; in toshiba_function_keys_get()
1060 return (result == TOS_SUCCESS || result == TOS_SUCCESS2) ? 0 : -EIO; in toshiba_function_keys_set()
1113 return (result == TOS_SUCCESS || result == TOS_SUCCESS2) ? 0 : -EIO; in toshiba_usb_three_get()
1130 return (result == TOS_SUCCESS || result == TOS_SUCCESS2) ? 0 : -EIO; in toshiba_usb_three_set()
1269 if (out[0] != TOS_SUCCESS && out[0] != TOS_SUCCESS2) in toshiba_cooling_method_available()
1286 return (result == TOS_SUCCESS || result == TOS_SUCCESS2) ? 0 : -EIO; in toshiba_cooling_method_get()
1299 return (result == TOS_SUCCESS || result == TOS_SUCCESS2) in toshiba_cooling_method_set()
[all...]