| /rk3399_rockchip-uboot/include/linux/ |
| H 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 …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | console.c | 19 struct list_head *list = stdio_get_list(); in do_coninfo() local
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | mergesort.c | 14 int sort_list(struct b_list *list) in sort_list()
|
| H A D | jffs2_nand_1pass.c | 53 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 D | list_sort.c | 111 struct list_head *list; in list_sort() local 165 struct list_head list; member
|
| H A D | fdtdec_test.c | 124 int list[MAX_NODES]; in run_test() local
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | partitions.h | 73 struct list_head list; member
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | image-host.c | 354 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 D | composite.h | 131 struct list_head list; member 228 struct list_head list; member
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl_stm32.c | 146 const fdt32_t *list; in stm32_pinctrl_set_state_simple() local
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 110 WINDOW *dialog, *list; in dialog_checklist() local
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_mipi_dsi.c | 32 struct list_head list; member
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | livetree.c | 77 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 D | gadget.h | 63 static inline struct dwc3_request *next_request(struct list_head *list) in next_request()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | stdio_dev.h | 51 struct list_head list; member
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 569 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 D | fdt_ro.c | 571 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 D | musb_gadget.h | 30 struct list_head list; member
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/udc/ |
| H A D | udc-core.c | 41 struct list_head list; member
|
| /rk3399_rockchip-uboot/env/ |
| H A D | envf.c | 212 const char *list = NULL; in envf_get() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | replay.c | 55 struct list_head list; member 75 struct list_head list; member
|
| /rk3399_rockchip-uboot/post/ |
| H A D | post.c | 172 char list[128]; /* long enough for POST list */ in post_get_env_flags() local
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-uclass.c | 34 struct list_head list; member
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_allocator.c | 247 struct yaffs_obj_list *list; in yaffs_create_free_objs() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | hab.c | 265 static inline uint8_t get_idx(uint8_t *list, uint8_t tgt) in get_idx()
|