Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | omap_fbdev |
Macros | |
#define | to_omap_fbdev(x) container_of(x, struct omap_fbdev, base) |
Functions | |
MODULE_PARM_DESC (ywrap,"Enable ywrap scrolling (omap44xx and later, default 'y')") | |
module_param_named (ywrap, ywrap_enabled, bool, 0644) | |
struct drm_fb_helper * | omap_fbdev_init (struct drm_device *dev) |
void | omap_fbdev_free (struct drm_device *dev) |
#define to_omap_fbdev | ( | x | ) | container_of(x, struct omap_fbdev, base) |
Definition at line 33 of file omap_fbdev.c.
module_param_named | ( | ywrap | , |
ywrap_enabled | , | ||
bool | , | ||
0644 | |||
) |
void omap_fbdev_free | ( | struct drm_device * | dev | ) |
Definition at line 381 of file omap_fbdev.c.
|
read |
Definition at line 343 of file omap_fbdev.c.