|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <drm/drmP.h>#include <drm/r128_drm.h>#include "r128_drv.h"#include <drm/drm_pciids.h>Go to the source code of this file.
Functions | |
| int | r128_driver_load (struct drm_device *dev, unsigned long flags) |
| module_init (r128_init) | |
| module_exit (r128_exit) | |
| MODULE_AUTHOR (DRIVER_AUTHOR) | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL and additional rights") | |
| MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| module_exit | ( | r128_exit | ) |
| module_init | ( | r128_init | ) |
| MODULE_LICENSE | ( | "GPL and additional rights" | ) |
| int r128_driver_load | ( | struct drm_device * | dev, |
| unsigned long | flags | ||
| ) |
Definition at line 84 of file r128_drv.c.
1.8.2