Lines Matching refs:tc_data
263 struct tc_data { struct
284 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() argument
286 return container_of(b, struct tc_data, bridge); in bridge_to_tc()
292 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_atomic_pre_enable()
316 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_atomic_post_disable()
376 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_atomic_enable()
502 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid()
532 static int tc358775_parse_dt(struct device_node *np, struct tc_data *tc) in tc358775_parse_dt()
588 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach()
606 static int tc_attach_host(struct tc_data *tc) in tc_attach_host()
659 struct tc_data *tc; in tc_probe()
662 tc = devm_drm_bridge_alloc(dev, struct tc_data, bridge, in tc_probe()
724 struct tc_data *tc = i2c_get_clientdata(client); in tc_remove()