Lines Matching refs:sdo_device
43 struct sdo_device { struct
70 static inline struct sdo_device *sd_to_sdev(struct v4l2_subdev *sd) in sd_to_sdev() argument
72 return container_of(sd, struct sdo_device, sd); in sd_to_sdev()
76 void sdo_write_mask(struct sdo_device *sdev, u32 reg_id, u32 value, u32 mask) in sdo_write_mask()
84 void sdo_write(struct sdo_device *sdev, u32 reg_id, u32 value) in sdo_write()
90 u32 sdo_read(struct sdo_device *sdev, u32 reg_id) in sdo_read()
97 struct sdo_device *sdev = dev_data; in sdo_irq_handler()
104 static void sdo_reg_debug(struct sdo_device *sdev) in sdo_reg_debug()
148 struct sdo_device *sdev = sd_to_sdev(sd); in sdo_s_std_output()
166 struct sdo_device *sdev = sd_to_sdev(sd); in sdo_g_mbus_fmt()
181 struct sdo_device *sdev = sd_to_sdev(sd); in sdo_s_power()
196 static int sdo_streamon(struct sdo_device *sdev) in sdo_streamon()
227 static int sdo_streamoff(struct sdo_device *sdev) in sdo_streamoff()
247 struct sdo_device *sdev = sd_to_sdev(sd); in sdo_s_stream()
271 struct sdo_device *sdev = sd_to_sdev(sd); in sdo_runtime_suspend()
283 struct sdo_device *sdev = sd_to_sdev(sd); in sdo_runtime_resume()
333 struct sdo_device *sdev; in sdo_probe()
467 struct sdo_device *sdev = sd_to_sdev(sd); in sdo_remove()