Lines Matching refs:ps8640

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()
606 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_bridge_link_panel()
635 struct ps8640 *ps_bridge; in ps8640_probe()