Lines Matching defs:tc358764
153 struct tc358764 {
162 static int tc358764_clear_error(struct tc358764 *ctx)
170 static void tc358764_read(struct tc358764 *ctx, u16 addr, u32 *val)
186 static void tc358764_write(struct tc358764 *ctx, u16 addr, u32 val)
207 static inline struct tc358764 *bridge_to_tc358764(struct drm_bridge *bridge)
209 return container_of(bridge, struct tc358764, bridge);
212 static int tc358764_init(struct tc358764 *ctx)
266 static void tc358764_reset(struct tc358764 *ctx)
276 struct tc358764 *ctx = bridge_to_tc358764(bridge);
288 struct tc358764 *ctx = bridge_to_tc358764(bridge);
304 struct tc358764 *ctx = bridge_to_tc358764(bridge);
316 static int tc358764_parse_dt(struct tc358764 *ctx)
341 static int tc358764_configure_regulators(struct tc358764 *ctx)
359 struct tc358764 *ctx;
362 ctx = devm_kzalloc(dev, sizeof(struct tc358764), GFP_KERNEL);
400 struct tc358764 *ctx = mipi_dsi_get_drvdata(dsi);
409 { .compatible = "toshiba,tc358764" },
418 .name = "tc358764",