Lines Matching refs:hdpvr_device
67 struct hdpvr_device { struct
132 static inline struct hdpvr_device *to_hdpvr_dev(struct v4l2_device *v4l2_dev) in to_hdpvr_dev() argument
134 return container_of(v4l2_dev, struct hdpvr_device, v4l2_dev); in to_hdpvr_dev()
144 struct hdpvr_device *dev;
293 void hdpvr_delete(struct hdpvr_device *dev);
297 int hdpvr_set_options(struct hdpvr_device *dev);
299 int hdpvr_set_bitrate(struct hdpvr_device *dev);
301 int hdpvr_set_audio(struct hdpvr_device *dev, u8 input,
304 int hdpvr_config_call(struct hdpvr_device *dev, uint value,
307 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vid_info);
311 int get_input_lines_info(struct hdpvr_device *dev);
316 int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent,
319 int hdpvr_cancel_queue(struct hdpvr_device *dev);
323 int hdpvr_register_i2c_adapter(struct hdpvr_device *dev);
325 struct i2c_client *hdpvr_register_ir_rx_i2c(struct hdpvr_device *dev);
326 struct i2c_client *hdpvr_register_ir_tx_i2c(struct hdpvr_device *dev);
330 int hdpvr_free_buffers(struct hdpvr_device *dev);
331 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count);