Home
last modified time | relevance | path

Searched refs:edid_attr (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/
Ddrm_sysfs.c251 static struct bin_attribute edid_attr = { variable
259 &edid_attr,
/drivers/video/fbdev/
Dudlfb.c1523 static const struct bin_attribute edid_attr = { variable
1764 retval = device_create_bin_file(info->dev, &edid_attr); in dlfb_usb_probe()
1767 edid_attr.attr.name, retval); in dlfb_usb_probe()
1809 device_remove_bin_file(info->dev, &edid_attr); in dlfb_usb_disconnect()