Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dthinkpad_helper.c64 led_set_func = symbol_request(tpacpi_led_set); in hda_fixup_thinkpad_acpi()
89 symbol_put(tpacpi_led_set); in hda_fixup_thinkpad_acpi()
/linux-4.4.14/include/linux/
Dthinkpad_acpi.h13 int tpacpi_led_set(int whichled, bool on);
/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c8756 int tpacpi_led_set(int whichled, bool on) in tpacpi_led_set() function
8768 EXPORT_SYMBOL_GPL(tpacpi_led_set);
8790 tpacpi_led_set(i, false); in mute_led_exit()