Home
last modified time | relevance | path

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

/drivers/dma/
Diop-adma.c45 slot = list_entry(slot->slot_node.next, in iop_adma_free_slots()
47 slot_node); in iop_adma_free_slots()
274 slot_node); in iop_adma_alloc_slots()
277 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
325 iter = list_entry(iter->slot_node.next, in iop_adma_alloc_slots()
327 slot_node); in iop_adma_alloc_slots()
447 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 …]
/drivers/mmc/host/
Dmeson-mx-sdio.c516 struct device_node *slot_node; in meson_mx_mmc_slot_pdev() local
524 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev()
525 if (!slot_node) { in meson_mx_mmc_slot_pdev()
530 pdev = of_platform_device_create(slot_node, NULL, parent); in meson_mx_mmc_slot_pdev()
531 of_node_put(slot_node); in meson_mx_mmc_slot_pdev()
/drivers/dma/ppc4xx/
Dadma.h151 struct list_head slot_node; member
Dadma.c1453 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 …]