Searched refs:list_head (Results 1 – 25 of 40) sorted by relevance
12
| /include/linux/ |
| A D | list_sort.h | 6 struct list_head; 8 void list_sort(void *priv, struct list_head *head, 9 int (*cmp)(void *priv, struct list_head *a, 10 struct list_head *b));
|
| A D | list.h | 17 struct list_head { struct 18 struct list_head *next, *prev; argument 56 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 69 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 81 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 108 struct list_head *new) in list_replace() 117 struct list_head *new) in list_replace_init() 138 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 215 struct list_head *head, struct list_head *entry) in __list_cut_position() 241 struct list_head *head, struct list_head *entry) in list_cut_position() [all …]
|
| /include/ |
| A D | extension_board.h | 13 struct list_head list; 31 int extension_board_scan(struct list_head *extension_list);
|
| A D | event_internal.h | 24 struct list_head sibling_node; 32 struct list_head spy_head;
|
| A D | efi_config.h | 40 struct list_head list; 61 struct list_head list; 94 struct list_head filepath_list;
|
| A D | stdio_dev.h | 58 struct list_head list; 97 struct list_head *stdio_get_list(void);
|
| A D | expo.h | 132 struct list_head scene_head; 133 struct list_head str_head; 147 struct list_head sibling; 175 struct list_head sibling; 176 struct list_head obj_head; 327 struct list_head sibling; 401 struct list_head item_head; 440 struct list_head sibling;
|
| A D | qfw.h | 88 struct list_head list; /* list node to link to fw_list */ 92 struct list_head *entry, *end; /* structures to iterate file list */ 155 struct list_head fw_list; /* Cached firmware file list */
|
| A D | pxe_utils.h | 58 struct list_head list; 82 struct list_head labels;
|
| A D | blkmap.h | 25 struct list_head slices;
|
| A D | uthread.h | 50 struct list_head list;
|
| A D | efi_loader.h | 407 struct list_head link; 424 struct list_head link; 427 struct list_head open_infos; 468 struct list_head link; 470 struct list_head protocols; 520 struct list_head link; 521 struct list_head queue_link; 536 extern struct list_head efi_events; 549 struct list_head link; 567 struct list_head link; [all …]
|
| A D | dw-i3c.h | 220 struct list_head node; 232 struct list_head list;
|
| /include/jffs2/ |
| A D | load_kernel.h | 27 struct list_head link; 30 struct list_head parts; /* partitions */ 34 struct list_head link; 46 struct list_head link;
|
| /include/linux/usb/ |
| A D | composite.h | 49 struct list_head entry; 66 struct list_head ext_prop; 180 struct list_head list; 277 struct list_head list; 278 struct list_head functions; 401 struct list_head configs;
|
| A D | usb_urb_compat.h | 30 struct list_head urb_list; 46 struct list_head urb_list; /* list head for use by the urb's
|
| A D | gadget.h | 98 struct list_head list; 180 struct list_head ep_list; 558 struct list_head ep_list; /* of usb_ep */
|
| /include/linux/i3c/ |
| A D | master.h | 39 struct list_head node; 98 struct list_head node; 212 struct list_head node; 389 struct list_head i3c; 390 struct list_head i2c; 538 struct list_head i3c; 539 struct list_head i2c;
|
| /include/dm/ |
| A D | util.h | 17 struct list_head;
|
| A D | root.h | 17 extern struct list_head uclass_head;
|
| A D | tag.h | 44 struct list_head sibling;
|
| A D | device.h | 185 struct list_head uclass_node; 186 struct list_head child_head; 187 struct list_head sibling_node; 196 struct list_head devres_head;
|
| A D | uclass.h | 37 struct list_head dev_head; 38 struct list_head sibling_node;
|
| /include/asm-generic/ |
| A D | global_data.h | 171 struct list_head dmtag_list; 234 struct list_head uclass_root_s; 244 struct list_head *uclass_root; 348 struct list_head log_head;
|
| /include/linux/mtd/ |
| A D | partitions.h | 70 struct list_head list;
|
Completed in 80 milliseconds
12