|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/mutex.h>#include <linux/notifier.h>#include <linux/fb.h>Go to the source code of this file.
Data Structures | |
| struct | lcd_properties |
| struct | lcd_ops |
| struct | lcd_device |
| struct | lcd_platform_data |
Macros | |
| #define | to_lcd_device(obj) container_of(obj, struct lcd_device, dev) |
Functions | |
| struct lcd_device * | lcd_device_register (const char *name, struct device *parent, void *devdata, struct lcd_ops *ops) |
| void | lcd_device_unregister (struct lcd_device *ld) |
| #define to_lcd_device | ( | obj | ) | container_of(obj, struct lcd_device, dev) |
| void lcd_device_unregister | ( | struct lcd_device * | ld | ) |
lcd_device_unregister - unregisters a object of lcd_device class. : the lcd device object to be unregistered and freed.
Unregisters a previously registered via lcd_device_register object.
1.8.2