Go to the documentation of this file.
20 #ifndef _CCDC_HW_DEVICE_H
21 #define _CCDC_HW_DEVICE_H
24 #include <linux/videodev2.h>
25 #include <linux/device.h>
44 void (*enable_out_to_sdram) (
int en);
46 int (*set_hw_if_params) (
struct vpfe_hw_if_param *
param);
48 int (*get_hw_if_params) (
struct vpfe_hw_if_param *
param);
71 int (*enum_pix)(
u32 *hw_pix,
int i);
81 unsigned int (*get_line_length) (
void);
91 void (*setfbaddr) (
unsigned long addr);
96 struct ccdc_hw_device {
102 struct ccdc_hw_ops hw_ops;