Searched refs:tc_data (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 282 struct tc_data { struct 316 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() 318 return container_of(a, struct tc_data, aux); in aux_to_tc() 321 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() 323 return container_of(b, struct tc_data, bridge); in bridge_to_tc() 326 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc() 328 return container_of(c, struct tc_data, connector); in connector_to_tc() 331 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout() 343 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy() 348 static int tc_aux_write_data(struct tc_data *t [all...] |
H A D | tc358775.c | 257 struct tc_data { struct 276 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() 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 *t [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 241 struct tc_data { struct 270 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() 272 return container_of(a, struct tc_data, aux); in aux_to_tc() 275 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() 277 return container_of(b, struct tc_data, bridge); in bridge_to_tc() 280 static inline struct tc_data *connector_to_tc(struct drm_connector *c) in connector_to_tc() 282 return container_of(c, struct tc_data, connector); in connector_to_tc() 285 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout() 297 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy() 302 static int tc_aux_write_data(struct tc_data *t [all...] |
H A D | tc358775.c | 257 struct tc_data { struct 276 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() 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 *t in tc_probe() [all...] |
Completed in 13 milliseconds