Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/u-boot/include/linux/
A Dlist.h33 list->next = list; in INIT_LIST_HEAD()
34 list->prev = list; in INIT_LIST_HEAD()
145 __list_del(list->prev, list->next); in list_move()
146 list_add(list, head); in list_move()
157 __list_del(list->prev, list->next); in list_move_tail()
214 list->next->prev = list; in __list_cut_position()
215 list->prev = entry; in __list_cut_position()
216 entry->next = list; in __list_cut_position()
244 INIT_LIST_HEAD(list); in list_cut_position()
271 if (!list_empty(list)) in list_splice()
[all …]
/u-boot/scripts/kconfig/lxdialog/
A Dchecklist.c109 WINDOW *dialog, *list; in dialog_checklist() local
160 keypad(list, TRUE); in dialog_checklist()
192 wnoutrefresh(list); in dialog_checklist()
216 wscrl(list, -1); in dialog_checklist()
226 wrefresh(list); in dialog_checklist()
243 wscrl(list, 1); in dialog_checklist()
254 wrefresh(list); in dialog_checklist()
269 wrefresh(list); in dialog_checklist()
287 delwin(list); in dialog_checklist()
307 delwin(list); in dialog_checklist()
[all …]
/u-boot/fs/jffs2/
A Dmergesort.c13 int sort_list(struct b_list *list) in sort_list() argument
18 if (!list->listHead) in sort_list()
21 for (k = 1; k < list->listCount; k *= 2) { in sort_list()
22 tail = &list->listHead; in sort_list()
23 for (p = q = list->listHead; p; p = q) { in sort_list()
34 list->listCompare(p, q))) { in sort_list()
/u-boot/lib/
A Dlist_sort.c113 struct list_head *list; in list_sort() local
121 list = head->next; in list_sort()
123 while (list) { in list_sort()
124 struct list_head *cur = list; in list_sort()
125 list = list->next; in list_sort()
146 list = merge(priv, cmp, part[lev], list); in list_sort()
167 struct list_head list; member
209 ela = container_of(a, struct debug_el, list); in cmp()
210 elb = container_of(b, struct debug_el, list); in cmp()
245 list_add_tail(&el->list, &head); in list_sort_test()
[all …]
/u-boot/doc/api/
A Dlinker_lists.rst6 A linker list is constructed by grouping together linker input
7 sections, each containing one entry of the list. Each input section
9 content. Linker list input sections are constructed from the list
11 together. Assuming _list and _entry are the list and entry names,
39 single list.
45 Start and end symbols for a list can generally be defined as
73 part of a list), one can simply give the list a name of the form
75 is the sub-list name. Iterators for the whole list should use the
76 global list name ("outer"); iterators for only a sub-list should use
77 the full sub-list name ("outer_2_inner").
[all …]
/u-boot/common/
A Dstdio.c136 return &devs.list; in stdio_get_list()
178 sdev = list_empty(&devs.list) ? NULL : in stdio_probe_device()
179 list_last_entry(&devs.list, struct stdio_dev, list); in stdio_probe_device()
198 list_for_each(pos, &devs.list) { in stdio_get_by_name()
199 sdev = list_entry(pos, struct stdio_dev, list); in stdio_get_by_name()
247 list_add_tail(&_dev->list, &devs.list); in stdio_register_dev()
279 list_del(&dev->list); in stdio_deregister_dev()
283 list_for_each(pos, &devs.list) { in stdio_deregister_dev()
284 dev = list_entry(pos, struct stdio_dev, list); in stdio_deregister_dev()
309 INIT_LIST_HEAD(&devs.list); in stdio_init_tables()
A Dcyclic.c46 hlist_add_head(&cyclic->list, cyclic_get_list()); in cyclic_register()
53 hlist_del(&cyclic->list); in cyclic_unregister()
70 hlist_for_each_entry_safe(cyclic, tmp, cyclic_get_list(), list) { in cyclic_run()
121 hlist_for_each_entry_safe(cyclic, tmp, cyclic_get_list(), list) in cyclic_unregister_all()
/u-boot/doc/develop/
A Denvironment.rst21 static list can be added to by defining CFG_ENV_CALLBACK_LIST_STATIC
22 in the board configuration to a string that defines a list of
23 associations. The list must be in the following format::
26 list = entry[,list]
29 Spaces are also allowed anywhere in the list.
32 with the same list format above. Any association in ".callbacks" will
33 override any association in the static list. You can define
34 CONFIG_ENV_CALLBACK_LIST_DEFAULT to a list (string) to define the
/u-boot/scripts/dtc/libfdt/
A Dfdt_ro.c728 if (!list) in fdt_stringlist_count()
731 end = list + length; in fdt_stringlist_count()
734 length = strnlen(list, end - list) + 1; in fdt_stringlist_count()
740 list += length; in fdt_stringlist_count()
754 if (!list) in fdt_stringlist_search()
761 length = strnlen(list, end - list) + 1; in fdt_stringlist_search()
770 list += length; in fdt_stringlist_search()
785 if (!list) { in fdt_stringlist_get()
795 length = strnlen(list, end - list) + 1; in fdt_stringlist_get()
809 return list; in fdt_stringlist_get()
[all …]
/u-boot/doc/usage/cmd/
A Dcyclic.rst11 cyclic list
16 The cyclic list command provides a list of the currently registered
39 => cyclic list
A Dtemperature.rst11 temperature list
17 The *temperature* command is used to list thermal sensors and get their
20 The 'temperature list' command diplays the available thermal devices.
34 => temperature list
A Dbutton.rst11 button list
34 A list of all available buttons and their status can be displayed using
38 button list
41 *<inactive>* in the list.
59 | 0 | button list was shown |
A Dextension.rst13 extension list
26 extension_board_scan() function to retrieve the list of detected
29 - "extension list" allows to list the detected extension boards.
44 the extension_board_scan() function that fills in a linked list of
77 => extension list
108 list_add_tail(&extension->list, extension_list);
A Dbootdev.rst11 bootdev list [-p] - list all available bootdevs (-p to probe)
19 The `bootdev` command is used to manage bootdevs. It can list available
25 bootdev list
33 The list looks something like this:
70 This hunts for new bootdevs, or shows a list of hunters.
72 Use `-l` to list the available bootdev hunters.
82 number or name, as shown in `bootdev list`.
105 Most of the information is the same as `bootdev list` above. The new fields
126 U-Boot> bootdev list
A Dbootmeth.rst11 bootmeth list [-a] - list selected bootmeths (-a for all)
18 The `bootmeth` command is used to manage bootmeths. It can list them and change
34 The argument is a quoted list of bootmeths to use, by name. If global bootmeths
39 bootmeth list
77 => bootmeth list
91 => bootmeth list
102 => bootmeth list -a
A Devent.rst11 event list
16 The event command provides spy list.
42 => event list
/u-boot/scripts/kconfig/
A Dqconf.cc105 ConfigList* list; in updateMenu() local
112 list = listView(); in updateMenu()
125 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu()
958 list->reinit(); in setShowName()
967 list->reinit(); in setShowRange()
1267 list->list->mode = listMode; in ConfigSearchWindow()
1269 connect(list->list, SIGNAL(menuChanged(struct menu *)), in ConfigSearchWindow()
1271 connect(list->list, SIGNAL(menuChanged(struct menu *)), in ConfigSearchWindow()
1317 list->list->clear(); in search()
1325 lastItem = new ConfigItem(list->list, lastItem, prop->menu, in search()
[all …]
/u-boot/drivers/usb/dwc3/
A Dgadget.h62 static inline struct dwc3_request *next_request(struct list_head *list) in next_request() argument
64 if (list_empty(list)) in next_request()
67 return list_first_entry(list, struct dwc3_request, list); in next_request()
75 list_move_tail(&req->list, &dep->req_queued); in dwc3_gadget_move_request_queued()
/u-boot/cmd/
A Dconsole.c20 struct list_head *list = stdio_get_list(); in do_coninfo() local
28 list_for_each(pos, list) { in do_coninfo()
29 dev = list_entry(pos, struct stdio_dev, list); in do_coninfo()
A Dextension_board.c75 list_for_each_entry(extension, &extension_list, list) { in do_extension_list()
90 list_for_each_entry_safe(extension, next, &extension_list, list) { in extension_scan()
91 list_del(&extension->list); in extension_scan()
127 list_for_each_entry(extension, &extension_list, list) { in do_extension_apply()
136 extension = list_entry(entry, struct extension, list); in do_extension_apply()
155 U_BOOT_CMD_MKENT(list, 1, 0, do_extension_list, "", ""),
A Deficonfig.c49 struct list_head list; member
266 entry = list_last_entry(&efi_menu->list, struct eficonfig_entry, list); in eficonfig_choice_entry()
291 list_del(&entry->list); in eficonfig_destroy()
337 list_add_tail(&entry->list, &efi_menu->list); in eficonfig_append_menu_entry()
458 entry = list_first_entry_or_null(&efi_menu->list, struct eficonfig_entry, list); in eficonfig_process_common()
568 list_del(&iter->list); in eficonfig_file_selected()
1124 list_del(&item->list); in eficonfig_process_select_file()
1954 list_del(&tmp->list); in eficonfig_choice_change_boot_order()
1955 list_add(&tmp->list, &entry->list); in eficonfig_choice_change_boot_order()
1976 list_add(&entry->list, &tmp->list); in eficonfig_choice_change_boot_order()
[all …]
/u-boot/fs/ubifs/
A Dgc.c260 list_del(&snod->list); in sort_nodes()
277 list_del(&snod->list); in sort_nodes()
286 list_move_tail(&snod->list, nondata); in sort_nodes()
326 list_del(&snod->list); in move_node()
540 list_add(&idx_gc->list, &c->idx_gc); in ubifs_garbage_collect_leb()
866 list_for_each_entry(idx_gc, &c->idx_gc, list) in ubifs_gc_start_commit()
897 list_add(&idx_gc->list, &c->idx_gc); in ubifs_gc_start_commit()
928 list_del(&idx_gc->list); in ubifs_gc_end_commit()
950 list); in ubifs_destroy_idx_gc()
952 list_del(&idx_gc->list); in ubifs_destroy_idx_gc()
[all …]
A Dreplay.c56 struct list_head list; member
76 struct list_head list; member
280 ra = list_entry(a, struct replay_entry, list); in replay_entries_cmp()
281 rb = list_entry(b, struct replay_entry, list); in replay_entries_cmp()
326 list_del(&r->list); in destroy_replay_list()
378 list_add_tail(&r->list, &c->replay_list); in insert_node()
433 list_add_tail(&r->list, &c->replay_list); in insert_dent()
486 if (list_is_last(&bud->list, &jh->buds_list)) in is_last_bud()
516 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud()
724 list_del(&b->list); in destroy_bud_list()
[all …]
/u-boot/doc/device-tree-bindings/pwm/
A Dpwm.txt7 PWM users should specify a list of PWM devices that they want to use
8 with a property containing a 'pwm-list':
10 pwm-list ::= <single-pwm> [pwm-list]
18 An optional property "pwm-names" may contain a list of strings to label
24 pwm_get() call to an index into the list given by the "pwms" property.
/u-boot/fs/yaffs2/
A Dyaffs_allocator.c248 struct yaffs_obj_list *list; in yaffs_create_free_objs() local
260 list = kmalloc(sizeof(struct yaffs_obj_list), GFP_NOFS); in yaffs_create_free_objs()
262 if (!new_objs || !list) { in yaffs_create_free_objs()
265 kfree(list); in yaffs_create_free_objs()
266 list = NULL; in yaffs_create_free_objs()
281 list->objects = new_objs; in yaffs_create_free_objs()
282 list->next = allocator->allocated_obj_list; in yaffs_create_free_objs()
283 allocator->allocated_obj_list = list; in yaffs_create_free_objs()

Completed in 61 milliseconds

12345678910>>...19