Lines Matching defs:tc358762
61 struct tc358762 {
71 static int tc358762_clear_error(struct tc358762 *ctx)
79 static void tc358762_write(struct tc358762 *ctx, u16 addr, u32 val)
100 static inline struct tc358762 *bridge_to_tc358762(struct drm_bridge *bridge)
102 return container_of(bridge, struct tc358762, bridge);
105 static int tc358762_init(struct tc358762 *ctx)
130 struct tc358762 *ctx = bridge_to_tc358762(bridge);
149 struct tc358762 *ctx = bridge_to_tc358762(bridge);
166 struct tc358762 *ctx = bridge_to_tc358762(bridge);
178 static int tc358762_parse_dt(struct tc358762 *ctx)
199 static int tc358762_configure_regulators(struct tc358762 *ctx)
211 struct tc358762 *ctx;
214 ctx = devm_kzalloc(dev, sizeof(struct tc358762), GFP_KERNEL);
254 struct tc358762 *ctx = mipi_dsi_get_drvdata(dsi);
263 { .compatible = "toshiba,tc358762" },
272 .name = "tc358762",