Searched refs:anx78xx (Results 1 – 2 of 2) sorted by relevance
59 struct anx78xx { struct82 static inline struct anx78xx *connector_to_anx78xx(struct drm_connector *c) in connector_to_anx78xx() argument84 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() argument107 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() argument123 while (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()125 if (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()[all …]
2 obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o