Lines Matching refs:hdpvr_device
67 struct hdpvr_device { struct
130 static inline struct hdpvr_device *to_hdpvr_dev(struct v4l2_device *v4l2_dev) in to_hdpvr_dev() argument
132 return container_of(v4l2_dev, struct hdpvr_device, v4l2_dev); in to_hdpvr_dev()
142 struct hdpvr_device *dev;
291 void hdpvr_delete(struct hdpvr_device *dev);
295 int hdpvr_set_options(struct hdpvr_device *dev);
297 int hdpvr_set_bitrate(struct hdpvr_device *dev);
299 int hdpvr_set_audio(struct hdpvr_device *dev, u8 input,
302 int hdpvr_config_call(struct hdpvr_device *dev, uint value,
305 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vid_info);
309 int get_input_lines_info(struct hdpvr_device *dev);
314 int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent,
317 int hdpvr_cancel_queue(struct hdpvr_device *dev);
321 int hdpvr_register_i2c_adapter(struct hdpvr_device *dev);
323 struct i2c_client *hdpvr_register_ir_i2c(struct hdpvr_device *dev);
327 int hdpvr_free_buffers(struct hdpvr_device *dev);
328 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count);