.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "DRM_GET_DEV" "9" "09 October 2005" "" "" .SH NAME drm_get_dev \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int drm_get_dev (struct pci_dev * \fIpdev\fB, const struct pci_device_id * \fIent\fB, struct drm_driver * \fIdriver\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpdev\fB\fR -- undescribed -- .TP \fB\fIent\fB\fR -- undescribed -- .TP \fB\fIdriver\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP \\param pdev - PCI device structure \\param ent entry from the PCI ID table with device type flags \\return zero on success or a negative number on failure. .PP Attempt to gets inter module ``drm'' information. If we are first then register the character device and inter module information. Try and register, if we fail to register, backout previous work.