Home
last modified time | relevance | path

Searched refs:anx78xx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/bridge/
Danalogix-anx78xx.c59 struct anx78xx { struct
82 static inline struct anx78xx *connector_to_anx78xx(struct drm_connector *c) in connector_to_anx78xx() argument
84 return container_of(c, struct anx78xx, connector); in connector_to_anx78xx()
87 static inline struct anx78xx *bridge_to_anx78xx(struct drm_bridge *bridge) in bridge_to_anx78xx()
89 return container_of(bridge, struct anx78xx, bridge); in bridge_to_anx78xx()
102 static bool anx78xx_aux_op_finished(struct anx78xx *anx78xx) in anx78xx_aux_op_finished() argument
107 err = regmap_read(anx78xx->map[I2C_IDX_TX_P0], SP_DP_AUX_CH_CTRL2_REG, in anx78xx_aux_op_finished()
115 static int anx78xx_aux_wait(struct anx78xx *anx78xx) in anx78xx_aux_wait() argument
123 while (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()
125 if (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()
[all …]
DMakefile2 obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o