Home
last modified time | relevance | path

Searched refs:pt_device (Results 1 – 8 of 8) sorted by relevance

/drivers/dma/amd/ptdma/
A Dptdma.h116 struct pt_device;
165 struct pt_device *pt;
177 struct pt_device *pt;
186 struct pt_device *pt;
191 struct pt_device *pt;
226 struct pt_device { struct
315 int pt_dmaengine_register(struct pt_device *pt);
316 void pt_dmaengine_unregister(struct pt_device *pt);
318 void ptdma_debugfs_setup(struct pt_device *pt);
319 int pt_core_init(struct pt_device *pt);
[all …]
A Dptdma-pci.c36 static struct pt_device *pt_alloc_struct(struct device *dev) in pt_alloc_struct()
38 struct pt_device *pt; in pt_alloc_struct()
51 static int pt_get_msix_irqs(struct pt_device *pt) in pt_get_msix_irqs()
71 static int pt_get_msi_irq(struct pt_device *pt) in pt_get_msi_irq()
86 static int pt_get_irqs(struct pt_device *pt) in pt_get_irqs()
107 static void pt_free_irqs(struct pt_device *pt) in pt_free_irqs()
123 struct pt_device *pt; in pt_pci_probe()
208 struct pt_device *pt = dev_get_drvdata(dev); in pt_pci_remove()
A Dptdma-dmaengine.c28 static void ae4_log_error(struct pt_device *d, int e) in ae4_log_error()
92 struct pt_device *pt = desc->pt; in pt_do_cleanup()
164 struct pt_device *pt; in pt_dma_start_desc()
201 struct pt_device *pt; in pt_handle_active_desc()
268 struct pt_device *pt; in pt_cmd_callback()
388 struct pt_device *pt = chan->pt; in pt_create_desc()
452 struct pt_device *pt; in pt_issue_pending()
489 struct pt_device *pt = chan->pt; in pt_tx_status()
505 struct pt_device *pt = chan->pt; in pt_pause()
521 struct pt_device *pt = chan->pt; in pt_resume()
[all …]
A Dptdma-dev.c52 static void pt_log_error(struct pt_device *d, int e) in pt_log_error()
104 struct pt_device *pt = container_of(cmd_q, struct pt_device, cmd_q); in pt_core_perform_passthru()
144 void pt_check_status_trans(struct pt_device *pt, struct pt_cmd_queue *cmd_q) in pt_check_status_trans()
166 struct pt_device *pt = data; in pt_core_irq_handler()
176 int pt_core_init(struct pt_device *pt) in pt_core_init()
277 void pt_core_destroy(struct pt_device *pt) in pt_core_destroy()
A Dptdma-debugfs.c26 struct pt_device *pt = s->private; in pt_debugfs_info_show()
57 struct pt_device *pt = s->private; in pt_debugfs_stats_show()
67 struct pt_device *pt; in pt_debugfs_queue_show()
101 void ptdma_debugfs_setup(struct pt_device *pt) in ptdma_debugfs_setup()
/drivers/dma/amd/ae4dma/
A Dae4dma-pci.c16 struct pt_device *pt = &ae4->pt; in ae4_get_irqs()
59 struct pt_device *pt = &ae4->pt; in ae4_free_irqs()
78 struct pt_device *pt; in ae4_pci_probe()
A Dae4dma-dev.c53 struct pt_device *pt; in ae4_core_irq_handler()
91 struct pt_device *pt = &ae4->pt; in ae4_core_init()
A Dae4dma.h92 struct pt_device pt;

Completed in 11 milliseconds