Searched refs:emitter (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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()
|
/Linux-v5.4/Documentation/media/kapi/ |
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
|