Home
last modified time | relevance | path

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

/drivers/staging/android/ion/
Dion_priv.h185 int (*debug_show)(struct ion_heap *heap, struct seq_file *, void *); member
Dion_system_heap.c289 heap->heap.debug_show = ion_system_heap_debug_show; in ion_system_heap_create()
Dion.c1472 if (heap->debug_show) in ion_debug_heap_show()
1473 heap->debug_show(heap, s, unused); in ion_debug_heap_show()
/drivers/media/v4l2-core/
Dv4l2-dev.c50 static ssize_t debug_show(struct device *cd, in debug_show() function