Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Danalogix-anx78xx.c69 struct anx78xx { struct
92 static inline struct anx78xx *connector_to_anx78xx(struct drm_connector *c) in connector_to_anx78xx() argument
94 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() argument
117 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() argument
133 while (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()
135 if (!anx78xx_aux_op_finished(anx78xx)) { in anx78xx_aux_wait()
[all …]
DMakefile2 obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o