Go to the documentation of this file.
11 #include <linux/device.h>
105 static inline void lcd_set_power(
struct lcd_device *
ld,
int power)
108 if (ld->
ops && ld->
ops->set_power)
109 ld->
ops->set_power(ld, power);
117 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev)
119 static inline void * lcd_get_data(
struct lcd_device *ld_dev)