Searched defs:lcd_ops (Results 1 – 1 of 1) sorted by relevance
42 struct lcd_ops { struct45 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