Searched refs:emitter (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/scripts/dtc/ |
D | yamltree.c | 24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument 26 if (!yaml_emitter_emit(emitter, event)) \ 28 yaml_error_name[(emitter)->error], \ 29 (emitter)->problem, __func__, __LINE__); \ 32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() argument 51 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int() 89 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int() 93 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int() 96 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() argument 110 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_string() [all …]
|
D | flattree.c | 35 struct emitter { struct 92 static struct emitter bin_emitter = { 211 static struct emitter asm_emitter = { 236 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
|
/linux-6.6.21/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 474 pthread_t emitter; in TEST() local 490 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST() 498 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST() 499 pthread_kill(emitter, SIGUSR1); in TEST() 500 pthread_join(emitter, NULL); in TEST() 517 pthread_t emitter; in TEST() local 533 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST() 541 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST() 542 pthread_kill(emitter, SIGUSR1); in TEST() 543 pthread_join(emitter, NULL); in TEST() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/iio/proximity/ |
D | vishay,vcnl3020.yaml | 14 that the infrared emitter is included in the package. It has 16-bit
|
/linux-6.6.21/Documentation/driver-api/media/ |
D | rc-core.rst | 29 system to support the infrared protocol used by the emitter. 31 The infrared transmission is done by blinking a infrared emitter using a
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | metafmt-d4xx.rst | 238 "LED Power" for extra emitter.
|