Searched defs:tc358746 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | tc358746.c | 141 struct tc358746 { struct 152 struct regulator_bulk_data supplies[ARRAY_SIZE(tc358746_supplies)]; argument 171 static inline struct tc358746 *to_tc358746(struct v4l2_subdev *sd) in to_tc358746() argument 311 static int tc358746_write(struct tc358746 *tc358746, u32 reg, u32 val) in tc358746_write() 327 static int tc358746_read(struct tc358746 *tc358746, u32 reg, u32 *val) in tc358746_read() 345 tc358746_update_bits(struct tc358746 *tc358746, u32 reg, u32 mask, u32 val) in tc358746_update_bits() 360 static int tc358746_set_bits(struct tc358746 *tc358746, u32 reg, u32 bits) in tc358746_set_bits() 365 static int tc358746_clear_bits(struct tc358746 *tc358746, u32 reg, u32 bits) in tc358746_clear_bits() 370 static int tc358746_sw_reset(struct tc358746 *tc358746) in tc358746_sw_reset() 384 tc358746_apply_pll_config(struct tc358746 *tc358746) in tc358746_apply_pll_config() [all …]
|