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()
378 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_enable()
498 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid()
528 static int tc358775_parse_dt(struct device_node *np, struct tc_data *tc) in tc358775_parse_dt()
586 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach()
601 static int tc_attach_host(struct tc_data *tc) in tc_attach_host()
642 struct tc_data *tc; in tc_probe()
708 struct tc_data *tc = i2c_get_clientdata(client); in tc_remove()