Searched refs:edid_show (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_sysfs.c | 234 static ssize_t edid_show(struct file *filp, struct kobject *kobj, in edid_show() function 302 .read = edid_show,
|
H A D | drm_debugfs.c | 329 static int edid_show(struct seq_file *m, void *data) in edid_show() function 344 return single_open(file, edid_show, dev); in edid_open()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_sysfs.c | 264 static ssize_t edid_show(struct file *filp, struct kobject *kobj, in edid_show() function 343 .read = edid_show,
|
H A D | drm_debugfs.c | 455 static int edid_show(struct seq_file *m, void *data) in edid_show() function 464 return single_open(file, edid_show, dev); in edid_open()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | udlfb.c | 1459 static ssize_t edid_show( in edid_show() function 1527 .read = edid_show,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | udlfb.c | 1460 static ssize_t edid_show( in edid_show() function 1528 .read = edid_show,
|
Completed in 9 milliseconds