Home
last modified time | relevance | path

Searched refs:list_for_each_entry_safe (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Ddevice-remove.c37 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 Ddevice.c89 list_for_each_entry_safe(dev, n, &uc->dev_head, uclass_node) { in device_bind_common()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlist.h60 #define list_for_each_entry_safe(pos, n, head, member) \ macro
H A Dmconf.c457 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dgc.c247 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 Dreplay.c322 list_for_each_entry_safe(r, tmp, &c->replay_list, list) { in destroy_replay_list()
/rk3399_rockchip-uboot/include/dm/
H A Duclass.h422 list_for_each_entry_safe(pos, next, &uc->dev_head, uclass_node)
H A Ddevice.h613 list_for_each_entry_safe(pos, next, &parent->child_head, sibling_node)
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dattach.c724 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 Dwl.c503 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 Dfastmap.c825 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 Dphy-uclass.c97 list_for_each_entry_safe(counts, next, uc_priv, list) in phy_uclass_pre_remove()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdpart.c538 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 Dlist.h483 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Datmel_usba_udc.c162 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 Dusb_hub.c594 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 Dgadget.c700 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 Dstm32f7_i2c.c695 list_for_each_entry_safe(v, _v, &solutions, node) { in stm32_i2c_compute_timing()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_tegra.c1014 list_for_each_entry_safe(port, tmp, &pcie->ports, list) {
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c850 list_for_each_entry_safe(req, n, &dep->request_list, list) { in dwc3_prepare_trbs()