Searched refs:vgxy61_dev (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | vgxy61.c | 381 struct vgxy61_dev { struct 480 static s32 get_pixel_rate(struct vgxy61_dev *sensor) in get_pixel_rate() 486 static inline struct vgxy61_dev *to_vgxy61_dev(struct v4l2_subdev *sd) in to_vgxy61_dev() 488 return container_of(sd, struct vgxy61_dev, sd); in to_vgxy61_dev() 493 return &container_of(ctrl->handler, struct vgxy61_dev, in ctrl_to_sd() 497 static unsigned int get_chunk_size(struct vgxy61_dev *sensor) in get_chunk_size() 510 static int vgxy61_write_array(struct vgxy61_dev *sensor, u32 reg, in vgxy61_write_array() 531 static int vgxy61_poll_reg(struct vgxy61_dev *sensor, u32 reg, u8 poll_val, in vgxy61_poll_reg() 544 static int vgxy61_wait_state(struct vgxy61_dev *sensor, int state, in vgxy61_wait_state() 551 static int vgxy61_check_bw(struct vgxy61_dev *sensor) in vgxy61_check_bw() [all …]
|