Searched refs:emitter (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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, char *data, int len, … in yaml_propval_int() argument 50 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int() 88 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int() 92 yaml_emitter_emit_or_die(emitter, &event); in yaml_propval_int() 95 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() argument 109 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 = { 210 static struct emitter asm_emitter = { 235 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 459 pthread_t emitter; in TEST() local 475 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST() 483 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST() 484 pthread_kill(emitter, SIGUSR1); in TEST() 485 pthread_join(emitter, NULL); in TEST() 502 pthread_t emitter; in TEST() local 518 ASSERT_EQ(pthread_create(&emitter, NULL, emitter_entry1, &ctx), 0); in TEST() 526 if (pthread_tryjoin_np(emitter, NULL) < 0) { in TEST() 527 pthread_kill(emitter, SIGUSR1); in TEST() 528 pthread_join(emitter, NULL); in TEST() [all …]
|
/kernel/linux/linux-5.10/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
|