Home
last modified time | relevance | path

Searched refs:panel_ops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dpanel.h11 struct panel_ops { struct
21 #define panel_get_ops(dev) ((struct panel_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpanel-uclass.c14 struct panel_ops *ops = panel_get_ops(dev); in panel_enable_backlight()
H A Dsimple_panel.c86 static const struct panel_ops simple_panel_ops = {