Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c359 struct tc_data { struct
394 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument
396 return container_of(a, struct tc_data, aux); in aux_to_tc()
399 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc()
401 return container_of(b, struct tc_data, bridge); in bridge_to_tc()
404 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc()
406 return container_of(c, struct tc_data, connector); in connector_to_tc()
409 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout()
421 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy()
426 static int tc_aux_write_data(struct tc_data *tc, const void *data, in tc_aux_write_data()
[all …]
H A Dtc358775.c264 struct tc_data { struct
285 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() argument
287 return container_of(b, struct tc_data, bridge); in bridge_to_tc()
292 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_pre_enable()
315 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_post_disable()
387 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_enable()
510 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid()
540 static int tc358775_parse_dt(struct device_node *np, struct tc_data *tc) in tc358775_parse_dt()
595 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach()
610 static int tc_attach_host(struct tc_data *tc) in tc_attach_host()
[all …]