/u-boot/include/linux/ |
A D | list.h | 33 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 D | checklist.c | 109 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 D | mergesort.c | 13 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 D | list_sort.c | 113 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 D | linker_lists.rst | 6 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 D | stdio.c | 128 return &devs.list; in stdio_get_list() 170 sdev = list_empty(&devs.list) ? NULL : in stdio_probe_device() 171 list_last_entry(&devs.list, struct stdio_dev, list); in stdio_probe_device() 190 list_for_each(pos, &devs.list) { in stdio_get_by_name() 191 sdev = list_entry(pos, struct stdio_dev, list); in stdio_get_by_name() 239 list_add_tail(&_dev->list, &devs.list); in stdio_register_dev() 271 list_del(&dev->list); in stdio_deregister_dev() 275 list_for_each(pos, &devs.list) { in stdio_deregister_dev() 276 dev = list_entry(pos, struct stdio_dev, list); in stdio_deregister_dev() 301 INIT_LIST_HEAD(&devs.list); in stdio_init_tables()
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 728 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/drivers/usb/dwc3/ |
A D | gadget.h | 62 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/scripts/kconfig/ |
A D | qconf.cc | 105 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/cmd/ |
A D | console.c | 19 struct list_head *list = stdio_get_list(); in do_coninfo() local 27 list_for_each(pos, list) { in do_coninfo() 28 dev = list_entry(pos, struct stdio_dev, list); in do_coninfo()
|
/u-boot/doc/usage/ |
A D | button.rst | 11 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 |
|
/u-boot/fs/ubifs/ |
A D | gc.c | 260 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 D | replay.c | 56 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 …]
|
A D | lprops.c | 195 list_add(&lp->list, &c->uncat_list); in add_to_lpt_heap() 281 list_add(&lprops->list, &c->uncat_list); in ubifs_add_to_cat() 328 list_del(&lprops->list); in ubifs_remove_from_cat() 364 list_replace(&old_lprops->list, &new_lprops->list); in ubifs_replace_cat() 1043 struct list_head *list = NULL; in scan_check_cb() local 1047 list = &c->empty_list; in scan_check_cb() 1050 list = &c->freeable_list; in scan_check_cb() 1053 list = &c->frdi_idx_list; in scan_check_cb() 1056 list = &c->uncat_list; in scan_check_cb() 1059 if (list) { in scan_check_cb() [all …]
|
/u-boot/doc/device-tree-bindings/pwm/ |
A D | pwm.txt | 7 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 D | yaffs_allocator.c | 248 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()
|
/u-boot/drivers/mtd/ |
A D | pic32_flash.c | 379 const char *list, *end; in pic32_flash_probe() local 392 list = fdt_getprop(blob, node, "reg-names", &len); in pic32_flash_probe() 393 if (!list) in pic32_flash_probe() 396 end = list + len; in pic32_flash_probe() 401 for (idx = 0, info = &flash_info[0]; list < end;) { in pic32_flash_probe() 404 len = strlen(list); in pic32_flash_probe() 405 if (!strncmp(list, "nvm", len)) { in pic32_flash_probe() 408 } else if (!strncmp(list, "bank", 4)) { in pic32_flash_probe() 414 list += len + 1; in pic32_flash_probe()
|
/u-boot/drivers/mtd/ubi/ |
A D | attach.c | 123 if (list == &ai->free) { in add_to_list() 125 } else if (list == &ai->erase) { in add_to_list() 127 } else if (list == &ai->alien) { in add_to_list() 142 list_add(&aeb->u.list, list); in add_to_list() 144 list_add_tail(&aeb->u.list, list); in add_to_list() 716 list_del(&aeb->u.list); in ubi_early_get_peb() 736 list_del(&aeb->u.list); in ubi_early_get_peb() 1173 list_del(&aeb->u.list); in destroy_ai() 1177 list_del(&aeb->u.list); in destroy_ai() 1181 list_del(&aeb->u.list); in destroy_ai() [all …]
|
/u-boot/drivers/usb/gadget/udc/ |
A D | udc-core.c | 42 struct list_head list; member 198 list_add_tail(&udc->list, &udc_list); in usb_add_gadget_udc_release() 250 list_for_each_entry(udc, &udc_list, list) in usb_del_gadget_udc() 262 list_del(&udc->list); in usb_del_gadget_udc() 332 list_for_each_entry(udc, &udc_list, list) { in usb_gadget_probe_driver() 363 list_for_each_entry(udc, &udc_list, list) in usb_gadget_unregister_driver()
|
/u-boot/drivers/net/ |
A D | altera_tse.c | 583 const char *list, *end; in altera_tse_probe() local 603 if (!list) in altera_tse_probe() 605 end = list + len; in altera_tse_probe() 610 while (list < end) { in altera_tse_probe() 615 len = strlen(list); in altera_tse_probe() 616 if (strcmp(list, "control_port") == 0) in altera_tse_probe() 618 else if (strcmp(list, "rx_csr") == 0) in altera_tse_probe() 620 else if (strcmp(list, "rx_desc") == 0) in altera_tse_probe() 624 else if (strcmp(list, "tx_csr") == 0) in altera_tse_probe() 628 else if (strcmp(list, "s1") == 0) in altera_tse_probe() [all …]
|
/u-boot/tools/binman/test/ |
A D | 168_fit_missing_blob.dts | 15 fit,fdt-list = "of-list";
|
A D | 172_fit_fdt.dts | 15 fit,fdt-list = "of-list";
|
/u-boot/tools/dtoc/ |
A D | fdt_util.py | 105 if isinstance(prop.value, list): 126 if isinstance(value, list): 162 if isinstance(value, list): 184 if not isinstance(value, list):
|
/u-boot/doc/device-tree-bindings/sysinfo/ |
A D | gdsys,sysinfo_gazerbeam.txt | 13 - ver-gpios: GPIO list to read the hardware version from 14 - var-gpios: GPIO list to read the hardware variant information from 15 - reset-gpios: GPIO list for the board's reset GPIOs
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl_stm32.c | 38 struct list_head list; member 105 list_add_tail(&gpio_bank->list, &priv->gpio_dev); in stm32_populate_gpio_dev_list() 130 list_for_each_entry(gpio_bank, &priv->gpio_dev, list) { in stm32_pinctrl_get_pins_count() 152 list_for_each_entry(gpio_bank, &priv->gpio_dev, list) { in stm32_pinctrl_get_gpio_dev() 444 const fdt32_t *list; in stm32_pinctrl_set_state_simple() local 449 list = ofnode_get_property(dev_ofnode(periph), "pinctrl-0", &size); in stm32_pinctrl_set_state_simple() 450 if (!list) in stm32_pinctrl_set_state_simple() 455 size /= sizeof(*list); in stm32_pinctrl_set_state_simple() 457 phandle = fdt32_to_cpu(*list++); in stm32_pinctrl_set_state_simple()
|