/u-boot/scripts/kconfig/ |
A D | list.h | 25 struct list_head *next, *prev; member 84 struct list_head *next) in __list_add() 112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
|
A D | expr.h | 21 struct file *next; member 85 struct symbol *next; member 192 struct property *next; /* next property - null if last */ member 222 struct menu *next; member
|
/u-boot/include/linux/ |
A D | list.h | 23 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() 562 struct hlist_node *next, **pprev; member 586 struct hlist_node *next = n->next; in __hlist_del() local 620 struct hlist_node *next) in hlist_add_before() 629 struct hlist_node *next) in hlist_add_after()
|
/u-boot/test/ |
A D | time_ut.c | 15 ulong base, start, next, diff; in test_get_timer() local 49 ulong prev, next, min = 1000000; in test_timer_get_us() local
|
/u-boot/lib/efi_loader/ |
A D | efi_var_mem.c | 33 const u16 *name, struct efi_var_entry **next) in efi_var_mem_compare() 65 struct efi_var_entry **next) in efi_var_mem_find() 112 struct efi_var_entry *next, *last; in efi_var_mem_del() local
|
/u-boot/fs/yaffs2/ |
A D | yaffs_allocator.c | 35 struct yaffs_tnode_list *next; member 40 struct yaffs_obj_list *next; member 104 struct yaffs_tnode *next; in yaffs_create_tnodes() local
|
/u-boot/fs/jffs2/ |
A D | summary.h | 86 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
|
/u-boot/scripts/dtc/ |
A D | dtc.h | 86 struct marker *next; member 137 struct label *next; member 149 struct property *next; member 244 struct reserve_info *next; member
|
/u-boot/fs/btrfs/ |
A D | extent-cache.c | 163 struct rb_node *next; in search_cache_extent() local 183 struct rb_node *next; in search_cache_extent2() local 266 struct cache_extent *next = NULL; in add_merge_cache_extent() local
|
/u-boot/drivers/usb/host/ |
A D | xhci-mem.c | 91 struct xhci_segment *next = seg->next; in xhci_ring_free() local 220 struct xhci_segment *next, bool link_trbs) in xhci_link_segments() 326 struct xhci_segment *next; in xhci_ring_alloc() local
|
A D | xhci-ring.c | 95 union xhci_trb *next; in inc_enq() local 215 union xhci_trb *next = ep_ring->enqueue; in prepare_ring() local
|
/u-boot/include/ |
A D | os.h | 196 struct os_dirent_node *next; member
|
/u-boot/include/acpi/ |
A D | acpi_dp.h | 112 struct acpi_dp *next; member
|
/u-boot/cmd/ |
A D | bootmenu.c | 33 struct bootmenu_entry *next; /* next menu entry (num+1) */ member 266 struct bootmenu_entry *next; in bootmenu_destroy() local
|
/u-boot/include/linux/mtd/ |
A D | ubi.h | 244 struct notifier_block *next; member 245 void *next; member
|
/u-boot/lib/zlib/ |
A D | inftrees.c | 50 code FAR *next; /* next available space in table */ in inflate_table() local
|
/u-boot/common/ |
A D | dlmalloc.c | 48 GmListElement* next; member 85 GmListElement* next = head->next; in gcleanup() local 796 mchunkptr next = chunk_at_offset(p, sz); local 828 mchunkptr next = next_chunk(p); local 1555 mchunkptr next; /* next contiguous chunk */ local 1698 mchunkptr next; /* next contiguous chunk after oldp */ local
|
A D | cli_simple.c | 320 char *line, *next; in cli_simple_run_command_list() local
|
/u-boot/arch/arm/lib/ |
A D | cache.c | 113 phys_addr_t next = ALIGN(noncached_next, align); in noncached_alloc() local
|
/u-boot/include/net/pfe_eth/ |
A D | pfe_driver.h | 34 u32 next; member
|
/u-boot/lib/ |
A D | of_live.c | 237 struct device_node *next = child->sibling; in unflatten_dt_node() local
|
/u-boot/arch/microblaze/include/asm/ |
A D | system.h | 35 #define switch_to(prev,next,last) do { \ argument
|
/u-boot/include/crypto/ |
A D | pkcs7_parser.h | 21 struct pkcs7_signed_info *next; member
|
/u-boot/scripts/kconfig/lxdialog/ |
A D | dialog.h | 91 struct subtitle_list *next; member 163 struct dialog_list *next; member
|
/u-boot/drivers/usb/gadget/ |
A D | composite.c | 199 void *next = buf + USB_DT_CONFIG_SIZE; in config_buf() local 736 u8 next = cdev->next_string_id; in usb_string_ids_tab() local 770 u8 next = c->next_string_id; in usb_string_ids_n() local
|