Lines Matching refs:tc_data
237 struct tc_data { struct
268 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument
270 return container_of(a, struct tc_data, aux); in aux_to_tc()
273 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc()
275 return container_of(b, struct tc_data, bridge); in bridge_to_tc()
278 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc()
280 return container_of(c, struct tc_data, connector); in connector_to_tc()
283 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout()
295 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy()
300 static int tc_aux_write_data(struct tc_data *tc, const void *data, in tc_aux_write_data()
315 static int tc_aux_read_data(struct tc_data *tc, void *data, size_t size) in tc_aux_read_data()
344 struct tc_data *tc = aux_to_tc(aux); in tc_aux_transfer()
428 static u32 tc_srcctrl(struct tc_data *tc) in tc_srcctrl()
447 static int tc_pllupdate(struct tc_data *tc, unsigned int pllctrl) in tc_pllupdate()
461 static int tc_pxl_pll_en(struct tc_data *tc, u32 refclk, u32 pixelclock) in tc_pxl_pll_en()
561 static int tc_pxl_pll_dis(struct tc_data *tc) in tc_pxl_pll_dis()
567 static int tc_stream_clock_calc(struct tc_data *tc) in tc_stream_clock_calc()
587 static int tc_set_syspllparam(struct tc_data *tc) in tc_set_syspllparam()
614 static int tc_aux_link_setup(struct tc_data *tc) in tc_aux_link_setup()
663 static int tc_get_display_props(struct tc_data *tc) in tc_get_display_props()
717 static int tc_set_video_mode(struct tc_data *tc, in tc_set_video_mode()
858 static int tc_wait_link_training(struct tc_data *tc) in tc_wait_link_training()
877 static int tc_main_link_enable(struct tc_data *tc) in tc_main_link_enable()
1135 static int tc_main_link_disable(struct tc_data *tc) in tc_main_link_disable()
1148 static int tc_stream_enable(struct tc_data *tc) in tc_stream_enable()
1203 static int tc_stream_disable(struct tc_data *tc) in tc_stream_disable()
1220 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_pre_enable()
1227 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_enable()
1254 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_disable()
1270 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_post_disable()
1290 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid()
1311 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_mode_set()
1318 struct tc_data *tc = connector_to_tc(connector); in tc_connector_get_modes()
1353 struct tc_data *tc = connector_to_tc(connector); in tc_connector_detect()
1389 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach()
1478 struct tc_data *tc = arg; in tc_irq_handler()
1522 struct tc_data *tc; in tc_probe()
1665 struct tc_data *tc = i2c_get_clientdata(client); in tc_remove()