Home
last modified time | relevance | path

Searched refs:slot_node (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/dma/
A Diop-adma.c45 slot = list_entry(slot->slot_node.next, in iop_adma_free_slots()
47 slot_node); in iop_adma_free_slots()
275 slot_node); in iop_adma_alloc_slots()
278 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
326 iter = list_entry(iter->slot_node.next, in iop_adma_alloc_slots()
328 slot_node); in iop_adma_alloc_slots()
448 INIT_LIST_HEAD(&slot->slot_node); in iop_adma_alloc_chan_resources()
455 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources()
462 slot_node); in iop_adma_alloc_chan_resources()
729 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()
[all …]
/linux/drivers/mmc/host/
A Dmeson-mx-sdio.c509 struct device_node *slot_node; in meson_mx_mmc_slot_pdev() local
517 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev()
518 if (!slot_node) { in meson_mx_mmc_slot_pdev()
523 pdev = of_platform_device_create(slot_node, NULL, parent); in meson_mx_mmc_slot_pdev()
524 of_node_put(slot_node); in meson_mx_mmc_slot_pdev()
/linux/include/linux/platform_data/
A Ddma-iop32x.h84 struct list_head slot_node; member
/linux/tools/testing/selftests/kvm/lib/
A Dkvm_util_internal.h28 struct hlist_node slot_node; member
A Dkvm_util.c420 hash_for_each(vmp->regions.slot_hash, ctr, region, slot_node) { in kvm_vm_restart()
620 hash_del(&region->slot_node); in __vm_mem_region_delete()
648 hash_for_each_safe(vmp->regions.slot_hash, ctr, node, region, slot_node) in kvm_vm_free()
846 hash_for_each_possible(vm->regions.slot_hash, region, slot_node, in vm_userspace_mem_region_add()
953 hash_add(vm->regions.slot_hash, &region->slot_node, slot); in vm_userspace_mem_region_add()
989 hash_for_each_possible(vm->regions.slot_hash, region, slot_node, in memslot2region()
2114 hash_for_each(vm->regions.slot_hash, ctr, region, slot_node) { in vm_dump()
/linux/drivers/dma/ppc4xx/
A Dadma.h151 struct list_head slot_node; member
A Dadma.c1451 slot = list_entry(slot->slot_node.next, in ppc440spe_adma_free_slots()
1453 slot_node); in ppc440spe_adma_free_slots()
1705 slot_node); in ppc440spe_adma_alloc_slots()
1707 slot_node) { in ppc440spe_adma_alloc_slots()
1740 iter = list_entry(iter->slot_node.next, in ppc440spe_adma_alloc_slots()
1742 slot_node); in ppc440spe_adma_alloc_slots()
1797 INIT_LIST_HEAD(&slot->slot_node); in ppc440spe_adma_alloc_chan_resources()
1804 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources()
1812 slot_node); in ppc440spe_adma_alloc_chan_resources()
3549 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources()
[all …]

Completed in 27 milliseconds