Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dmaxim-max96755f.c28 struct max96755f_bridge { struct
55 #define to_max96755f_bridge(x) container_of(x, struct max96755f_bridge, x) argument
59 struct max96755f_bridge *ser = to_max96755f_bridge(connector); in max96755f_bridge_connector_get_modes()
75 struct max96755f_bridge *ser = to_max96755f_bridge(connector); in max96755f_bridge_connector_detect()
92 static struct mipi_dsi_device *max96755f_attach_dsi(struct max96755f_bridge *max96755f, in max96755f_attach_dsi()
126 static bool max96755f_bridge_link_locked(struct max96755f_bridge *ser) in max96755f_bridge_link_locked()
142 struct max96755f_bridge *ser = to_max96755f_bridge(bridge); in max96755f_bridge_attach()
191 struct max96755f_bridge *ser = to_max96755f_bridge(bridge); in max96755f_bridge_detach()
199 static void max96755f_mipi_dsi_rx_config(struct max96755f_bridge *ser) in max96755f_mipi_dsi_rx_config()
258 struct max96755f_bridge *ser = to_max96755f_bridge(bridge); in max96755f_bridge_pre_enable()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dmax96755f.c227 U_BOOT_DRIVER(max96755f_bridge) = {