Lines Matching refs:tc_data
257 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()
717 struct tc_data *tc = i2c_get_clientdata(client); in tc_remove()