DRM_SYSFS_CREATE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

drm_sysfs_create - create a struct drm_sysfs_class structure  

SYNOPSIS

"SYNOPSIS"

struct drm_sysfs_class * drm_sysfs_create (struct module * owner, char * name);  

ARGUMENTS

owner
pointer to the module that is to ``own'' this struct drm_sysfs_class
name
pointer to a string for the name of this class.
 

DESCRIPTION

This is used to create a struct drm_sysfs_class pointer that can then be used in calls to drm_sysfs_device_add.

Note, the pointer created here is to be destroyed when finished by making a call to drm_sysfs_destroy.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:05 GMT, October 09, 2005