Home
last modified time | relevance | path

Searched full:tc358746 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dtc358746.c3 * TC358746 - Parallel <-> CSI-2 Bridge
141 struct tc358746 { struct
171 static inline struct tc358746 *to_tc358746(struct v4l2_subdev *sd) in to_tc358746() argument
173 return container_of(sd, struct tc358746, sd); in to_tc358746()
176 static inline struct tc358746 *clk_hw_to_tc358746(struct clk_hw *hw) in clk_hw_to_tc358746()
178 return container_of(hw, struct tc358746, mclk_hw); in clk_hw_to_tc358746()
301 .name = "tc358746",
311 static int tc358746_write(struct tc358746 *tc358746, u32 reg, u32 val) in tc358746_write() argument
319 err = regmap_bulk_write(tc358746->regmap, reg, &val, count); in tc358746_write()
321 dev_err(tc358746->sd.dev, in tc358746_write()
[all …]
DKconfig1224 tristate "Toshiba TC358746 parallel-CSI2 bridge"
1233 Support for the Toshiba TC358746 parallel to MIPI CSI-2 bridge.
1238 module will be called tc358746.
DMakefile133 obj-$(CONFIG_VIDEO_TC358746) += tc358746.o
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,tc358746.yaml4 $id: http://devicetree.org/schemas/media/i2c/toshiba,tc358746.yaml#
7 title: Toshiba TC358746 Parallel to MIPI CSI2 Bridge
13 The Toshiba TC358746 converts a parallel video stream into a MIPI CSI-2
23 const: toshiba,tc358746
49 The clock name of the MCLK output, the default name is tc358746-mclk.
138 compatible = "toshiba,tc358746";