Searched refs:tc_data (Results 1 – 2 of 2) 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 …]
|
| H A D | tc358775.c | 263 struct tc_data { struct 284 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() argument 286 return container_of(b, struct tc_data, bridge); in bridge_to_tc() 292 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_atomic_pre_enable() 316 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_atomic_post_disable() 376 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_atomic_enable() 502 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid() 532 static int tc358775_parse_dt(struct device_node *np, struct tc_data *tc) in tc358775_parse_dt() 588 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach() 606 static int tc_attach_host(struct tc_data *tc) in tc_attach_host() [all …]
|