Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Dtc358767.c191 struct tc_data { struct
216 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument
218 return container_of(a, struct tc_data, aux); in aux_to_tc()
221 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc()
223 return container_of(b, struct tc_data, bridge); in bridge_to_tc()
226 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc()
228 return container_of(c, struct tc_data, connector); in connector_to_tc()
270 static int tc_aux_wait_busy(struct tc_data *tc, unsigned int timeout_ms) in tc_aux_wait_busy()
276 static int tc_aux_get_status(struct tc_data *tc, u8 *reply) in tc_aux_get_status()
299 struct tc_data *tc = aux_to_tc(aux); in tc_aux_transfer()
[all …]