other versions
- jessie 3.16.56-1+deb8u1
DRM_CONNECTOR_UNPLUG(9) | DRM Core | DRM_CONNECTOR_UNPLUG(9) |
NAME¶
drm_connector_unplug_all - unregister connector userspace interfacesSYNOPSIS¶
void
drm_connector_unplug_all(struct drm_device * dev);
ARGUMENTS¶
devdrm device
DESCRIPTION¶
This function unregisters all connector userspace interfaces in sysfs. Should be call when the device is disconnected, e.g. from an usb driver's ->disconnect callback.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |