| /u-boot/scripts/kconfig/ |
| A D | list.h | 24 struct list_head { struct 25 struct list_head *next, *prev; argument 32 struct list_head name = LIST_HEAD_INIT(name) 82 static inline void __list_add(struct list_head *_new, in __list_add() 83 struct list_head *prev, in __list_add() 84 struct list_head *next) in __list_add() 100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 126 static inline void list_del(struct list_head *entry) in list_del() 129 entry->next = (struct list_head*)LIST_POISON1; in list_del() [all …]
|
| /u-boot/include/linux/ |
| A D | list.h | 22 struct list_head { struct 23 struct list_head *next, *prev; argument 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 86 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 113 struct list_head *new) in list_replace() 122 struct list_head *new) in list_replace_init() 143 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 210 struct list_head *head, struct list_head *entry) in __list_cut_position() 236 struct list_head *head, struct list_head *entry) in list_cut_position() [all …]
|
| 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));
|
| /u-boot/lib/ |
| A D | list_sort.c | 24 struct list_head *b), in merge() 25 struct list_head *a, struct list_head *b) in merge() 53 struct list_head *b), in merge_and_restore_back_links() 54 struct list_head *head, in merge_and_restore_back_links() 55 struct list_head *a, struct list_head *b) in merge_and_restore_back_links() 57 struct list_head *tail = head; in merge_and_restore_back_links() 107 struct list_head *b)) in list_sort() 113 struct list_head *list; in list_sort() 167 struct list_head list; 205 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp() [all …]
|
| /u-boot/include/linux/usb/ |
| A D | composite.h | 50 struct list_head entry; 67 struct list_head ext_prop; 181 struct list_head list; 278 struct list_head list; 279 struct list_head functions; 402 struct list_head configs;
|
| /u-boot/include/jffs2/ |
| A D | load_kernel.h | 26 struct list_head link; 29 struct list_head parts; /* partitions */ 33 struct list_head link; 45 struct list_head link;
|
| /u-boot/include/dm/ |
| A D | util.h | 17 struct list_head; 25 int list_count_items(struct list_head *head);
|
| /u-boot/fs/ubifs/ |
| A D | ubifs.h | 219 struct list_head i_sb_list; 234 struct list_head i_devices; 899 struct list_head list; 919 struct list_head nodes; 935 struct list_head list; 1030 struct list_head list; 1079 struct list_head list; 1314 struct list_head list; 1520 struct list_head list; 1521 struct list_head new_list; [all …]
|
| /u-boot/drivers/core/ |
| A D | util.c | 25 int list_count_items(struct list_head *head) in list_count_items() 27 struct list_head *node; in list_count_items()
|
| /u-boot/arch/arm/include/asm/mach-imx/ |
| A D | dma.h | 124 struct list_head node; 147 struct list_head active; 148 struct list_head done;
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_gadget.h | 29 struct list_head list; 66 struct list_head req_list; 83 struct list_head *queue = &ep->req_list; in next_request()
|
| A D | musb_host.h | 32 struct list_head ring; /* of musb_qh */ 55 static inline struct musb_qh *first_qh(struct list_head *q) in first_qh() 76 struct list_head *queue; in next_urb()
|
| A D | usb-compat.h | 14 struct list_head urb_list; 32 struct list_head urb_list; /* list head for use by the urb's
|
| /u-boot/cmd/ |
| A D | console.c | 19 struct list_head *list = stdio_get_list(); in do_coninfo() 20 struct list_head *pos; in do_coninfo()
|
| A D | pxe_utils.h | 53 struct list_head list; 75 struct list_head labels;
|
| /u-boot/drivers/pci/ |
| A D | pcie_fsl.h | 62 struct list_head list; 66 extern struct list_head fsl_pcie_list;
|
| /u-boot/drivers/mtd/ubi/ |
| A D | ubi.h | 175 struct list_head list; 221 struct list_head list; 596 struct list_head works; 660 struct list_head list; 730 struct list_head corr; 731 struct list_head free; 732 struct list_head erase; 733 struct list_head alien; 768 struct list_head list; 803 struct list_head *rename_list); [all …]
|
| /u-boot/include/ |
| A D | stdio_dev.h | 50 struct list_head list; 98 struct list_head *stdio_get_list(void);
|
| A D | efi_loader.h | 231 struct list_head link; 248 struct list_head link; 251 struct list_head open_infos; 291 struct list_head link; 293 struct list_head protocols; 342 struct list_head link; 343 struct list_head queue_link; 358 extern struct list_head efi_events; 371 struct list_head link; 389 struct list_head link; [all …]
|
| /u-boot/drivers/usb/gadget/ |
| A D | dwc2_udc_otg_priv.h | 56 struct list_head queue; 71 struct list_head queue;
|
| A D | pxa25x_udc.h | 53 struct list_head queue; 74 struct list_head queue;
|
| /u-boot/drivers/mmc/ |
| A D | mmc_legacy.c | 14 static struct list_head mmc_devices; 39 struct list_head *entry; in find_mmc_device() 73 struct list_head *entry; in mmc_do_preinit() 101 struct list_head *entry; in print_mmc_devices()
|
| /u-boot/fs/btrfs/ |
| A D | volumes.h | 12 struct list_head dev_list; 59 struct list_head devices; 60 struct list_head list; 194 struct list_head *btrfs_scanned_uuids(void);
|
| /u-boot/common/ |
| A D | miiphyutil.c | 34 static struct list_head mii_devs; 42 struct list_head *entry; in miiphy_get_dev_by_name() 139 struct list_head *entry; in mdio_list_devices() 182 struct list_head *mdio_get_list_head(void) in mdio_get_list_head() 189 struct list_head *entry; in mdio_phydev_for_ethname() 287 struct list_head *entry; in miiphy_listdev()
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 207 struct list_head uclass_root_s; 217 struct list_head *uclass_root; 385 struct list_head log_head;
|