Lines Matching full:show
42 * @show: the &drm_info_list's show callback
49 * their @show callback.
51 #define DRM_DEBUGFS_GPUVA_INFO(show, data) {"gpuvas", show, DRIVER_GEM_GPUVA, data} argument
63 * @show:
65 * Show callback. &seq_file->private will be set to the &struct
69 int (*show)(struct seq_file*, void*); member
109 * @show:
111 * Show callback. &seq_file->private will be set to the &struct
115 int (*show)(struct seq_file*, void*); member
149 int (*show)(struct seq_file*, void*), void *data);
170 int (*show)(struct seq_file*, void*), in drm_debugfs_add_file()