Lines Matching defs:tc358764
149 struct tc358764 {
158 static int tc358764_clear_error(struct tc358764 *ctx)
166 static void tc358764_read(struct tc358764 *ctx, u16 addr, u32 *val)
182 static void tc358764_write(struct tc358764 *ctx, u16 addr, u32 val)
203 static inline struct tc358764 *bridge_to_tc358764(struct drm_bridge *bridge)
205 return container_of(bridge, struct tc358764, bridge);
208 static int tc358764_init(struct tc358764 *ctx)
262 static void tc358764_reset(struct tc358764 *ctx)
272 struct tc358764 *ctx = bridge_to_tc358764(bridge);
284 struct tc358764 *ctx = bridge_to_tc358764(bridge);
300 struct tc358764 *ctx = bridge_to_tc358764(bridge);
311 static int tc358764_parse_dt(struct tc358764 *ctx)
328 static int tc358764_configure_regulators(struct tc358764 *ctx)
346 struct tc358764 *ctx;
349 ctx = devm_kzalloc(dev, sizeof(struct tc358764), GFP_KERNEL);
387 struct tc358764 *ctx = mipi_dsi_get_drvdata(dsi);
394 { .compatible = "toshiba,tc358764" },
403 .name = "tc358764",