Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlcd.h42 struct lcd_ops { struct
45 int (*get_power)(struct lcd_device *);
47 int (*set_power)(struct lcd_device *, int power);
49 int (*get_contrast)(struct lcd_device *);
51 int (*set_contrast)(struct lcd_device *, int contrast);
78 const struct lcd_ops *ops; argument