Searched refs:whichled (Results 1 – 4 of 4) sorted by relevance
163 int dell_app_wmi_led_set(int whichled, int on) in dell_app_wmi_led_set() argument167 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()
8 int dell_app_wmi_led_set(int whichled, int on);
13 int tpacpi_led_set(int whichled, bool on);
8756 int tpacpi_led_set(int whichled, bool on) in tpacpi_led_set() argument8760 if (whichled < 0 || whichled >= TPACPI_LED_MAX) in tpacpi_led_set()8763 t = &led_tables[whichled]; in tpacpi_led_set()