Home
last modified time | relevance | path

Searched defs:lcd_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dlcd.h43 struct lcd_ops { struct
46 int (*get_power)(struct lcd_device *);
48 int (*set_power)(struct lcd_device *, int power);
50 int (*get_contrast)(struct lcd_device *);
52 int (*set_contrast)(struct lcd_device *, int contrast);
79 const struct lcd_ops *ops; argument