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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A Dhdpvr-control.c27 int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf) function
173 ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE,
181 hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, dev->options.video_std);
183 hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE,
190 hdpvr_config_call(dev, CTRL_BITRATE_MODE_VALUE,
192 hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode);
194 hdpvr_config_call(dev, CTRL_BRIGHTNESS, dev->options.brightness);
195 hdpvr_config_call(dev, CTRL_CONTRAST, dev->options.contrast);
196 hdpvr_config_call(dev, CTRL_HUE, dev->options.hue);
197 hdpvr_config_call(de
[all...]
H A Dhdpvr-video.c285 hdpvr_config_call(dev, CTRL_START_STREAMING_VALUE, 0x00);
322 hdpvr_config_call(dev, CTRL_STOP_STREAMING_VALUE, 0x00);
596 return hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, std_type);
641 retval = hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE, index+1);
847 retval = hdpvr_config_call(dev, CTRL_BRIGHTNESS, ctrl->value);
852 retval = hdpvr_config_call(dev, CTRL_CONTRAST, ctrl->value);
857 retval = hdpvr_config_call(dev, CTRL_SATURATION, ctrl->value);
862 retval = hdpvr_config_call(dev, CTRL_HUE, ctrl->value);
867 retval = hdpvr_config_call(dev, CTRL_SHARPNESS, ctrl->value);
1028 /* hdpvr_config_call(de
[all...]
H A Dhdpvr.h285 int hdpvr_config_call(struct hdpvr_device *dev, uint value,

Completed in 123 milliseconds