Searched refs:led (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-tablet-pad-leds.c | 81 struct pad_mode_led *led; in pad_led_group_get_mode() local 83 list_for_each(led, &group->led_list, link) { in pad_led_group_get_mode() 84 rc = lseek(led->brightness_fd, 0, SEEK_SET); in pad_led_group_get_mode() 88 rc = read(led->brightness_fd, buf, sizeof(buf) - 1); in pad_led_group_get_mode() 98 return led->mode_idx; in pad_led_group_get_mode() 106 struct pad_mode_led *led) in pad_led_destroy() 108 list_remove(&led->link); in pad_led_destroy() 109 if (led->brightness_fd != -1) in pad_led_destroy() 110 close_restricted(libinput, led->brightness_fd); in pad_led_destroy() 111 free(led); in pad_led_destroy() 105 pad_led_destroy(struct libinput *libinput, struct pad_mode_led *led) pad_led_destroy() argument 118 struct pad_mode_led *led; pad_led_new() local 159 struct pad_mode_led *led; pad_led_group_destroy() local 213 struct pad_mode_led *led; pad_group_new() local [all...] |
/third_party/jerryscript/targets/mbedos5/js/ |
H A D | flash_leds.js | 16 var led = 0; variable 48 digital_outs[led].write(led_on); 50 print("Finished with LED " + led); 51 led = (led + 1) % 4;
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 32 "%s --led <led> --on|--off /dev/input/eventXYZ\n" in usage() 173 parse_options_led(int argc, char **argv, int *led, int *led_state) in parse_options_led() argument 179 { "led", 1, 0, OPT_LED }, in parse_options_led() 196 *led = parse_event_code(EV_LED, optarg); in parse_options_led() 197 if (*led == -1) in parse_options_led() 263 { "led", 1, 0, OPT_LED }, in parse_options_mode() 340 set_led(struct libevdev *dev, unsigned int led, int led_state) in set_led() argument 346 if (!libevdev_has_event_code(dev, EV_LED, led)) { in set_led() 350 libevdev_event_code_get_name(EV_LED, led)); in set_led() 390 int led = -1; main() local [all...] |
/third_party/libevdev/libevdev/ |
H A D | libevdev-int.h | 295 max_mask(LED, led); in type_to_mask_const() 318 max_mask(LED, led); in type_to_mask()
|
/third_party/alsa-utils/alsa-info/ |
H A D | alsa-info.sh | 663 if [ -d $SYSFS/class/sound/ctl-led ]; then 664 echo "!!Sysfs ctl-led info" >> $FILE 667 for path in $(echo $SYSFS/class/sound/ctl-led/[ms][ip]*/card*); do
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 683 #include <libwebsockets/lws-led.h>
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 79 uncover the entire call-chain that led to the activation of function
|
Completed in 6 milliseconds