Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 25 of 118) sorted by relevance

12345

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlist.h23 struct list_head { struct
24 struct list_head *next, *prev; argument
31 struct list_head name = LIST_HEAD_INIT(name)
70 static inline int list_empty(const struct list_head *head) in list_empty()
81 static inline void __list_add(struct list_head *_new, in __list_add()
82 struct list_head *prev, in __list_add()
83 struct list_head *next) in __list_add()
99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
125 static inline void list_del(struct list_head *entry) in list_del()
[all …]
/rk3399_rockchip-uboot/include/linux/
H A Dlist.h22 struct list_head { struct
23 struct list_head *next, *prev; argument
29 struct list_head name = LIST_HEAD_INIT(name)
31 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
43 static inline void __list_add(struct list_head *new, in __list_add()
44 struct list_head *prev, in __list_add()
45 struct list_head *next) in __list_add()
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()
[all …]
H A Dlist_sort.h6 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));
/rk3399_rockchip-uboot/lib/
H A Dlist_sort.c20 static struct list_head *merge(void *priv, in merge()
21 int (*cmp)(void *priv, struct list_head *a, in merge()
22 struct list_head *b), in merge()
23 struct list_head *a, struct list_head *b) in merge()
25 struct list_head head, *tail = &head; in merge()
50 int (*cmp)(void *priv, struct list_head *a, in merge_and_restore_back_links()
51 struct list_head *b), in merge_and_restore_back_links()
52 struct list_head *head, in merge_and_restore_back_links()
53 struct list_head *a, struct list_head *b) in merge_and_restore_back_links()
55 struct list_head *tail = head; in merge_and_restore_back_links()
[all …]
/rk3399_rockchip-uboot/include/jffs2/
H A Dload_kernel.h28 struct list_head link;
31 struct list_head parts; /* partitions */
35 struct list_head link;
47 struct list_head link;
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h144 struct list_head i_mmap_nonlinear;/*list VM_NONLINEAR mappings */
155 struct list_head private_list; /* ditto */
218 struct list_head i_wb_list; /* backing dev IO list */
219 struct list_head i_lru; /* inode LRU list */
220 struct list_head i_sb_list;
235 struct list_head i_devices;
289 struct list_head s_list; /* Keep this first */
310 struct list_head s_inodes; /* all inodes */
314 struct list_head s_mounts; /* list of mounts; _not_ for fs use */
448 struct list_head f_ep_links;
[all …]
/rk3399_rockchip-uboot/include/linux/usb/
H A Dcomposite.h131 struct list_head list;
228 struct list_head list;
229 struct list_head functions;
337 struct list_head configs;
/rk3399_rockchip-uboot/include/dm/
H A Dutil.h18 struct list_head;
26 int list_count_items(struct list_head *head);
H A Duclass.h38 struct list_head dev_head;
39 struct list_head sibling_node;
41 struct list_head *u_boot_dev_head;
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dresource_img.h24 struct list_head link;
27 extern struct list_head entry_head;
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.h33 struct list_head ring; /* of musb_qh */
56 static inline struct musb_qh *first_qh(struct list_head *q) in first_qh()
77 struct list_head *queue; in next_urb()
H A Dmusb_gadget.h30 struct list_head list;
67 struct list_head req_list;
84 struct list_head *queue = &ep->req_list; in next_request()
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/
H A Ddma.h123 struct list_head node;
146 struct list_head active;
147 struct list_head done;
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi.h176 struct list_head list;
222 struct list_head list;
583 struct list_head pq[UBI_PROT_QUEUE_LEN];
593 struct list_head works;
657 struct list_head list;
727 struct list_head corr;
728 struct list_head free;
729 struct list_head erase;
730 struct list_head alien;
765 struct list_head list;
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dconsole.c19 struct list_head *list = stdio_get_list(); in do_coninfo()
20 struct list_head *pos; in do_coninfo()
/rk3399_rockchip-uboot/disk/
H A Dpart_rkparm.c28 struct list_head node;
42 static int rkparm_param_parse(char *param, struct list_head *parts_head, in rkparm_param_parse()
112 struct list_head *parts_head) in rkparm_init_param()
151 struct list_head *node; in part_print_rkparm()
177 struct list_head *node; in part_get_info_rkparm()
H A Dpart_rkram.c15 struct list_head node;
21 struct list_head *parts_head) in rkram_part_init()
80 struct list_head *node; in part_print_rkram_part()
101 struct list_head *node; in part_get_info_rkram_part()
H A Dpart_env.c16 struct list_head node;
71 static int env_init_parts(struct blk_desc *dev_desc, struct list_head *parts_head) in env_init_parts()
135 struct list_head *node; in part_print_env()
160 struct list_head *node; in part_get_info_env()
/rk3399_rockchip-uboot/drivers/core/
H A Dutil.c23 int list_count_items(struct list_head *head) in list_count_items()
25 struct list_head *node; in list_count_items()
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-uclass.c34 struct list_head list;
46 struct list_head *uc_priv; in phy_get_counts()
62 struct list_head *uc_priv; in phy_alloc_counts()
85 struct list_head *uc_priv = dev_get_uclass_priv(dev); in phy_uclass_pre_probe()
94 struct list_head *uc_priv = dev_get_uclass_priv(dev); in phy_uclass_pre_remove()
363 .per_device_auto_alloc_size = sizeof(struct list_head),
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_legacy.c13 static struct list_head mmc_devices;
20 struct list_head *entry; in find_mmc_device()
54 struct list_head *entry; in mmc_do_preinit()
85 struct list_head *entry; in print_mmc_devices()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h57 struct list_head queue;
72 struct list_head queue;
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_memory.c21 struct list_head link;
56 static int efi_mem_cmp(void *priv, struct list_head *a, struct list_head *b) in efi_mem_cmp()
153 struct list_head *lhandle; in efi_add_memory_map()
244 struct list_head *lhandle; in efi_find_free_memory()
402 struct list_head *lhandle; in efi_get_memory_map()
/rk3399_rockchip-uboot/include/
H A Dstdio_dev.h51 struct list_head list;
111 struct list_head* stdio_get_list(void);
H A Dlog.h242 struct list_head filter_head;
243 struct list_head sibling_node;
275 struct list_head sibling_node;

12345