Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dmaxim-max96745.c27 struct max96745_bridge { struct
42 #define to_max96745_bridge(x) container_of(x, struct max96745_bridge, x) argument
44 static bool max96745_bridge_link_locked(struct max96745_bridge *ser) in max96745_bridge_link_locked()
63 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_attach()
81 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_pre_enable()
89 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_enable()
117 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_disable()
128 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_post_disable()
158 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_detect()
201 struct max96745_bridge *ser = to_max96745_bridge(bridge); in max96745_bridge_get_modes()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dmax96745.c134 U_BOOT_DRIVER(max96745_bridge) = {