.\" 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_SYSFS_CREATE" "9" "09 October 2005" "" "" .SH NAME drm_sysfs_create \- create a struct drm_sysfs_class structure .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct drm_sysfs_class * drm_sysfs_create (struct module * \fIowner\fB, char * \fIname\fB); \fR .SH "ARGUMENTS" .TP \fB\fIowner\fB\fR pointer to the module that is to ``own'' this struct drm_sysfs_class .TP \fB\fIname\fB\fR pointer to a string for the name of this class. .SH "DESCRIPTION" .PP This is used to create a struct drm_sysfs_class pointer that can then be used in calls to \fBdrm_sysfs_device_add\fR\&. .PP Note, the pointer created here is to be destroyed when finished by making a call to \fBdrm_sysfs_destroy\fR\&.