Home
last modified time | relevance | path

Searched refs:debug_show (Results 1 – 3 of 3) 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.c304 heap->heap.debug_show = ion_system_heap_debug_show; in ion_system_heap_create()
Dion.c1504 if (heap->debug_show) in ion_debug_heap_show()
1505 heap->debug_show(heap, s, unused); in ion_debug_heap_show()