Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 83) sorted by relevance

1234

/u-boot/include/linux/
A Dlist.h31 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 Dconsole.c19 struct list_head *list = stdio_get_list(); in do_coninfo() local
A Dpxe_utils.h53 struct list_head list; member
/u-boot/fs/jffs2/
A Dmergesort.c13 int sort_list(struct b_list *list) in sort_list()
/u-boot/lib/
A Dlist_sort.c113 struct list_head *list; in list_sort() local
167 struct list_head list; member
A Dfdtdec_test.c107 int list[MAX_NODES]; in run_test() local
/u-boot/include/
A Dstdio_dev.h50 struct list_head list; member
/u-boot/include/linux/mtd/
A Dpartitions.h73 struct list_head list; member
/u-boot/drivers/pci/
A Dpcie_fsl.h62 struct list_head list; member
/u-boot/scripts/kconfig/lxdialog/
A Dchecklist.c109 WINDOW *dialog, *list; in dialog_checklist() local
/u-boot/drivers/video/exynos/
A Dexynos_mipi_dsi.c34 struct list_head list; member
/u-boot/drivers/pinctrl/
A Dpinctrl_stm32.c38 struct list_head list; member
444 const fdt32_t *list; in stm32_pinctrl_set_state_simple() local
A Dpinctrl-uclass.c58 const fdt32_t *list; in pinctrl_select_state_full() local
/u-boot/drivers/usb/dwc3/
A Dgadget.h62 static inline struct dwc3_request *next_request(struct list_head *list) in next_request()
/u-boot/scripts/dtc/
A Dlivetree.c77 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 Docteontx_bch.h37 struct list_head list; member
/u-boot/drivers/usb/musb-new/
A Dmusb_gadget.h29 struct list_head list; member
/u-boot/drivers/usb/gadget/udc/
A Dudc-core.c42 struct list_head list; member
/u-boot/include/linux/usb/
A Dcomposite.h181 struct list_head list; member
278 struct list_head list; member
/u-boot/scripts/dtc/libfdt/
A Dfdt_ro.c724 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 Dreplay.c56 struct list_head list; member
76 struct list_head list; member
/u-boot/tools/
A Dimage-host.c654 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 Dpost.c179 char list[128]; /* long enough for POST list */ in post_get_env_flags() local
/u-boot/fs/yaffs2/
A Dyaffs_allocator.c248 struct yaffs_obj_list *list; in yaffs_create_free_objs() local
/u-boot/drivers/mtd/
A Dpic32_flash.c379 const char *list, *end; in pic32_flash_probe() local

Completed in 52 milliseconds

1234