/third_party/libinput/src/ |
D | evdev-tablet-pad-leds.c | 79 struct pad_mode_led *led; in pad_led_group_get_mode() local 81 list_for_each(led, &group->led_list, link) { in pad_led_group_get_mode() 82 rc = lseek(led->brightness_fd, 0, SEEK_SET); in pad_led_group_get_mode() 86 rc = read(led->brightness_fd, buf, sizeof(buf) - 1); in pad_led_group_get_mode() 96 return led->mode_idx; in pad_led_group_get_mode() 104 struct pad_mode_led *led) in pad_led_destroy() argument 106 list_remove(&led->link); in pad_led_destroy() 107 if (led->brightness_fd != -1) in pad_led_destroy() 108 close_restricted(libinput, led->brightness_fd); in pad_led_destroy() 109 free(led); in pad_led_destroy() [all …]
|
/third_party/jerryscript/targets/mbedos5/js/ |
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/ |
D | libevdev-tweak-device.c | 173 parse_options_led(int argc, char **argv, int *led, int *led_state) in parse_options_led() argument 196 *led = parse_event_code(EV_LED, optarg); in parse_options_led() 197 if (*led == -1) in parse_options_led() 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() 354 rc = libevdev_kernel_set_led_value(dev, led, state); in set_led() 358 libevdev_event_code_get_name(EV_LED, led), in set_led() 390 int led = -1; in main() local 409 rc = parse_options_led(argc, argv, &led, &led_state); in main() [all …]
|
/third_party/libwebsockets/lib/drivers/ |
D | CMakeLists.txt | 10 drivers/led/led-gpio.c 11 drivers/led/led-seq.c
|
D | README.md | 26 generic gpio, led class that can use generic gpio or pwm interchangeably, 32 At these generic objects like buttons or led controllers, there is a stable 38 - high quality transitions and log-response compensation and mixing for led pwm
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput9 | 42 ) )* # further okay, if led by a period 57 \) )* \. # if led by a period... 108 \) )* \. # if led by a period... 136 \) )* \. # if led by a period... 147 )* # further okay, if led by comma 175 ) )* # further okay, if led by a period 190 \) )* \. # if led by a period...
|
D | testinput11 | 39 ) )* # further okay, if led by a period 54 \) )* \. # if led by a period... 105 \) )* \. # if led by a period... 133 \) )* \. # if led by a period... 144 )* # further okay, if led by comma 172 ) )* # further okay, if led by a period 187 \) )* \. # if led by a period...
|
D | testoutput9 | 50 ) )* # further okay, if led by a period 65 \) )* \. # if led by a period... 116 \) )* \. # if led by a period... 144 \) )* \. # if led by a period... 155 )* # further okay, if led by comma 183 ) )* # further okay, if led by a period 198 \) )* \. # if led by a period...
|
D | testoutput11-32 | 50 ) )* # further okay, if led by a period 65 \) )* \. # if led by a period... 116 \) )* \. # if led by a period... 144 \) )* \. # if led by a period... 155 )* # further okay, if led by comma 183 ) )* # further okay, if led by a period 198 \) )* \. # if led by a period...
|
D | testoutput11-16 | 50 ) )* # further okay, if led by a period 65 \) )* \. # if led by a period... 116 \) )* \. # if led by a period... 144 \) )* \. # if led by a period... 155 )* # further okay, if led by comma 183 ) )* # further okay, if led by a period 198 \) )* \. # if led by a period...
|
/third_party/libwebsockets/lib/drivers/led/ |
D | README.md | 3 Lws provides an abstract led controller class that can bind an array of LEDs 7 and the correction can be overridden per led for curve adaptation matching. 22 ## Defining an led controller 49 lwsl_err("%s: could not create led\n", __func__);
|
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/ |
D | realms.cfg | 50 principals: "group:flex-ci-led-users" 66 principals: "group:flex-try-led-users"
|
/third_party/libevdev/libevdev/ |
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/gn/infra/config/generated/ |
D | realms.cfg | 54 principals: "group:flex-try-led-users"
|
/third_party/python/Modules/_decimal/ |
D | README.txt | 41 decimal.so is not built from a static libmpdec.a since doing so led to
|
/third_party/icu/icu4c/source/data/translit/ |
D | ia_ia_FONIPA.txt | 28 {egi} $vowel → ed\u0361ʒ; # legier → led\u0361ʒer
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | ia_ia_FONIPA.txt | 28 {egi} $vowel → ed\u0361ʒ; # legier → led\u0361ʒer
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.0.2.rst | 52 - glDrawArrays(count=0) led to a crash
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/ |
D | de.txt | 187 "led.",
|
/third_party/icu/icu4c/source/data/brkitr/ |
D | de.txt | 187 "led.",
|
/third_party/jerryscript/targets/particle/ |
D | README.md | 91 The example program will blinks the D7 led periodically after the flash.
|
/third_party/EGL/api/ |
D | registry.rnc | 13 # May be led by an optional <comment> tag containing e.g. copyrights.
|
/third_party/toybox/ |
D | README | 125 3) Why did I do Aboriginal Linux (which led me here)
|
/third_party/openGLES/xml/ |
D | registry.rnc | 13 # May be led by an optional <comment> tag containing e.g. copyrights.
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | registry.rnc | 24 # May be led by an optional <comment> tag containing e.g. copyrights.
|