Home
last modified time | relevance | path

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

/arch/arm/common/
Ddmabounce.c90 struct dmabounce_device_info *device_info = dev->archdata.dmabounce; in dmabounce_show() local
92 device_info->small.allocs, in dmabounce_show()
93 device_info->large.allocs, in dmabounce_show()
94 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
95 device_info->large.allocs, in dmabounce_show()
96 device_info->total_allocs, in dmabounce_show()
97 device_info->map_op_count, in dmabounce_show()
98 device_info->bounce_count); in dmabounce_show()
107 alloc_safe_buffer(struct dmabounce_device_info *device_info, void *ptr, in alloc_safe_buffer() argument
112 struct device *dev = device_info->dev; in alloc_safe_buffer()
[all …]