Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/leds/
Ddell-led.c163 int dell_app_wmi_led_set(int whichled, int on) in dell_app_wmi_led_set() argument
167 switch (whichled) { in dell_app_wmi_led_set()
172 pr_warn("led type %x is not supported\n", whichled); in dell_app_wmi_led_set()
/linux-4.4.14/include/linux/
Ddell-led.h8 int dell_app_wmi_led_set(int whichled, int on);
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() argument
8760 if (whichled < 0 || whichled >= TPACPI_LED_MAX) in tpacpi_led_set()
8763 t = &led_tables[whichled]; in tpacpi_led_set()