Home
last modified time | relevance | path

Searched defs:emitter (Results 1 – 2 of 2) sorted by relevance

/scripts/dtc/
Dyamltree.c24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, char *data, int len, … in yaml_propval_int()
95 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string()
112 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) in yaml_propval()
176 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) in yaml_tree()
207 yaml_emitter_t emitter; in dt_to_yaml() local
Dflattree.c35 struct emitter { struct
36 void (*cell)(void *, cell_t);
37 void (*string)(void *, const char *, int);
38 void (*align)(void *, int);
39 void (*data)(void *, struct data);
40 void (*beginnode)(void *, struct label *labels);
41 void (*endnode)(void *, struct label *labels);
42 void (*property)(void *, struct label *labels);