Lines Matching refs:max96745_bridge
27 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()
225 struct max96745_bridge *ser = arg; in max96745_bridge_lock_irq_handler()
237 struct max96745_bridge *ser; in max96745_bridge_probe()
281 struct max96745_bridge *ser = platform_get_drvdata(pdev); in max96745_bridge_remove()