Home
last modified time | relevance | path

Searched refs:backlight_get_ops (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbacklight-uclass.c14 const struct backlight_ops *ops = backlight_get_ops(dev); in backlight_enable()
24 const struct backlight_ops *ops = backlight_get_ops(dev); in backlight_disable()
/OK3568_Linux_fs/u-boot/include/
H A Dbacklight.h29 #define backlight_get_ops(dev) ((struct backlight_ops *)(dev)->driver->ops) macro