Lines Matching full:tc358764
149 struct tc358764 { struct
158 static int tc358764_clear_error(struct tc358764 *ctx) in tc358764_clear_error() argument
166 static void tc358764_read(struct tc358764 *ctx, u16 addr, u32 *val) in tc358764_read()
182 static void tc358764_write(struct tc358764 *ctx, u16 addr, u32 val) in tc358764_write()
203 static inline struct tc358764 *bridge_to_tc358764(struct drm_bridge *bridge) in bridge_to_tc358764()
205 return container_of(bridge, struct tc358764, bridge); in bridge_to_tc358764()
208 static int tc358764_init(struct tc358764 *ctx) in tc358764_init()
262 static void tc358764_reset(struct tc358764 *ctx) in tc358764_reset()
272 struct tc358764 *ctx = bridge_to_tc358764(bridge); in tc358764_post_disable()
284 struct tc358764 *ctx = bridge_to_tc358764(bridge); in tc358764_pre_enable()
300 struct tc358764 *ctx = bridge_to_tc358764(bridge); in tc358764_attach()
311 static int tc358764_parse_dt(struct tc358764 *ctx) in tc358764_parse_dt()
328 static int tc358764_configure_regulators(struct tc358764 *ctx) in tc358764_configure_regulators()
346 struct tc358764 *ctx; in tc358764_probe()
349 ctx = devm_kzalloc(dev, sizeof(struct tc358764), GFP_KERNEL); in tc358764_probe()
387 struct tc358764 *ctx = mipi_dsi_get_drvdata(dsi); in tc358764_remove()
394 { .compatible = "toshiba,tc358764" },
403 .name = "tc358764",
412 MODULE_DESCRIPTION("MIPI-DSI based Driver for TC358764 DSI/LVDS Bridge");