Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dtc358767.c241 struct tc_data { struct
270 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument
272 return container_of(a, struct tc_data, aux); in aux_to_tc()
275 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc()
277 return container_of(b, struct tc_data, bridge); in bridge_to_tc()
280 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc()
282 return container_of(c, struct tc_data, connector); in connector_to_tc()
285 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout()
297 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy()
302 static int tc_aux_write_data(struct tc_data *tc, const void *data, in tc_aux_write_data()
[all …]
Dtc358775.c257 struct tc_data { struct
276 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() argument
278 return container_of(b, struct tc_data, bridge); in bridge_to_tc()
283 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_pre_enable()
306 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_post_disable()
377 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_enable()
497 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid()
527 static int tc358775_parse_dt(struct device_node *np, struct tc_data *tc) in tc358775_parse_dt()
596 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach()
653 struct tc_data *tc; in tc_probe()
[all …]