Searched refs:crc_ent (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_debugfs_crc.c | 339 struct dentry *crc_ent, *ent; in drm_debugfs_crtc_crc_add() local 344 crc_ent = debugfs_create_dir("crc", crtc->debugfs_entry); in drm_debugfs_crtc_crc_add() 345 if (!crc_ent) in drm_debugfs_crtc_crc_add() 348 ent = debugfs_create_file("control", S_IRUGO, crc_ent, crtc, in drm_debugfs_crtc_crc_add() 353 ent = debugfs_create_file("data", S_IRUGO, crc_ent, crtc, in drm_debugfs_crtc_crc_add() 361 debugfs_remove_recursive(crc_ent); in drm_debugfs_crtc_crc_add()
|