Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 25 of 40) sorted by relevance

12

/include/linux/
A Dlist_sort.h6 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 Dlist.h17 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 Dextension_board.h13 struct list_head list;
31 int extension_board_scan(struct list_head *extension_list);
A Devent_internal.h24 struct list_head sibling_node;
32 struct list_head spy_head;
A Defi_config.h40 struct list_head list;
61 struct list_head list;
94 struct list_head filepath_list;
A Dstdio_dev.h58 struct list_head list;
97 struct list_head *stdio_get_list(void);
A Dexpo.h132 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 Dqfw.h88 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 Dpxe_utils.h58 struct list_head list;
82 struct list_head labels;
A Dblkmap.h25 struct list_head slices;
A Duthread.h50 struct list_head list;
A Defi_loader.h407 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 Ddw-i3c.h220 struct list_head node;
232 struct list_head list;
/include/jffs2/
A Dload_kernel.h27 struct list_head link;
30 struct list_head parts; /* partitions */
34 struct list_head link;
46 struct list_head link;
/include/linux/usb/
A Dcomposite.h49 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 Dusb_urb_compat.h30 struct list_head urb_list;
46 struct list_head urb_list; /* list head for use by the urb's
A Dgadget.h98 struct list_head list;
180 struct list_head ep_list;
558 struct list_head ep_list; /* of usb_ep */
/include/linux/i3c/
A Dmaster.h39 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 Dutil.h17 struct list_head;
A Droot.h17 extern struct list_head uclass_head;
A Dtag.h44 struct list_head sibling;
A Ddevice.h185 struct list_head uclass_node;
186 struct list_head child_head;
187 struct list_head sibling_node;
196 struct list_head devres_head;
A Duclass.h37 struct list_head dev_head;
38 struct list_head sibling_node;
/include/asm-generic/
A Dglobal_data.h171 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 Dpartitions.h70 struct list_head list;

Completed in 80 milliseconds

12