Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dsony-laptop.c895 static int sony_call_snc_handle(int handle, int argument, int *result) in sony_call_snc_handle() function
1037 sony_call_snc_handle(sdev->handle, sdev->cmd_base + 0x100, &result); in sony_nc_get_brightness_ng()
1049 if (sony_call_snc_handle(sdev->handle, sdev->cmd_base | (value << 0x10), in sony_nc_update_status_ng()
1145 if (sony_call_snc_handle(handle, 0x200, &result)) { in sony_nc_hotkeys_decode()
1226 sony_call_snc_handle(handle, 0x0100, &result); in sony_nc_notify()
1238 sony_call_snc_handle(handle, 0x0000, &result); in sony_nc_notify()
1313 sony_call_snc_handle(handle, 0, &result); in sony_nc_function_setup()
1317 sony_call_snc_handle(handle, 0x100, &result); in sony_nc_function_setup()
1520 sony_call_snc_handle(handle, 0, &result); in sony_nc_function_resume()
1524 sony_call_snc_handle(handle, 0x100, &result); in sony_nc_function_resume()
[all …]
/linux/Documentation/admin-guide/laptops/
H A Dsony-laptop.rst134 the code for all sony_call_snc_handle calls, others are more obscure.