Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c16 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_set_backlight()
26 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_attach()
37 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_check_attached()
51 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_read_edid()
60 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_get_timing()
/OK3568_Linux_fs/u-boot/include/
H A Dvideo_bridge.h76 #define video_bridge_get_ops(dev) \ macro