Lines Matching defs:tc_data

282 struct tc_data {
316 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a)
318 return container_of(a, struct tc_data, aux);
321 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b)
323 return container_of(b, struct tc_data, bridge);
326 static inline struct tc_data *connector_to_tc(struct drm_connector *c)
328 return container_of(c, struct tc_data, connector);
331 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr,
343 static int tc_aux_wait_busy(struct tc_data *tc)
348 static int tc_aux_write_data(struct tc_data *tc, const void *data,
363 static int tc_aux_read_data(struct tc_data *tc, void *data, size_t size)
392 struct tc_data *tc = aux_to_tc(aux);
476 static u32 tc_srcctrl(struct tc_data *tc)
495 static int tc_pllupdate(struct tc_data *tc, unsigned int pllctrl)
509 static int tc_pxl_pll_en(struct tc_data *tc, u32 refclk, u32 pixelclock)
619 static int tc_pxl_pll_dis(struct tc_data *tc)
625 static int tc_stream_clock_calc(struct tc_data *tc)
645 static int tc_set_syspllparam(struct tc_data *tc)
672 static int tc_aux_link_setup(struct tc_data *tc)
727 static int tc_get_display_props(struct tc_data *tc)
793 static int tc_set_common_video_mode(struct tc_data *tc,
864 static int tc_set_dpi_video_mode(struct tc_data *tc,
878 static int tc_set_edp_video_mode(struct tc_data *tc,
961 static int tc_wait_link_training(struct tc_data *tc)
980 static int tc_main_link_enable(struct tc_data *tc)
1243 static int tc_main_link_disable(struct tc_data *tc)
1262 static int tc_dsi_rx_enable(struct tc_data *tc)
1299 static int tc_dpi_rx_enable(struct tc_data *tc)
1312 static int tc_dpi_stream_enable(struct tc_data *tc)
1352 static int tc_dpi_stream_disable(struct tc_data *tc)
1361 static int tc_edp_stream_enable(struct tc_data *tc)
1425 static int tc_edp_stream_disable(struct tc_data *tc)
1445 struct tc_data *tc = bridge_to_tc(bridge);
1460 struct tc_data *tc = bridge_to_tc(bridge);
1472 struct tc_data *tc = bridge_to_tc(bridge);
1499 struct tc_data *tc = bridge_to_tc(bridge);
1552 struct tc_data *tc = bridge_to_tc(bridge);
1573 struct tc_data *tc = bridge_to_tc(bridge);
1581 struct tc_data *tc = bridge_to_tc(bridge);
1588 struct tc_data *tc = connector_to_tc(connector);
1618 struct tc_data *tc = bridge_to_tc(bridge);
1638 struct tc_data *tc = connector_to_tc(connector);
1661 struct tc_data *tc = bridge_to_tc(bridge);
1674 struct tc_data *tc = bridge_to_tc(bridge);
2018 struct tc_data *tc = arg;
2059 static int tc_mipi_dsi_host_attach(struct tc_data *tc)
2106 static int tc_probe_dpi_bridge_endpoint(struct tc_data *tc)
2135 static int tc_probe_edp_bridge_endpoint(struct tc_data *tc)
2167 static int tc_probe_bridge_endpoint(struct tc_data *tc)
2221 struct tc_data *tc;
2365 struct tc_data *tc = i2c_get_clientdata(client);