| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_device.c | 126 if (gpu->funcs->debugfs_init) { in adreno_load_gpu() 127 gpu->funcs->debugfs_init(gpu, dev->primary); in adreno_load_gpu() 128 gpu->funcs->debugfs_init(gpu, dev->render); in adreno_load_gpu()
|
| H A D | a5xx_gpu.c | 1799 .debugfs_init = a5xx_debugfs_init,
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | panel.c | 204 if (panel->funcs->debugfs_init) in panel_bridge_debugfs_init() 205 panel->funcs->debugfs_init(panel, root); in panel_bridge_debugfs_init() 220 .debugfs_init = panel_bridge_debugfs_init,
|
| /linux/drivers/soundwire/ |
| H A D | intel.h | 147 if (SDW_INTEL_CHECK_OPS(sdw, debugfs_init)) in sdw_intel_debugfs_init() 148 SDW_INTEL_OPS(sdw, debugfs_init)(sdw); in sdw_intel_debugfs_init()
|
| H A D | intel.c | 1089 .debugfs_init = intel_debugfs_init,
|
| H A D | intel_ace2x.c | 1111 .debugfs_init = intel_ace2x_debugfs_init,
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_drm.c | 119 .debugfs_init = msm_dp_bridge_debugfs_init, 295 .debugfs_init = msm_edp_bridge_debugfs_init,
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | hw_ops.h | 154 if (wl->ops->debugfs_init) in wlcore_debugfs_init() 155 return wl->ops->debugfs_init(wl, rootdir); in wlcore_debugfs_init()
|
| H A D | wlcore.h | 79 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir); member
|
| /linux/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_drv.c | 484 if (mod->funcs->debugfs_init) in tilcdc_debugfs_init() 485 mod->funcs->debugfs_init(mod, minor); in tilcdc_debugfs_init() 496 .debugfs_init = tilcdc_debugfs_init,
|
| H A D | tilcdc_drv.h | 102 int (*debugfs_init)(struct tilcdc_module *mod, struct drm_minor *minor); member
|
| /linux/include/drm/ |
| H A D | drm_encoder.h | 90 void (*debugfs_init)(struct drm_encoder *encoder, struct dentry *root); member
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_debugfs.c | 224 if (priv->kms->funcs->debugfs_init) in msm_debugfs_kms_init() 225 priv->kms->funcs->debugfs_init(priv->kms, minor); in msm_debugfs_kms_init()
|
| H A D | msm_gpu.h | 73 void (*debugfs_init)(struct msm_gpu *gpu, struct drm_minor *minor); member
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-debugfs.c | 652 if (map->cache_ops && map->cache_ops->debugfs_init) in regmap_debugfs_init() 653 map->cache_ops->debugfs_init(map); in regmap_debugfs_init()
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 900 static int __init debugfs_init(void) in debugfs_init() function 929 core_initcall(debugfs_init);
|
| /linux/include/linux/soundwire/ |
| H A D | sdw_intel.h | 416 void (*debugfs_init)(struct sdw_intel *sdw); member
|
| /linux/drivers/net/caif/ |
| H A D | caif_virtio.c | 624 static inline void debugfs_init(struct cfv_info *cfv) in debugfs_init() function 740 debugfs_init(cfv); in cfv_probe()
|
| /linux/drivers/gpu/drm/pl111/ |
| H A D | pl111_drv.c | 231 .debugfs_init = pl111_debugfs_init,
|
| /linux/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_drv.c | 83 .debugfs_init = drm_vram_mm_debugfs_init,
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 1341 .debugfs_init = nouveau_drm_debugfs_init,
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 889 .debugfs_init = tegra_debugfs_init,
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_hdmi_v2.c | 1334 .debugfs_init = mtk_hdmi_v2_debugfs_init,
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-edp.c | 688 .debugfs_init = panel_edp_debugfs_init,
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_kms.c | 1090 .debugfs_init = dpu_kms_debugfs_init,
|