Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthinkpad_acpi.h14 int tpacpi_led_set(int whichled, bool on);
/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c9192 int tpacpi_led_set(int whichled, bool on) in tpacpi_led_set() argument
9196 if (whichled < 0 || whichled >= TPACPI_LED_MAX) in tpacpi_led_set()
9199 t = &led_tables[whichled]; in tpacpi_led_set()