Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c459 pthread_t emitter; in TEST() local
502 pthread_t emitter; in TEST() local
545 pthread_t emitter; in TEST() local
594 pthread_t emitter; in TEST() local
643 pthread_t emitter; in TEST() local
686 pthread_t emitter; in TEST() local
729 pthread_t emitter; in TEST() local
778 pthread_t emitter; in TEST() local
1181 pthread_t emitter; in TEST() local
1233 pthread_t emitter; in TEST() local
[all …]
/OK3568_Linux_fs/kernel/scripts/dtc/
H A 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
H A 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);
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c50 struct emitter { struct
51 void (*cell)(void *, cell_t);
52 void (*string)(void *, const char *, int);
53 void (*align)(void *, int);
54 void (*data)(void *, struct data);
55 void (*beginnode)(void *, struct label *labels);
56 void (*endnode)(void *, struct label *labels);
57 void (*property)(void *, struct label *labels);