Searched refs:tc358746 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | tc358746.c | 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() 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 D | Makefile | 124 obj-$(CONFIG_VIDEO_TC358746) += tc358746.o
|
H A D | Kconfig | 1135 module will be called tc358746.
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |