Searched refs:sdo_device (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dsdo_drv.c43 struct sdo_device { struct
70 static inline struct sdo_device *sd_to_sdev(struct v4l2_subdev *sd) sd_to_sdev()
72 return container_of(sd, struct sdo_device, sd); sd_to_sdev()
76 void sdo_write_mask(struct sdo_device *sdev, u32 reg_id, u32 value, u32 mask) sdo_write_mask()
84 void sdo_write(struct sdo_device *sdev, u32 reg_id, u32 value) sdo_write()
90 u32 sdo_read(struct sdo_device *sdev, u32 reg_id) sdo_read()
97 struct sdo_device *sdev = dev_data; sdo_irq_handler()
104 static void sdo_reg_debug(struct sdo_device *sdev) sdo_reg_debug()
148 struct sdo_device *sdev = sd_to_sdev(sd); sdo_s_std_output()
166 struct sdo_device *sdev = sd_to_sdev(sd); sdo_g_mbus_fmt()
181 struct sdo_device *sdev = sd_to_sdev(sd); sdo_s_power()
196 static int sdo_streamon(struct sdo_device *sdev) sdo_streamon()
227 static int sdo_streamoff(struct sdo_device *sdev) sdo_streamoff()
247 struct sdo_device *sdev = sd_to_sdev(sd); sdo_s_stream()
271 struct sdo_device *sdev = sd_to_sdev(sd); sdo_runtime_suspend()
283 struct sdo_device *sdev = sd_to_sdev(sd); sdo_runtime_resume()
333 struct sdo_device *sdev; sdo_probe()
467 struct sdo_device *sdev = sd_to_sdev(sd); sdo_remove()

Completed in 31 milliseconds