Searched refs:software_mute_orig_mode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 7250 static int software_mute_orig_mode; variable 7427 if (!acpi_evalf(ec_handle, &software_mute_orig_mode, in volume_set_software_mute() 7433 software_mute_orig_mode); in volume_set_software_mute() 7465 if (!acpi_evalf(ec_handle, &r, "SAUM", "qdd", software_mute_orig_mode) in volume_exit_software_mute() 7466 || r != software_mute_orig_mode) in volume_exit_software_mute()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 7144 static int software_mute_orig_mode; variable 7321 if (!acpi_evalf(ec_handle, &software_mute_orig_mode, in volume_set_software_mute() 7327 software_mute_orig_mode); in volume_set_software_mute() 7359 if (!acpi_evalf(ec_handle, &r, "SAUM", "qdd", software_mute_orig_mode) in volume_exit_software_mute() 7360 || r != software_mute_orig_mode) in volume_exit_software_mute()
|
Completed in 26 milliseconds