Lines Matching full:tc358762
71 struct tc358762 { struct
82 static int tc358762_clear_error(struct tc358762 *ctx) in tc358762_clear_error() argument
90 static void tc358762_write(struct tc358762 *ctx, u16 addr, u32 val) in tc358762_write()
111 static inline struct tc358762 *bridge_to_tc358762(struct drm_bridge *bridge) in bridge_to_tc358762()
113 return container_of(bridge, struct tc358762, bridge); in bridge_to_tc358762()
116 static int tc358762_init(struct tc358762 *ctx) in tc358762_init()
154 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_post_disable()
176 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_pre_enable()
193 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_enable()
204 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_attach()
214 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_bridge_mode_set()
230 static int tc358762_parse_dt(struct tc358762 *ctx) in tc358762_parse_dt()
249 static int tc358762_configure_regulators(struct tc358762 *ctx) in tc358762_configure_regulators()
261 struct tc358762 *ctx; in tc358762_probe()
264 ctx = devm_kzalloc(dev, sizeof(struct tc358762), GFP_KERNEL); in tc358762_probe()
305 struct tc358762 *ctx = mipi_dsi_get_drvdata(dsi); in tc358762_remove()
312 { .compatible = "toshiba,tc358762" },
321 .name = "tc358762",
328 MODULE_DESCRIPTION("MIPI-DSI based Driver for TC358762 DSI/DPI Bridge");