Searched refs:string_list (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/genksyms/ |
H A D | genksyms.h | 29 struct string_list { struct 30 struct string_list *next; argument 40 struct string_list *defn; argument 49 typedef struct string_list **yystype; 58 struct string_list *defn, int is_extern); 61 void free_node(struct string_list *list); 62 void free_list(struct string_list *s, struct string_list *e); 63 struct string_list *copy_node(struct string_list *); [all...] |
H A D | genksyms.c | 55 static int equal_list(struct string_list *a, struct string_list *b); 56 static void print_list(FILE * f, struct string_list *list); 57 static struct string_list *concat_list(struct string_list *start, ...); 58 static struct string_list *mk_node(const char *string); 171 struct string_list *defn; in is_unknown_symbol() 184 static struct string_list *process_enum(const char *name, enum symbol_type type, in process_enum() 185 struct string_list *defn) in process_enum() 192 static struct string_list *last_enum_exp in process_enum() [all...] |
H A D | parse.y | 23 static struct string_list *decl_spec; 28 remove_node(struct string_list **p) in remove_node() 30 struct string_list *node = *p; in remove_node() 36 remove_list(struct string_list **pb, struct string_list **pe) in remove_list() 38 struct string_list *b = *pb, *e = *pe; in remove_list() 44 static void record_compound(struct string_list **keyw, in record_compound() 45 struct string_list **ident, in record_compound() 46 struct string_list **body, in record_compound() 49 struct string_list * in record_compound() [all...] |
H A D | lex.l | 133 static struct string_list *next_node; 137 struct string_list *cur_node;
|
/linux/include/linux/usb/ |
H A D | gadget_configfs.h | 66 list_for_each_entry(gs, &gi->string_list, list) { \ 75 list_add_tail(&new->list, &gi->string_list); \
|
/linux/drivers/usb/gadget/ |
H A D | configfs.c | 47 struct list_head string_list; member 72 struct list_head string_list; member 405 WARN_ON(!list_empty(&gi->string_list)); in gadget_info_attr_release() 741 INIT_LIST_HEAD(&cfg->string_list); in config_desc_make() 937 list_for_each_entry(gs, &gi->string_list, list) { in gadget_language_make() 946 list_add_tail(&new->list, &gi->string_list); in gadget_language_make() 1625 list_for_each(iter, &gi->string_list) in configfs_attach_gadget_strings() 1637 list_for_each_entry(language, &gi->string_list, list) { in configfs_attach_gadget_strings() 1676 list_for_each_entry(language, &gi->string_list, list) { in configfs_attach_gadget_strings() 1728 if (!list_empty(&gi->string_list)) { in configfs_composite_bind() [all...] |