Searched refs:leds (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-tablet-pad-leds.c | 282 const WacomStatusLEDs *leds; in pad_init_led_groups() local 288 leds = libwacom_get_status_leds(wacom, &nleds); in pad_init_led_groups() 292 /* syspath is /sys/class/leds/input1234/input12345::wacom-" and in pad_init_led_groups() 298 switch(leds[i]) { in pad_init_led_groups() 302 leds[i]); in pad_init_led_groups() 441 const WacomStatusLEDs *leds; in pad_init_mode_rings() local 444 leds = libwacom_get_status_leds(wacom, &nleds); in pad_init_mode_rings() 449 switch(leds[i]) { in pad_init_mode_rings() 468 const WacomStatusLEDs *leds; in pad_init_mode_strips() local 471 leds in pad_init_mode_strips() [all...] |
H A D | libinput.h | 4262 * @param leds A mask of the LEDs to set, or unset. 4266 enum libinput_led leds);
|
H A D | evdev.h | 462 evdev_device_led_update(struct evdev_device *device, enum libinput_led leds);
|
H A D | evdev.c | 332 evdev_device_led_update(struct evdev_device *device, enum libinput_led leds) in evdev_device_led_update() argument 352 ev[i].value = !!(leds & map[i].libinput); in evdev_device_led_update()
|
H A D | libinput.c | 3317 enum libinput_led leds) in libinput_device_led_update() 3319 evdev_device_led_update((struct evdev_device *) device, leds); in libinput_device_led_update() 3316 libinput_device_led_update(struct libinput_device *device, enum libinput_led leds) libinput_device_led_update() argument
|
/third_party/jerryscript/targets/mbedos5/js/ |
H A D | flash_leds.js | 24 var leds = [LED1, LED2, LED3, LED4]; variable 30 digital_outs.push(DigitalOut(leds[i], led_off));
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 4262 * @param leds A mask of the LEDs to set, or unset. 4266 enum libinput_led leds);
|
Completed in 25 milliseconds