Searched refs:sdo_device (Results 1 – 1 of 1) sorted by relevance
43 struct sdo_device { struct70 static inline struct sdo_device *sd_to_sdev(struct v4l2_subdev *sd) in sd_to_sdev() argument72 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()[all …]