|
Linux Kernel
3.7.1
|
#include <linux/fb.h>#include <linux/sysfs.h>#include <linux/device.h>#include <linux/uaccess.h>#include <linux/platform_device.h>#include <linux/kernel.h>#include <linux/mm.h>#include <linux/omapfb.h>#include <video/omapdss.h>#include <plat/vrfb.h>#include "omapfb.h"Go to the source code of this file.
Functions | |
| int | omapfb_create_sysfs (struct omapfb2_device *fbdev) |
| void | omapfb_remove_sysfs (struct omapfb2_device *fbdev) |
| int omapfb_create_sysfs | ( | struct omapfb2_device * | fbdev | ) |
Definition at line 567 of file omapfb-sysfs.c.
| void omapfb_remove_sysfs | ( | struct omapfb2_device * | fbdev | ) |
Definition at line 590 of file omapfb-sysfs.c.
1.8.2