Searched refs:info_ent (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_debugfs.c19 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data;
47 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data;
59 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data;
70 struct lsdc_device *ldev = (struct lsdc_device *)node->info_ent->data;
H A Dlsdc_crtc.c532 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
550 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
562 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
574 struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
H A Dlsdc_output_7a2000.c120 preg = (const struct lsdc_reg32 *)node->info_ent->data;
/linux-master/include/drm/
H A Ddrm_debugfs.h91 /** @info_ent: template for this node. */
92 const struct drm_info_list *info_ent; member in struct:drm_info_node
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_debugfs.c20 return node->info_ent->data;
H A Dxe_huc_debugfs.c30 return node->info_ent->data;
H A Dxe_gt_debugfs.c28 return node->info_ent->data;
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_debugfs.c77 node->info_ent->data;
/linux-master/drivers/gpu/drm/sti/
H A Dsti_vid.c96 struct sti_vid *vid = (struct sti_vid *)node->info_ent->data;
H A Dsti_mixer.c151 struct sti_mixer *mixer = (struct sti_mixer *)node->info_ent->data;
H A Dsti_cursor.c110 struct sti_cursor *cursor = (struct sti_cursor *)node->info_ent->data;
H A Dsti_gdp.c218 struct sti_gdp *gdp = (struct sti_gdp *)node->info_ent->data;
285 struct sti_gdp *gdp = (struct sti_gdp *)node->info_ent->data;
H A Dsti_hda.c349 struct sti_hda *hda = (struct sti_hda *)node->info_ent->data;
H A Dsti_dvo.c182 struct sti_dvo *dvo = (struct sti_dvo *)node->info_ent->data;
H A Dsti_tvout.c500 struct sti_tvout *tvout = (struct sti_tvout *)node->info_ent->data;
H A Dsti_hqvdp.c568 struct sti_hqvdp *hqvdp = (struct sti_hqvdp *)node->info_ent->data;
H A Dsti_hdmi.c673 struct sti_hdmi *hdmi = (struct sti_hdmi *)node->info_ent->data;
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c156 return single_open(file, node->info_ent->show, node);
260 tmp->info_ent = &files[i];
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c217 node->info_ent->data;
229 node->info_ent->data;
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c1539 return single_open(file, node->info_ent->show, node);
1547 if (node->info_ent->write)
1548 return node->info_ent->write(file, buf, count, f_pos);
1731 entry->info_ent = &hl_debugfs_list[i];
H A Dhabanalabs.h2347 * @info_ent: dentry related ops.
2351 const struct hl_info_list *info_ent; member in struct:hl_debugfs_entry
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c1640 struct tegra_dc *dc = node->info_ent->data;
1666 struct tegra_dc *dc = node->info_ent->data;
1697 struct tegra_dc *dc = node->info_ent->data;
H A Ddsi.c202 struct tegra_dsi *dsi = node->info_ent->data;
H A Dhdmi.c1064 struct tegra_hdmi *hdmi = node->info_ent->data;
H A Dsor.c1493 struct tegra_sor *sor = node->info_ent->data;
1655 struct tegra_sor *sor = node->info_ent->data;

Completed in 473 milliseconds