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

/linux-master/include/linux/platform_data/
H A Ddma-iop32x.h68 * @slot_node: node on the iop_adma_chan.all_slots list
84 struct list_head slot_node; member in struct:iop_adma_desc_slot
/linux-master/drivers/dma/ppc4xx/
H A Dadma.h124 * @slot_node: node on the iop_adma_chan.all_slots list
148 struct list_head slot_node; member in struct:ppc440spe_adma_desc_slot
H A Dadma.c1451 slot = list_entry(slot->slot_node.next,
1453 slot_node);
1705 slot_node);
1707 slot_node) {
1740 iter = list_entry(iter->slot_node.next,
1742 slot_node);
1797 INIT_LIST_HEAD(&slot->slot_node);
1804 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots);
1812 slot_node);
3548 &ppc440spe_chan->all_slots, slot_node) {
[all...]
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dsev.c53 hash_for_each(vm->regions.slot_hash, ctr, region, slot_node)
/linux-master/drivers/mmc/host/
H A Dmeson-mx-sdio.c509 struct device_node *slot_node; local
517 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot");
518 if (!slot_node) {
523 pdev = of_platform_device_create(slot_node, NULL, parent);
524 of_node_put(slot_node);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c512 hash_for_each(vmp->regions.slot_hash, ctr, region, slot_node) {
714 hash_del(&region->slot_node);
755 hash_for_each_safe(vmp->regions.slot_hash, ctr, node, region, slot_node)
1005 hash_for_each_possible(vm->regions.slot_hash, region, slot_node,
1124 hash_add(vm->regions.slot_hash, &region->slot_node, slot);
1168 hash_for_each_possible(vm->regions.slot_hash, region, slot_node,
1941 hash_for_each(vm->regions.slot_hash, ctr, region, slot_node) {
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h62 struct hlist_node slot_node; member in struct:userspace_mem_region

Completed in 215 milliseconds