Searched refs:anx78xx (Results 1 – 2 of 2) sorted by relevance
69 struct anx78xx { struct92 static inline struct anx78xx *connector_to_anx78xx(struct drm_connector *c) in connector_to_anx78xx() argument94 return container_of(c, struct anx78xx, connector); in connector_to_anx78xx()97 static inline struct anx78xx *bridge_to_anx78xx(struct drm_bridge *bridge) in bridge_to_anx78xx()99 return container_of(bridge, struct anx78xx, bridge); in bridge_to_anx78xx()112 static bool anx78xx_aux_op_finished(struct anx78xx *anx78xx) in anx78xx_aux_op_finished() argument117 err = regmap_read(anx78xx->map[I2C_IDX_TX_P0], SP_DP_AUX_CH_CTRL2_REG, in anx78xx_aux_op_finished()125 static int anx78xx_aux_wait(struct anx78xx *anx78xx) in anx78xx_aux_wait() argument133 while (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()135 if (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()[all …]
2 obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o