Searched defs:tc358746 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | tc358746.c | 141 struct tc358746 { struct 152 struct regulator_bulk_data supplies[ARRAY_SIZE(tc358746_supplies)]; argument 167 static inline struct tc358746 *to_tc358746(struct v4l2_subdev *sd) in to_tc358746() argument 332 static int tc358746_write(struct tc358746 *tc358746, u32 reg, u32 val) in tc358746_write() 348 static int tc358746_read(struct tc358746 *tc358746, u32 reg, u32 *val) in tc358746_read() 366 tc358746_update_bits(struct tc358746 *tc358746, u32 reg, u32 mask, u32 val) in tc358746_update_bits() 381 static int tc358746_set_bits(struct tc358746 *tc358746, u32 reg, u32 bits) in tc358746_set_bits() 386 static int tc358746_clear_bits(struct tc358746 *tc358746, u32 reg, u32 bits) in tc358746_clear_bits() 391 static int tc358746_sw_reset(struct tc358746 *tc358746) in tc358746_sw_reset() 405 tc358746_apply_pll_config(struct tc358746 *tc358746) in tc358746_apply_pll_config() [all …]
|