Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c7106 TP_EC_AUDIO_MUTESW = 6, enumerator
7110 TP_EC_AUDIO_MUTESW_MSK = (1 << TP_EC_AUDIO_MUTESW),
7717 seq_printf(m, "mute:\t\t%s\n", str_on_off(status & BIT(TP_EC_AUDIO_MUTESW))); in volume_read()