Lines Matching full:ps8640

70  * PS8640 uses multiple addresses:
97 struct ps8640 { struct
148 static inline struct ps8640 *bridge_to_ps8640(struct drm_bridge *e) in bridge_to_ps8640()
150 return container_of(e, struct ps8640, bridge); in bridge_to_ps8640()
153 static inline struct ps8640 *aux_to_ps8640(struct drm_dp_aux *aux) in aux_to_ps8640()
155 return container_of(aux, struct ps8640, aux); in aux_to_ps8640()
158 static int _ps8640_wait_hpd_asserted(struct ps8640 *ps_bridge, unsigned long wait_us) in _ps8640_wait_hpd_asserted()
191 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_wait_hpd_asserted()
211 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_aux_transfer_msg()
345 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_aux_transfer()
366 static void ps8640_bridge_vdo_control(struct ps8640 *ps_bridge, in ps8640_bridge_vdo_control()
384 struct ps8640 *ps_bridge = dev_get_drvdata(dev); in ps8640_resume()
421 struct ps8640 *ps_bridge = dev_get_drvdata(dev); in ps8640_suspend()
443 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_atomic_pre_enable()
478 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_atomic_post_disable()
500 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_bridge_attach()
539 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_bridge_detach()
562 static int ps8640_bridge_get_dsi_resources(struct device *dev, struct ps8640 *ps_bridge) in ps8640_bridge_get_dsi_resources()
567 const struct mipi_dsi_device_info info = { .type = "ps8640", in ps8640_bridge_get_dsi_resources()
572 /* port@0 is ps8640 dsi input port */ in ps8640_bridge_get_dsi_resources()
606 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_bridge_link_panel()
620 /* port@1 is ps8640 output port */ in ps8640_bridge_link_panel()
635 struct ps8640 *ps_bridge; in ps8640_probe()
698 ps_bridge->aux.name = "parade-ps8640-aux"; in ps8640_probe()
706 * Powering on ps8640 takes ~300ms. To avoid wasting time on power in ps8640_probe()
707 * cycling ps8640 too often, set autosuspend_delay to 2000ms to ensure in ps8640_probe()
734 { .compatible = "parade,ps8640" },
742 .name = "ps8640",
752 MODULE_DESCRIPTION("PARADE ps8640 DSI-eDP converter driver");