Linux Kernel
3.7.1
|
Data Fields | |
struct v4l2_subdev | sd |
struct v4l2_ctrl_handler | hdl |
struct tvp514x_reg | tvp514x_regs [ARRAY_SIZE(tvp514x_reg_list_default)] |
struct tvp514x_platform_data * | pdata |
int | ver |
int | streaming |
enum tvp514x_std | current_std |
int | num_stds |
struct tvp514x_std_info * | std_list |
u32 | input |
u32 | output |
struct tvp514x_decoder - TVP5146/47 decoder object : Subdevice Slave handle : copy of hw's regs with preset values. : Board specific : Chip version : TVP5146/47 decoder streaming - enabled or disabled. : Current standard : Number of standards : Standards list : Input routing at chip level : Output routing at chip level
enum tvp514x_std current_std |
struct tvp514x_platform_data* pdata |
struct tvp514x_std_info* std_list |
struct tvp514x_reg tvp514x_regs[ARRAY_SIZE(tvp514x_reg_list_default)] |