Searched refs:tc_data (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/bridge/ |
| D | tc358767.c | 237 struct tc_data { struct 268 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument 270 return container_of(a, struct tc_data, aux); in aux_to_tc() 273 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() 275 return container_of(b, struct tc_data, bridge); in bridge_to_tc() 278 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc() 280 return container_of(c, struct tc_data, connector); in connector_to_tc() 283 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout() 295 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy() 300 static int tc_aux_write_data(struct tc_data *tc, const void *data, in tc_aux_write_data() [all …]
|