Lines Matching full:ps8640
33 * PS8640 uses multiple addresses:
60 struct ps8640 { struct
71 static inline struct ps8640 *bridge_to_ps8640(struct drm_bridge *e) in bridge_to_ps8640() argument
73 return container_of(e, struct ps8640, bridge); in bridge_to_ps8640()
76 static int ps8640_bridge_vdo_control(struct ps8640 *ps_bridge, in ps8640_bridge_vdo_control()
95 static void ps8640_bridge_poweron(struct ps8640 *ps_bridge) in ps8640_bridge_poweron()
117 * Wait for the ps8640 embedded MCU to be ready in ps8640_bridge_poweron()
175 static void ps8640_bridge_poweroff(struct ps8640 *ps_bridge) in ps8640_bridge_poweroff()
194 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_pre_enable()
206 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_post_disable()
215 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_bridge_attach()
221 const struct mipi_dsi_device_info info = { .type = "ps8640", in ps8640_bridge_attach()
229 /* port@0 is ps8640 dsi input port */ in ps8640_bridge_attach()
274 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_bridge_get_edid()
316 struct ps8640 *ps_bridge; in ps8640_probe()
325 /* port@1 is ps8640 output port */ in ps8640_probe()
383 struct ps8640 *ps_bridge = i2c_get_clientdata(client); in ps8640_remove()
391 { .compatible = "parade,ps8640" },
400 .name = "ps8640",
409 MODULE_DESCRIPTION("PARADE ps8640 DSI-eDP converter driver");