| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | device-remove.c | 37 list_for_each_entry_safe(pos, n, &dev->child_head, sibling_node) { in device_chld_unbind() 59 list_for_each_entry_safe(pos, n, &dev->child_head, sibling_node) { in device_chld_remove()
|
| H A D | device.c | 89 list_for_each_entry_safe(dev, n, &uc->dev_head, uclass_node) { in device_bind_common()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | list.h | 60 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
| H A D | mconf.c | 457 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | gc.c | 247 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in sort_nodes() 366 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in move_nodes() 381 list_for_each_entry_safe(snod, tmp, &nondata, list) { in move_nodes() 917 list_for_each_entry_safe(idx_gc, tmp, &c->idx_gc, list) in ubifs_gc_end_commit()
|
| H A D | replay.c | 322 list_for_each_entry_safe(r, tmp, &c->replay_list, list) { in destroy_replay_list()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | uclass.h | 422 list_for_each_entry_safe(pos, next, &uc->dev_head, uclass_node)
|
| H A D | device.h | 613 list_for_each_entry_safe(pos, next, &parent->child_head, sibling_node)
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | attach.c | 724 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb() 1169 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai() 1173 list_for_each_entry_safe(aeb, aeb_tmp, &ai->erase, u.list) { in destroy_ai() 1177 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai() 1181 list_for_each_entry_safe(aeb, aeb_tmp, &ai->free, u.list) { in destroy_ai()
|
| H A D | wl.c | 503 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) { in serve_prot_queue() 1374 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) { 1555 list_for_each_entry_safe(aeb, tmp, &ai->erase, u.list) { 1672 list_for_each_entry_safe(e, tmp, &ubi->pq[i], u.list) {
|
| H A D | fastmap.c | 825 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) in ubi_attach_fastmap() 828 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &used, u.list) in ubi_attach_fastmap() 856 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &used, u.list) { in ubi_attach_fastmap() 860 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) { in ubi_attach_fastmap()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-uclass.c | 97 list_for_each_entry_safe(counts, next, uc_priv, list) in phy_uclass_pre_remove()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdpart.c | 538 list_for_each_entry_safe(slave, next, &master->partitions, node) { in do_del_mtd_partitions() 840 list_for_each_entry_safe(slave, next, &master->partitions, node) in mtd_del_partition()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | list.h | 483 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | atmel_usba_udc.c | 162 list_for_each_entry_safe(req, tmp_req, list, queue) { in request_complete_list() 540 list_for_each_entry_safe(req, tmp_req, &ep->queue, queue) { in reset_all_endpoints()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_hub.c | 594 list_for_each_entry_safe(usb_scan, tmp, &usb_scan_list, list) { in usb_device_list_scan()
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | gadget.c | 700 list_for_each_entry_safe(buf, tmp, &priv_dev->aligned_buf_list, list) { in cdns3_free_aligned_request_buf() 2077 list_for_each_entry_safe(req, req_temp, &priv_ep->pending_req_list, in cdns3_gadget_ep_dequeue() 2083 list_for_each_entry_safe(req, req_temp, &priv_ep->deferred_req_list, in cdns3_gadget_ep_dequeue()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | stm32f7_i2c.c | 695 list_for_each_entry_safe(v, _v, &solutions, node) { in stm32_i2c_compute_timing()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_tegra.c | 1014 list_for_each_entry_safe(port, tmp, &pcie->ports, list) {
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | gadget.c | 850 list_for_each_entry_safe(req, n, &dep->request_list, list) { in dwc3_prepare_trbs()
|