Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbacklight.h17 struct backlight_ops { struct
36 #define backlight_get_ops(dev) ((struct backlight_ops *)(dev)->driver->ops) argument
/openbmc/linux/include/linux/
H A Dbacklight.h120 struct backlight_ops { struct
128 unsigned int options;
146 int (*update_status)(struct backlight_device *);
160 int (*get_brightness)(struct backlight_device *);
174 int (*check_fb)(struct backlight_device *bd, struct fb_info *info);
/openbmc/linux/drivers/video/backlight/
H A Dapple_bl.c36 const struct backlight_ops backlight_ops; member
/openbmc/linux/drivers/platform/x86/
H A Dsamsung-laptop.c565 static const struct backlight_ops backlight_ops = { variable