Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 99) sorted by relevance

1234

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlist.h24 struct list_head *next, *prev; member
83 struct list_head *next) in __list_add()
111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
H A Dkxgettext.c64 struct file_line *next; member
86 struct message *next; member
H A Dexpr.h21 struct file *next; member
78 struct symbol *next; member
147 struct property *next; /* next property - null if last */ member
170 struct menu *next; member
/rk3399_rockchip-uboot/include/linux/
H A Dlist.h23 struct list_head *next, *prev; member
45 struct list_head *next) in __list_add()
86 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
196 struct list_head *next = head->next; in list_empty_careful() local
251 struct list_head *next) in __list_splice()
548 struct hlist_node *next, **pprev; member
572 struct hlist_node *next = n->next; in __hlist_del() local
606 struct hlist_node *next) in hlist_add_before()
615 struct hlist_node *next) in hlist_add_after()
/rk3399_rockchip-uboot/test/
H A Dtime_ut.c13 ulong base, start, next, diff; in test_get_timer() local
47 ulong prev, next, min = 1000000; in test_timer_get_us() local
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dpinctrl-glue.c17 struct udevice *pctldev, *config, *next; in uniphier_pin_init() local
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_private.h7 struct b_node *next; member
11 struct b_inode *next; member
20 struct b_dirent *next; member
H A Dsummary.h86 union jffs2_sum_mem *next; member
92 union jffs2_sum_mem *next; member
102 union jffs2_sum_mem *next; member
116 union jffs2_sum_mem *next; member
126 union jffs2_sum_mem *next; member
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_allocator.c34 struct yaffs_tnode_list *next; member
39 struct yaffs_obj_list *next; member
103 struct yaffs_tnode *next; in yaffs_create_tnodes() local
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.h85 struct marker *next; member
136 struct label *next; member
148 struct property *next; member
239 struct reserve_info *next; member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c89 struct xhci_segment *next = seg->next; in xhci_ring_free() local
216 struct xhci_segment *next, bool link_trbs) in xhci_link_segments()
321 struct xhci_segment *next; in xhci_ring_alloc() local
H A Dxhci-ring.c93 union xhci_trb *next; in inc_enq() local
213 union xhci_trb *next = ep_ring->enqueue; in prepare_ring() local
/rk3399_rockchip-uboot/include/
H A Dos.h200 struct os_dirent_node *next; /* Pointer to next node, or NULL */ member
H A Dserial.h20 struct serial_device *next; member
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dubi.h245 struct notifier_block *next; member
246 void *next; member
/rk3399_rockchip-uboot/cmd/
H A Dbootmenu.c31 struct bootmenu_entry *next; /* next menu entry (num+1) */ member
236 struct bootmenu_entry *next; in bootmenu_destroy() local
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache.c98 phys_addr_t next = ALIGN(noncached_next, align); in noncached_alloc() local
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcomposite.c176 void *next = buf + USB_DT_CONFIG_SIZE; in config_buf() local
677 u8 next = cdev->next_string_id; in usb_string_ids_tab() local
711 u8 next = c->next_string_id; in usb_string_ids_n() local
/rk3399_rockchip-uboot/lib/zlib/
H A Dinftrees.c50 code FAR *next; /* next available space in table */ in inflate_table() local
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c46 GmListElement* next; member
83 GmListElement* next = head->next; in gcleanup() local
756 mchunkptr next = chunk_at_offset(p, sz); local
788 mchunkptr next = next_chunk(p); local
1518 mchunkptr next; /* next contiguous chunk */ local
1661 mchunkptr next; /* next contiguous chunk after oldp */ local
H A Dcli_simple.c311 char *line, *next; in cli_simple_run_command_list() local
/rk3399_rockchip-uboot/disk/
H A Dpart_env.c76 char *next, *pend; in env_init_parts() local
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dmrccache.c45 struct mrc_data_container *cache, *next; in mrccache_find_current() local
/rk3399_rockchip-uboot/lib/
H A Dof_live.c239 struct device_node *next = child->sibling; in unflatten_dt_node() local
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Ddialog.h98 struct subtitle_list *next; member
170 struct dialog_list *next; member

1234