Searched full:ps8640 (Results 1 – 18 of 18) sorted by relevance
70 * PS8640 uses multiple addresses:97 struct ps8640 { struct147 static inline struct ps8640 *bridge_to_ps8640(struct drm_bridge *e) in bridge_to_ps8640()149 return container_of(e, struct ps8640, bridge); in bridge_to_ps8640()152 static inline struct ps8640 *aux_to_ps8640(struct drm_dp_aux *aux) in aux_to_ps8640()154 return container_of(aux, struct ps8640, aux); in aux_to_ps8640()157 static int _ps8640_wait_hpd_asserted(struct ps8640 *ps_bridge, unsigned long wait_us) in _ps8640_wait_hpd_asserted()190 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_wait_hpd_asserted()210 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_aux_transfer_msg()343 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_aux_transfer()[all …]
210 tristate "Parade PS8640 MIPI DSI to eDP Converter"219 Choose this option if you have PS8640 for display220 The PS8640 is a high-performance and low-power
16 obj-$(CONFIG_DRM_PARADE_PS8640) += parade-ps8640.o
3 * Google Trogdor dts fragment for the boards with Parade ps8640 edp bridge11 pp3300_brij_ps8640: pp3300-brij-ps8640-regulator {54 compatible = "parade,ps8640";106 edp_brij_ps8640_rst: edp-brij-ps8640-rst-state {113 en_pp3300_edp_brij_ps8640: en-pp3300-edp-brij-ps8640-state {
11 #include "sc7180-trogdor-parade-ps8640.dtsi"
4 $id: http://devicetree.org/schemas/display/bridge/ps8640.yaml#13 The PS8640 is a low power MIPI-to-eDP video format converter supporting22 const: parade,ps864080 ps8640: edp-bridge@18 {81 compatible = "parade,ps8640";
257 ps8640: edp-bridge@8 { label258 compatible = "parade,ps8640";
6687 DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP6689 F: Documentation/devicetree/bindings/display/bridge/ps8640.yaml6690 F: drivers/gpu/drm/bridge/parade-ps8640.c