| /rk3399_rockchip-uboot/include/linux/ |
| H A D | list.h | 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() 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 D | list.h | 48 #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 D | menu.c | 555 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 D | mconf.c | 359 struct list_head *head; member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | list_sort.c | 25 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 D | ci_udc.c | 181 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 D | membuff.h | 36 char *head; /** current buffer head */ member
|
| H A D | part_efi.h | 64 u8 head; /* starting head */ member
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | util.c | 23 int list_count_items(struct list_head *head) in list_count_items()
|
| H A D | devres.c | 175 static void release_nodes(struct udevice *dev, struct list_head *head, in release_nodes()
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | jr.c | 19 #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 D | jr.h | 62 int head; member
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_dos.h | 22 unsigned char head; /* starting head */ member
|
| /rk3399_rockchip-uboot/fs/sandbox/ |
| H A D | sandboxfs.c | 86 struct os_dirent_node *head, *node; in sandbox_fs_ls() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | scan.c | 363 struct list_head *head; in ubifs_scan_destroy() local
|
| H A D | debug.c | 721 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 D | rockchip_connector.h | 29 struct list_head head; member
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_yaffs2.c | 251 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 D | fdc.c | 127 unsigned int head; /* nr of heads */ member 252 unsigned long head,track,sect,timeout; in fdc_issue_cmd() local
|
| H A D | mtdparts.c | 496 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 D | apbh_dma.c | 454 static int mxs_dma_finish(int channel, struct list_head *head) in mxs_dma_finish()
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | inflate.h | 86 gz_headerp head; /* where to save gzip header information */ member
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_rkfw.c | 419 struct resource_img_hdr *head = in rkfw_load_kernel() local
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_host.c | 372 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 D | os.c | 317 struct os_dirent_node *head, *node, *next; in os_dirent_ls() local
|