/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | dma-iop32x.h | 68 * @slot_node: node on the iop_adma_chan.all_slots list 84 struct list_head slot_node; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | dma-iop32x.h | 68 * @slot_node: node on the iop_adma_chan.all_slots list 84 struct list_head slot_node; member
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | iop-adma.c | 45 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...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | meson-mx-sdio.c | 510 struct device_node *slot_node; in meson_mx_mmc_slot_pdev() local 518 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev() 519 if (!slot_node) { in meson_mx_mmc_slot_pdev() 524 pdev = of_platform_device_create(slot_node, NULL, parent); in meson_mx_mmc_slot_pdev() 525 of_node_put(slot_node); in meson_mx_mmc_slot_pdev()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | meson-mx-sdio.c | 509 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()
|
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
H A D | adma.h | 127 * @slot_node: node on the iop_adma_chan.all_slots list 151 struct list_head slot_node; member
|
H A D | adma.c | 1453 slot = list_entry(slot->slot_node.next, in ppc440spe_adma_free_slots() 1455 slot_node); in ppc440spe_adma_free_slots() 1707 slot_node); in ppc440spe_adma_alloc_slots() 1709 slot_node) { in ppc440spe_adma_alloc_slots() 1742 iter = list_entry(iter->slot_node.next, in ppc440spe_adma_alloc_slots() 1744 slot_node); in ppc440spe_adma_alloc_slots() 1799 INIT_LIST_HEAD(&slot->slot_node); in ppc440spe_adma_alloc_chan_resources() 1806 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources() 1814 slot_node); in ppc440spe_adma_alloc_chan_resources() 3551 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/ |
H A D | adma.h | 124 * @slot_node: node on the iop_adma_chan.all_slots list 148 struct list_head slot_node; member
|
H A D | adma.c | 1451 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() 3548 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 455 hash_for_each(vmp->regions.slot_hash, ctr, region, slot_node) { in kvm_vm_restart() 685 hash_del(®ion->slot_node); in __vm_mem_region_delete() 723 hash_for_each_safe(vmp->regions.slot_hash, ctr, node, region, slot_node) in kvm_vm_free() 965 hash_for_each_possible(vm->regions.slot_hash, region, slot_node, in vm_userspace_mem_region_add() 1057 hash_add(vm->regions.slot_hash, ®ion->slot_node, slot); in vm_userspace_mem_region_add() 1093 hash_for_each_possible(vm->regions.slot_hash, region, slot_node, in memslot2region() 1820 hash_for_each(vm->regions.slot_hash, ctr, region, slot_node) { in vm_dump()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 59 struct hlist_node slot_node; member
|