Searched refs:slot_node (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | iop-adma.c | 54 slot = list_entry(slot->slot_node.next, in iop_adma_free_slots() 56 slot_node); in iop_adma_free_slots() 283 slot_node); in iop_adma_alloc_slots() 286 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots() 334 iter = list_entry(iter->slot_node.next, in iop_adma_alloc_slots() 336 slot_node); in iop_adma_alloc_slots() 458 INIT_LIST_HEAD(&slot->slot_node); in iop_adma_alloc_chan_resources() 466 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources() 473 slot_node); in iop_adma_alloc_chan_resources() 740 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources() [all …]
|
/Linux-v4.19/drivers/mmc/host/ |
D | meson-mx-sdio.c | 519 struct device_node *slot_node; in meson_mx_mmc_slot_pdev() local 527 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev() 528 if (!slot_node) { in meson_mx_mmc_slot_pdev() 533 pdev = of_platform_device_create(slot_node, NULL, parent); in meson_mx_mmc_slot_pdev() 534 of_node_put(slot_node); in meson_mx_mmc_slot_pdev()
|
/Linux-v4.19/arch/arm/include/asm/hardware/ |
D | iop_adma.h | 93 struct list_head slot_node; member
|
/Linux-v4.19/drivers/dma/ppc4xx/ |
D | adma.h | 151 struct list_head slot_node; member
|
D | adma.c | 1465 slot = list_entry(slot->slot_node.next, in ppc440spe_adma_free_slots() 1467 slot_node); in ppc440spe_adma_free_slots() 1719 slot_node); in ppc440spe_adma_alloc_slots() 1721 slot_node) { in ppc440spe_adma_alloc_slots() 1754 iter = list_entry(iter->slot_node.next, in ppc440spe_adma_alloc_slots() 1756 slot_node); in ppc440spe_adma_alloc_slots() 1811 INIT_LIST_HEAD(&slot->slot_node); in ppc440spe_adma_alloc_chan_resources() 1818 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources() 1826 slot_node); in ppc440spe_adma_alloc_chan_resources() 3563 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources() [all …]
|