Lines Matching defs:tc358762
71 struct tc358762 {
82 static int tc358762_clear_error(struct tc358762 *ctx)
90 static void tc358762_write(struct tc358762 *ctx, u16 addr, u32 val)
111 static inline struct tc358762 *bridge_to_tc358762(struct drm_bridge *bridge)
113 return container_of(bridge, struct tc358762, bridge);
116 static int tc358762_init(struct tc358762 *ctx)
155 struct tc358762 *ctx = bridge_to_tc358762(bridge);
178 struct tc358762 *ctx = bridge_to_tc358762(bridge);
196 struct tc358762 *ctx = bridge_to_tc358762(bridge);
208 struct tc358762 *ctx = bridge_to_tc358762(bridge);
218 struct tc358762 *ctx = bridge_to_tc358762(bridge);
234 static int tc358762_parse_dt(struct tc358762 *ctx)
253 static int tc358762_configure_regulators(struct tc358762 *ctx)
265 struct tc358762 *ctx;
268 ctx = devm_drm_bridge_alloc(dev, struct tc358762, bridge,
309 struct tc358762 *ctx = mipi_dsi_get_drvdata(dsi);
316 { .compatible = "toshiba,tc358762" },
325 .name = "tc358762",