Searched refs:whichled (Results 1 – 2 of 2) sorted by relevance
14 int tpacpi_led_set(int whichled, bool on);
9192 int tpacpi_led_set(int whichled, bool on) in tpacpi_led_set() argument9196 if (whichled < 0 || whichled >= TPACPI_LED_MAX) in tpacpi_led_set()9199 t = &led_tables[whichled]; in tpacpi_led_set()