Lines Matching defs:tc_data

241 struct tc_data {
270 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a)
272 return container_of(a, struct tc_data, aux);
275 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b)
277 return container_of(b, struct tc_data, bridge);
280 static inline struct tc_data *connector_to_tc(struct drm_connector *c)
282 return container_of(c, struct tc_data, connector);
285 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr,
297 static int tc_aux_wait_busy(struct tc_data *tc)
302 static int tc_aux_write_data(struct tc_data *tc, const void *data,
317 static int tc_aux_read_data(struct tc_data *tc, void *data, size_t size)
346 struct tc_data *tc = aux_to_tc(aux);
430 static u32 tc_srcctrl(struct tc_data *tc)
449 static int tc_pllupdate(struct tc_data *tc, unsigned int pllctrl)
463 static int tc_pxl_pll_en(struct tc_data *tc, u32 refclk, u32 pixelclock)
563 static int tc_pxl_pll_dis(struct tc_data *tc)
569 static int tc_stream_clock_calc(struct tc_data *tc)
589 static int tc_set_syspllparam(struct tc_data *tc)
616 static int tc_aux_link_setup(struct tc_data *tc)
665 static int tc_get_display_props(struct tc_data *tc)
731 static int tc_set_video_mode(struct tc_data *tc,
872 static int tc_wait_link_training(struct tc_data *tc)
891 static int tc_main_link_enable(struct tc_data *tc)
1154 static int tc_main_link_disable(struct tc_data *tc)
1167 static int tc_stream_enable(struct tc_data *tc)
1222 static int tc_stream_disable(struct tc_data *tc)
1239 struct tc_data *tc = bridge_to_tc(bridge);
1264 struct tc_data *tc = bridge_to_tc(bridge);
1292 struct tc_data *tc = bridge_to_tc(bridge);
1313 struct tc_data *tc = bridge_to_tc(bridge);
1321 struct tc_data *tc = bridge_to_tc(bridge);
1328 struct tc_data *tc = connector_to_tc(connector);
1358 struct tc_data *tc = bridge_to_tc(bridge);
1378 struct tc_data *tc = connector_to_tc(connector);
1402 struct tc_data *tc = bridge_to_tc(bridge);
1497 struct tc_data *tc = arg;
1538 static int tc_probe_edp_bridge_endpoint(struct tc_data *tc)
1575 struct tc_data *tc;
1732 struct tc_data *tc = i2c_get_clientdata(client);