Home
last modified time | relevance | path

Searched refs:pd_chan (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/dma/
H A Dpch_dma.c364 pdc_dostart(pd_chan, pdc_first_queued(pd_chan)); in pdc_complete_all()
367 list_splice_init(&pd_chan->queue, &pd_chan->active_list); in pdc_complete_all()
380 list_splice_init(&pd_chan->queue, pd_chan->active_list.prev); in pdc_handle_error()
383 pdc_dostart(pd_chan, pdc_first_active(pd_chan)); in pdc_handle_error()
396 pdc_complete_all(pd_chan); in pdc_advance_work()
398 pdc_chain_complete(pd_chan, pdc_first_active(pd_chan)); in pdc_advance_work()
399 pdc_dostart(pd_chan, pdc_first_active(pd_chan)); in pdc_advance_work()
408 spin_lock(&pd_chan->lock); in pd_tx_submit()
445 spin_lock(&pd_chan->lock); in pdc_desc_get()
587 pd_chan->dir = direction; in pd_prep_slave_sg()
[all …]
H A Dfsl-edma-main.c558 struct device *pd_chan; in fsl_edma3_attach_pd() local
570 pd_chan = dev_pm_domain_attach_by_id(dev, i); in fsl_edma3_attach_pd()
571 if (IS_ERR_OR_NULL(pd_chan)) { in fsl_edma3_attach_pd()
576 fsl_chan->pd_dev_link = device_link_add(dev, pd_chan, DL_FLAG_STATELESS | in fsl_edma3_attach_pd()
581 dev_pm_domain_detach(pd_chan, false); in fsl_edma3_attach_pd()
585 fsl_chan->pd_dev = pd_chan; in fsl_edma3_attach_pd()