Lines Matching refs:s5c73m3
18 #include <media/i2c/s5c73m3.h>
372 struct s5c73m3 {
428 int s5c73m3_register_spi_driver(struct s5c73m3 *state);
429 void s5c73m3_unregister_spi_driver(struct s5c73m3 *state);
430 int s5c73m3_spi_write(struct s5c73m3 *state, const void *addr,
432 int s5c73m3_spi_read(struct s5c73m3 *state, void *addr,
435 int s5c73m3_read(struct s5c73m3 *state, u32 addr, u16 *data);
436 int s5c73m3_write(struct s5c73m3 *state, u32 addr, u16 data);
437 int s5c73m3_isp_command(struct s5c73m3 *state, u16 command, u16 data);
438 int s5c73m3_init_controls(struct s5c73m3 *state);
442 return &container_of(ctrl->handler, struct s5c73m3,
446 static inline struct s5c73m3 *sensor_sd_to_s5c73m3(struct v4l2_subdev *sd)
448 return container_of(sd, struct s5c73m3, sensor_sd);
451 static inline struct s5c73m3 *oif_sd_to_s5c73m3(struct v4l2_subdev *sd)
453 return container_of(sd, struct s5c73m3, oif_sd);