Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpanel.h21 #define panel_get_ops(dev) ((struct panel_ops *)(dev)->driver->ops) macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpanel-uclass.c14 struct panel_ops *ops = panel_get_ops(dev); in panel_enable_backlight()