Home
last modified time | relevance | path

Searched defs:tc_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358775.c257 struct tc_data { struct
276 static inline struct tc_data *bridge_to_tc(struct drm_bridge *b) in bridge_to_tc() argument
H A Dtc358767.c282 struct tc_data { struct
283 struct device *dev;
284 struct regmap *regmap;
285 struct drm_dp_aux aux;
287 struct drm_bridge bridge;
288 struct drm_bridge *panel_bridge;
289 struct drm_connector connector;
291 struct mipi_dsi_device *dsi;
316 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument