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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvp7002.c359 static const struct tvp7002_preset_definition tvp7002_presets[] = { variable in typeref:struct:tvp7002_preset_definition
432 #define NUM_PRESETS ARRAY_SIZE(tvp7002_presets)
612 preset = tvp7002_presets[i].preset;
614 device->current_preset = &tvp7002_presets[i];
615 return tvp7002_write_inittab(sd, tvp7002_presets[i].p_settings);
787 const struct tvp7002_preset_definition *presets = tvp7002_presets;
955 const struct tvp7002_preset_definition *presets = tvp7002_presets;
1008 return v4l_fill_dv_preset_info(tvp7002_presets[preset->index].preset, preset);
1054 .current_preset = tvp7002_presets,

Completed in 37 milliseconds