/u-boot/include/linux/ |
A D | list.h | 31 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 143 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 154 static inline void list_move_tail(struct list_head *list, in list_move_tail() 166 static inline int list_is_last(const struct list_head *list, in list_is_last() 209 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 235 static inline void list_cut_position(struct list_head *list, in list_cut_position() 249 static inline void __list_splice(const struct list_head *list, in __list_splice() 268 static inline void list_splice(const struct list_head *list, in list_splice() 280 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 294 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
/u-boot/cmd/ |
A D | console.c | 19 struct list_head *list = stdio_get_list(); in do_coninfo() local
|
A D | pxe_utils.h | 53 struct list_head list; member
|
/u-boot/fs/jffs2/ |
A D | mergesort.c | 13 int sort_list(struct b_list *list) in sort_list()
|
/u-boot/lib/ |
A D | list_sort.c | 113 struct list_head *list; in list_sort() local 167 struct list_head list; member
|
A D | fdtdec_test.c | 107 int list[MAX_NODES]; in run_test() local
|
/u-boot/include/ |
A D | stdio_dev.h | 50 struct list_head list; member
|
/u-boot/include/linux/mtd/ |
A D | partitions.h | 73 struct list_head list; member
|
/u-boot/drivers/pci/ |
A D | pcie_fsl.h | 62 struct list_head list; member
|
/u-boot/scripts/kconfig/lxdialog/ |
A D | checklist.c | 109 WINDOW *dialog, *list; in dialog_checklist() local
|
/u-boot/drivers/video/exynos/ |
A D | exynos_mipi_dsi.c | 34 struct list_head list; member
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl_stm32.c | 38 struct list_head list; member 444 const fdt32_t *list; in stm32_pinctrl_set_state_simple() local
|
A D | pinctrl-uclass.c | 58 const fdt32_t *list; in pinctrl_select_state_full() local
|
/u-boot/drivers/usb/dwc3/ |
A D | gadget.h | 62 static inline struct dwc3_request *next_request(struct list_head *list) in next_request()
|
/u-boot/scripts/dtc/ |
A D | livetree.c | 77 struct property *chain_property(struct property *first, struct property *list) in chain_property() 262 struct node *chain_node(struct node *first, struct node *list) in chain_node() 372 struct reserve_info *list) in chain_reserve_entry() 380 struct reserve_info *add_reserve_entry(struct reserve_info *list, in add_reserve_entry()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_bch.h | 37 struct list_head list; member
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_gadget.h | 29 struct list_head list; member
|
/u-boot/drivers/usb/gadget/udc/ |
A D | udc-core.c | 42 struct list_head list; member
|
/u-boot/include/linux/usb/ |
A D | composite.h | 181 struct list_head list; member 278 struct list_head list; member
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 724 const char *list, *end; in fdt_stringlist_count() local 751 const char *list, *end; in fdt_stringlist_search() local 781 const char *list, *end; in fdt_stringlist_get() local
|
/u-boot/fs/ubifs/ |
A D | replay.c | 56 struct list_head list; member 76 struct list_head list; member
|
/u-boot/tools/ |
A D | image-host.c | 654 static void strlist_init(struct strlist *list) in strlist_init() 659 static void strlist_free(struct strlist *list) in strlist_free() 668 static int strlist_add(struct strlist *list, const char *str) in strlist_add()
|
/u-boot/post/ |
A D | post.c | 179 char list[128]; /* long enough for POST list */ in post_get_env_flags() local
|
/u-boot/fs/yaffs2/ |
A D | yaffs_allocator.c | 248 struct yaffs_obj_list *list; in yaffs_create_free_objs() local
|
/u-boot/drivers/mtd/ |
A D | pic32_flash.c | 379 const char *list, *end; in pic32_flash_probe() local
|