Lines Matching refs:sba_device

88 	container_of(dchan, struct sba_device, dma_chan)
105 struct sba_device *sba;
123 struct sba_device { struct
195 static struct sba_request *sba_alloc_request(struct sba_device *sba) in sba_alloc_request()
234 static void _sba_pending_request(struct sba_device *sba, in _sba_pending_request()
246 static bool _sba_active_request(struct sba_device *sba, in _sba_active_request()
263 static void _sba_abort_request(struct sba_device *sba, in _sba_abort_request()
275 static void _sba_free_request(struct sba_device *sba, in _sba_free_request()
290 struct sba_device *sba = req->sba; in sba_free_chained_requests()
305 struct sba_device *sba = req->sba; in sba_chain_request()
316 static void sba_cleanup_nonpending_requests(struct sba_device *sba) in sba_cleanup_nonpending_requests()
339 static void sba_cleanup_pending_requests(struct sba_device *sba) in sba_cleanup_pending_requests()
353 static int sba_send_mbox_request(struct sba_device *sba, in sba_send_mbox_request()
379 static void _sba_process_pending_requests(struct sba_device *sba) in _sba_process_pending_requests()
407 static void sba_process_received_request(struct sba_device *sba, in sba_process_received_request()
448 static void sba_write_stats_in_seqfile(struct sba_device *sba, in sba_write_stats_in_seqfile()
507 struct sba_device *sba = to_sba_device(dchan); in sba_issue_pending()
519 struct sba_device *sba; in sba_tx_submit()
544 struct sba_device *sba = to_sba_device(dchan); in sba_tx_status()
618 struct sba_device *sba = to_sba_device(dchan); in sba_prep_dma_interrupt()
703 sba_prep_dma_memcpy_req(struct sba_device *sba, in sba_prep_dma_memcpy_req()
733 struct sba_device *sba = to_sba_device(dchan); in sba_prep_dma_memcpy()
842 sba_prep_dma_xor_req(struct sba_device *sba, in sba_prep_dma_xor_req()
872 struct sba_device *sba = to_sba_device(dchan); in sba_prep_dma_xor()
1053 sba_prep_dma_pq_req(struct sba_device *sba, dma_addr_t off, in sba_prep_dma_pq_req()
1307 sba_prep_dma_pq_single_req(struct sba_device *sba, dma_addr_t off, in sba_prep_dma_pq_single_req()
1342 struct sba_device *sba = to_sba_device(dchan); in sba_prep_dma_pq()
1438 struct sba_device *sba = req->sba; in sba_receive_message()
1453 struct sba_device *sba = dev_get_drvdata(file->private); in sba_debugfs_stats_show()
1463 static int sba_prealloc_channel_resources(struct sba_device *sba) in sba_prealloc_channel_resources()
1532 static void sba_freeup_channel_resources(struct sba_device *sba) in sba_freeup_channel_resources()
1543 static int sba_async_register(struct sba_device *sba) in sba_async_register()
1616 struct sba_device *sba; in sba_probe()
1739 struct sba_device *sba = platform_get_drvdata(pdev); in sba_remove()