Query: drm_connector_init
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRM_CONNECTOR_INIT(9) DRM Internals DRM_CONNECTOR_INIT(9)NAMEdrm_connector_init - Init a preallocated connectorSYNOPSISint drm_connector_init(struct drm_device * dev, struct drm_connector * connector, const struct drm_connector_funcs * funcs, int connector_type);ARGUMENTSdev DRM device connector the connector to init funcs callbacks for this connector connector_type user visible type of the connectorDESCRIPTIONInitialises a preallocated connector. Connectors should be subclassed as part of driver connector objects.RETURNSZero on success, error code on failure.AUTHORSJesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internalsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DRM_CONNECTOR_INIT(9)