Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 39) sorted by relevance

12

/rk3399_rockchip-uboot/include/linux/
H A Dlist.h61 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()
143 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
155 struct list_head *head) in list_move_tail()
167 const struct list_head *head) in list_is_last()
176 static inline int list_empty(const struct list_head *head) in list_empty()
194 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
204 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
210 struct list_head *head, struct list_head *entry) in __list_cut_position()
236 struct list_head *head, struct list_head *entry) in list_cut_position()
[all …]
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlist.h48 #define list_for_each_entry(pos, head, member) \ argument
60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
70 static inline int list_empty(const struct list_head *head) in list_empty()
99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
H A Dmenu.c555 struct list_head *head) in get_prompt_str()
645 struct list_head *head) in get_symbol_str()
693 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
H A Dmconf.c359 struct list_head *head; member
/rk3399_rockchip-uboot/lib/
H A Dlist_sort.c25 struct list_head head, *tail = &head; in merge() local
52 struct list_head *head, in merge_and_restore_back_links()
103 void list_sort(void *priv, struct list_head *head, in list_sort()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dci_udc.c181 struct ept_queue_head *head = ci_get_qh(ep_num, 0); in ci_flush_qh() local
196 struct ept_queue_head *head = ci_get_qh(ep_num, 0); in ci_invalidate_qh() local
316 struct ept_queue_head *head = ci_get_qh(num, in); in ep_enable() local
425 struct ept_queue_head *head; in ci_ep_submit_next_request() local
665 struct ept_queue_head *head; in handle_setup() local
766 struct ept_queue_head *head; in stop_activity() local
914 struct ept_queue_head *head; in ci_udc_probe() local
/rk3399_rockchip-uboot/include/
H A Dmembuff.h36 char *head; /** current buffer head */ member
H A Dpart_efi.h64 u8 head; /* starting head */ member
/rk3399_rockchip-uboot/drivers/core/
H A Dutil.c23 int list_count_items(struct list_head *head) in list_count_items()
H A Ddevres.c175 static void release_nodes(struct udevice *dev, struct list_head *head, in release_nodes()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Djr.c19 #define CIRC_CNT(head, tail, size) (((head) - (tail)) & (size - 1)) argument
20 #define CIRC_SPACE(head, tail, size) CIRC_CNT((tail), (head) + 1, (size)) argument
187 int head = jr->head; in jr_enqueue() local
262 int head = jr->head; in jr_dequeue() local
H A Djr.h62 int head; member
/rk3399_rockchip-uboot/disk/
H A Dpart_dos.h22 unsigned char head; /* starting head */ member
/rk3399_rockchip-uboot/fs/sandbox/
H A Dsandboxfs.c86 struct os_dirent_node *head, *node; in sandbox_fs_ls() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Dscan.c363 struct list_head *head; in ubifs_scan_destroy() local
H A Ddebug.c721 int head = 0; in ubifs_dump_lprop() local
2346 int dbg_check_data_nodes_order(struct ubifs_info *c, struct list_head *head) in dbg_check_data_nodes_order()
2413 int dbg_check_nondata_nodes_order(struct ubifs_info *c, struct list_head *head) in dbg_check_nondata_nodes_order()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_connector.h29 struct list_head head; member
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_yaffs2.c251 static int yaffs2_wr_checkpt_validity_marker(struct yaffs_dev *dev, int head) in yaffs2_wr_checkpt_validity_marker()
265 static int yaffs2_rd_checkpt_validity_marker(struct yaffs_dev *dev, int head) in yaffs2_rd_checkpt_validity_marker()
/rk3399_rockchip-uboot/cmd/
H A Dfdc.c127 unsigned int head; /* nr of heads */ member
252 unsigned long head,track,sect,timeout; in fdc_issue_cmd() local
H A Dmtdparts.c496 static void part_delall(struct list_head *head) in part_delall()
738 static int device_delall(struct list_head *head) in device_delall()
/rk3399_rockchip-uboot/drivers/dma/
H A Dapbh_dma.c454 static int mxs_dma_finish(int channel, struct list_head *head) in mxs_dma_finish()
/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.h86 gz_headerp head; /* where to save gzip header information */ member
/rk3399_rockchip-uboot/common/spl/
H A Dspl_rkfw.c419 struct resource_img_hdr *head = in rkfw_load_kernel() local
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.c372 struct list_head *head; in musb_advance_schedule() local
1792 struct list_head *head = NULL; in musb_schedule() local
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c317 struct os_dirent_node *head, *node, *next; in os_dirent_ls() local

12