| /linux-6.15/drivers/gpu/drm/loongson/ |
| H A D | lsdc_debugfs.c | 19 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data; in lsdc_identify() 47 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data; in lsdc_show_gfxpll_clock() 59 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data; in lsdc_show_benchmark() 70 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data; in lsdc_pdev_enable_io_mem()
|
| H A D | lsdc_crtc.c | 533 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_crtc_show_regs() 551 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_crtc_show_scan_position() 563 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_crtc_show_vblank_counter() 575 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_pixpll_show_clock()
|
| H A D | lsdc_output_7a2000.c | 119 preg = (const struct lsdc_reg32 *)node->info_ent->data; in ls7a2000_hdmi_encoder_regs_show()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gsc_debugfs.c | 31 return node->info_ent->data; in node_to_gsc()
|
| H A D | xe_huc_debugfs.c | 31 return node->info_ent->data; in node_to_huc()
|
| H A D | xe_pxp_debugfs.c | 21 return node->info_ent->data; in node_to_pxp()
|
| H A D | xe_guc_debugfs.c | 22 return node->info_ent->data; in node_to_guc()
|
| H A D | xe_gt_debugfs.c | 81 int (*print)(struct xe_gt *, struct drm_printer *) = node->info_ent->data; in xe_gt_debugfs_simple_show()
|
| /linux-6.15/include/drm/ |
| H A D | drm_debugfs.h | 92 const struct drm_info_list *info_ent; member
|
| /linux-6.15/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_debugfs.c | 77 node->info_ent->data; in show()
|
| /linux-6.15/drivers/gpu/drm/sti/ |
| H A D | sti_vid.c | 96 struct sti_vid *vid = (struct sti_vid *)node->info_ent->data; in vid_dbg_show()
|
| H A D | sti_mixer.c | 151 struct sti_mixer *mixer = (struct sti_mixer *)node->info_ent->data; in mixer_dbg_show()
|
| H A D | sti_gdp.c | 218 struct sti_gdp *gdp = (struct sti_gdp *)node->info_ent->data; in gdp_dbg_show() 285 struct sti_gdp *gdp = (struct sti_gdp *)node->info_ent->data; in gdp_node_dbg_show()
|
| H A D | sti_cursor.c | 110 struct sti_cursor *cursor = (struct sti_cursor *)node->info_ent->data; in cursor_dbg_show()
|
| H A D | sti_dvo.c | 183 struct sti_dvo *dvo = (struct sti_dvo *)node->info_ent->data; in dvo_dbg_show()
|
| H A D | sti_hda.c | 349 struct sti_hda *hda = (struct sti_hda *)node->info_ent->data; in hda_dbg_show()
|
| H A D | sti_tvout.c | 500 struct sti_tvout *tvout = (struct sti_tvout *)node->info_ent->data; in tvout_dbg_show()
|
| H A D | sti_hqvdp.c | 568 struct sti_hqvdp *hqvdp = (struct sti_hqvdp *)node->info_ent->data; in hqvdp_dbg_show()
|
| H A D | sti_hdmi.c | 673 struct sti_hdmi *hdmi = (struct sti_hdmi *)node->info_ent->data; in hdmi_dbg_show()
|
| /linux-6.15/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 217 node->info_ent->data; in show_unlocked() 229 node->info_ent->data; in show_each_gpu()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_debugfs.c | 161 return single_open(file, node->info_ent->show, node); in drm_debugfs_open() 265 tmp->info_ent = &files[i]; in drm_debugfs_create_files()
|
| /linux-6.15/drivers/accel/habanalabs/common/ |
| H A D | debugfs.c | 1534 return single_open(file, node->info_ent->show, node); in hl_debugfs_open() 1542 if (node->info_ent->write) in hl_debugfs_write() 1543 return node->info_ent->write(file, buf, count, f_pos); in hl_debugfs_write() 1731 entry->info_ent = &hl_debugfs_list[i]; in add_files_to_device()
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 1641 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_regs() 1667 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_crc() 1698 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_stats()
|
| H A D | dsi.c | 202 struct tegra_dsi *dsi = node->info_ent->data; in tegra_dsi_show_regs()
|
| H A D | sor.c | 1493 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_crc() 1655 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_regs()
|