Lines Matching refs:tc358764
153 struct tc358764 { struct
162 static int tc358764_clear_error(struct tc358764 *ctx) in tc358764_clear_error() argument
170 static void tc358764_read(struct tc358764 *ctx, u16 addr, u32 *val) in tc358764_read()
186 static void tc358764_write(struct tc358764 *ctx, u16 addr, u32 val) in tc358764_write()
207 static inline struct tc358764 *bridge_to_tc358764(struct drm_bridge *bridge) in bridge_to_tc358764()
209 return container_of(bridge, struct tc358764, bridge); in bridge_to_tc358764()
212 static int tc358764_init(struct tc358764 *ctx) in tc358764_init()
266 static void tc358764_reset(struct tc358764 *ctx) in tc358764_reset()
276 struct tc358764 *ctx = bridge_to_tc358764(bridge); in tc358764_post_disable()
288 struct tc358764 *ctx = bridge_to_tc358764(bridge); in tc358764_pre_enable()
304 struct tc358764 *ctx = bridge_to_tc358764(bridge); in tc358764_attach()
316 static int tc358764_parse_dt(struct tc358764 *ctx) in tc358764_parse_dt()
341 static int tc358764_configure_regulators(struct tc358764 *ctx) in tc358764_configure_regulators()
359 struct tc358764 *ctx; in tc358764_probe()
362 ctx = devm_kzalloc(dev, sizeof(struct tc358764), GFP_KERNEL); in tc358764_probe()
400 struct tc358764 *ctx = mipi_dsi_get_drvdata(dsi); in tc358764_remove()