Searched refs:device_info (Results 1 – 1 of 1) sorted by relevance
90 struct dmabounce_device_info *device_info = dev->archdata.dmabounce; in dmabounce_show() local92 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() argument112 struct device *dev = device_info->dev; in alloc_safe_buffer()[all …]