Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/
Ddrm_sysfs.c342 static struct bin_attribute edid_attr = { variable
419 ret = sysfs_create_bin_file(&connector->kdev.kobj, &edid_attr); in drm_sysfs_connector_add()
464 sysfs_remove_bin_file(&connector->kdev.kobj, &edid_attr); in drm_sysfs_connector_remove()
/linux-3.4.99/drivers/video/
Dudlfb.c1468 static struct bin_attribute edid_attr = { variable
1719 retval = device_create_bin_file(info->dev, &edid_attr); in dlfb_init_framebuffer_work()
1759 device_remove_bin_file(info->dev, &edid_attr); in dlfb_usb_disconnect()