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