Home
last modified time | relevance | path

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

1234

/rk3399_rockchip-uboot/include/linux/
H 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 …]
/rk3399_rockchip-uboot/cmd/
H A Dconsole.c19 struct list_head *list = stdio_get_list(); in do_coninfo() local
/rk3399_rockchip-uboot/fs/jffs2/
H A Dmergesort.c14 int sort_list(struct b_list *list) in sort_list()
H A Djffs2_nand_1pass.c53 free_nodes(struct b_list *list) in free_nodes()
63 add_node(struct b_list *list, int size) in add_node()
94 insert_node(struct b_list *list, struct b_node *new) in insert_node()
136 insert_inode(struct b_list *list, struct jffs2_raw_inode *node, u32 offset) in insert_inode()
154 insert_dirent(struct b_list *list, struct jffs2_raw_dirent *node, u32 offset) in insert_dirent()
/rk3399_rockchip-uboot/lib/
H A Dlist_sort.c111 struct list_head *list; in list_sort() local
165 struct list_head list; member
H A Dfdtdec_test.c124 int list[MAX_NODES]; in run_test() local
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dpartitions.h73 struct list_head list; member
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c354 static void strlist_init(struct strlist *list) in strlist_init()
359 static void strlist_free(struct strlist *list) in strlist_free()
368 static int strlist_add(struct strlist *list, const char *str) in strlist_add()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dcomposite.h131 struct list_head list; member
228 struct list_head list; member
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl_stm32.c146 const fdt32_t *list; in stm32_pinctrl_set_state_simple() local
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dchecklist.c110 WINDOW *dialog, *list; in dialog_checklist() local
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c32 struct list_head list; member
/rk3399_rockchip-uboot/scripts/dtc/
H A Dlivetree.c77 struct property *chain_property(struct property *first, struct property *list) in chain_property()
241 struct node *chain_node(struct node *first, struct node *list) in chain_node()
351 struct reserve_info *list) in chain_reserve_entry()
359 struct reserve_info *add_reserve_entry(struct reserve_info *list, in add_reserve_entry()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.h63 static inline struct dwc3_request *next_request(struct list_head *list) in next_request()
/rk3399_rockchip-uboot/include/
H A Dstdio_dev.h51 struct list_head list; member
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_ro.c569 const char *list, *end; in fdt_stringlist_count() local
596 const char *list, *end; in fdt_stringlist_search() local
626 const char *list, *end; in fdt_stringlist_get() local
/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_ro.c571 const char *list, *end; in fdt_stringlist_count() local
598 const char *list, *end; in fdt_stringlist_search() local
628 const char *list, *end; in fdt_stringlist_get() local
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_gadget.h30 struct list_head list; member
/rk3399_rockchip-uboot/drivers/usb/gadget/udc/
H A Dudc-core.c41 struct list_head list; member
/rk3399_rockchip-uboot/env/
H A Denvf.c212 const char *list = NULL; in envf_get() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Dreplay.c55 struct list_head list; member
75 struct list_head list; member
/rk3399_rockchip-uboot/post/
H A Dpost.c172 char list[128]; /* long enough for POST list */ in post_get_env_flags() local
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-uclass.c34 struct list_head list; member
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_allocator.c247 struct yaffs_obj_list *list; in yaffs_create_free_objs() local
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dhab.c265 static inline uint8_t get_idx(uint8_t *list, uint8_t tgt) in get_idx()

1234