Searched refs:tc_data (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/bridge/ |
| H A D | tc358767.c | 367 struct tc_data { struct 402 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument 404 return container_of(a, struct tc_data, aux); in aux_to_tc() 407 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() 409 return container_of(b, struct tc_data, bridge); in bridge_to_tc() 412 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc() 414 return container_of(c, struct tc_data, connector); in connector_to_tc() 417 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout() 429 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy() 434 static int tc_aux_write_data(struct tc_data *tc, const void *data, in tc_aux_write_data() [all …]
|