Home
last modified time | relevance | path

Searched refs:tc358746 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dtc358746.c141 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()
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()
327 static int tc358746_read(struct tc358746 *tc358746, u32 reg, u32 *val) in tc358746_read() argument
336 err = regmap_bulk_read(tc358746->regmap, reg, val, count); in tc358746_read()
[all …]
H A DMakefile124 obj-$(CONFIG_VIDEO_TC358746) += tc358746.o
H A DKconfig1135 module will be called tc358746.
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok1.0.log[all...]