Lines Matching refs:direction

72 	int              direction;  member
317 entry->direction == ref->direction ? ++match_lvl : 0; in __hash_bucket_find()
421 dir2name[entry->direction], in debug_dma_dump_mappings()
520 if (entry->direction == DMA_TO_DEVICE) in active_cacheline_insert()
538 if (entry->direction == DMA_TO_DEVICE) in active_cacheline_remove()
787 dir2name[entry->direction], in dump_show()
855 dir2name[entry->direction], type2name[entry->type]); in dma_debug_device_change()
1011 if (ref->direction != entry->direction) { in check_unmap()
1017 dir2name[entry->direction], in check_unmap()
1018 dir2name[ref->direction]); in check_unmap()
1106 if (entry->direction == DMA_BIDIRECTIONAL) in check_sync()
1109 if (ref->direction != entry->direction) { in check_sync()
1115 dir2name[entry->direction], in check_sync()
1116 dir2name[ref->direction]); in check_sync()
1119 if (to_cpu && !(entry->direction == DMA_FROM_DEVICE) && in check_sync()
1120 !(ref->direction == DMA_TO_DEVICE)) in check_sync()
1126 dir2name[entry->direction], in check_sync()
1127 dir2name[ref->direction]); in check_sync()
1129 if (!to_cpu && !(entry->direction == DMA_TO_DEVICE) && in check_sync()
1130 !(ref->direction == DMA_FROM_DEVICE)) in check_sync()
1136 dir2name[entry->direction], in check_sync()
1137 dir2name[ref->direction]); in check_sync()
1194 size_t size, int direction, dma_addr_t dma_addr, in debug_dma_map_page() argument
1215 entry->direction = direction; in debug_dma_map_page()
1268 size_t size, int direction) in debug_dma_unmap_page() argument
1275 .direction = direction, in debug_dma_unmap_page()
1284 int nents, int mapped_ents, int direction, in debug_dma_map_sg() argument
1311 entry->direction = direction; in debug_dma_map_sg()
1358 .direction = dir, in debug_dma_unmap_sg()
1397 entry->direction = DMA_BIDIRECTIONAL; in debug_dma_alloc_coherent()
1416 .direction = DMA_BIDIRECTIONAL, in debug_dma_free_coherent()
1435 int direction, dma_addr_t dma_addr, in debug_dma_map_resource() argument
1453 entry->direction = direction; in debug_dma_map_resource()
1460 size_t size, int direction) in debug_dma_unmap_resource() argument
1467 .direction = direction, in debug_dma_unmap_resource()
1477 size_t size, int direction) in debug_dma_sync_single_for_cpu() argument
1488 ref.direction = direction; in debug_dma_sync_single_for_cpu()
1496 int direction) in debug_dma_sync_single_for_device() argument
1507 ref.direction = direction; in debug_dma_sync_single_for_device()
1514 int nelems, int direction) in debug_dma_sync_sg_for_cpu() argument
1531 .direction = direction, in debug_dma_sync_sg_for_cpu()
1546 int nelems, int direction) in debug_dma_sync_sg_for_device() argument
1563 .direction = direction, in debug_dma_sync_sg_for_device()