/openbmc/linux/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 | 532 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_crtc_show_regs() 550 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_crtc_show_scan_position() 562 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_crtc_show_vblank_counter() 574 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data; in lsdc_pixpll_show_clock()
|
H A D | lsdc_output_7a2000.c | 120 preg = (const struct lsdc_reg32 *)node->info_ent->data; in ls7a2000_hdmi_encoder_regs_show()
|
/openbmc/linux/include/drm/ |
H A D | drm_debugfs.h | 92 const struct drm_info_list *info_ent; member
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_debugfs.c | 155 return single_open(file, node->info_ent->show, node); in drm_debugfs_open() 255 tmp->info_ent = &files[i]; in drm_debugfs_create_files() 327 if (tmp->info_ent == &files[i]) { in drm_debugfs_remove_files()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_debugfs.c | 77 node->info_ent->data; in show()
|
/openbmc/linux/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 | 182 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()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 206 node->info_ent->data; in show_unlocked() 218 node->info_ent->data; in show_each_gpu()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | debugfs.c | 1541 return single_open(file, node->info_ent->show, node); in hl_debugfs_open() 1549 if (node->info_ent->write) in hl_debugfs_write() 1550 return node->info_ent->write(file, buf, count, f_pos); in hl_debugfs_write() 1733 entry->info_ent = &hl_debugfs_list[i]; in add_files_to_device()
|
H A D | habanalabs.h | 2307 const struct hl_info_list *info_ent; member
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dc.c | 1640 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_regs() 1666 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_crc() 1697 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 | 1491 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_crc() 1653 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_regs()
|
H A D | hdmi.c | 1062 struct tegra_hdmi *hdmi = node->info_ent->data; in tegra_hdmi_show_regs()
|