hdpvr_config_call  150 drivers/media/usb/hdpvr/hdpvr-control.c 		ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE, input);
hdpvr_config_call  157 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, dev->options.video_std);
hdpvr_config_call  159 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE,
hdpvr_config_call  166 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_BITRATE_MODE_VALUE,
hdpvr_config_call  168 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode);
hdpvr_config_call  170 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_BRIGHTNESS, dev->options.brightness);
hdpvr_config_call  171 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_CONTRAST,   dev->options.contrast);
hdpvr_config_call  172 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_HUE,        dev->options.hue);
hdpvr_config_call  173 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_SATURATION, dev->options.saturation);
hdpvr_config_call  174 drivers/media/usb/hdpvr/hdpvr-control.c 	hdpvr_config_call(dev, CTRL_SHARPNESS,  dev->options.sharpness);
hdpvr_config_call  305 drivers/media/usb/hdpvr/hdpvr-video.c 	ret = hdpvr_config_call(dev, CTRL_START_STREAMING_VALUE, 0x00);
hdpvr_config_call  338 drivers/media/usb/hdpvr/hdpvr-video.c 	hdpvr_config_call(dev, CTRL_STOP_STREAMING_VALUE, 0x00);
hdpvr_config_call  607 drivers/media/usb/hdpvr/hdpvr-video.c 	return hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, std_type);
hdpvr_config_call  794 drivers/media/usb/hdpvr/hdpvr-video.c 	retval = hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE, index+1);
hdpvr_config_call  903 drivers/media/usb/hdpvr/hdpvr-video.c 		ret = hdpvr_config_call(dev, CTRL_BRIGHTNESS, ctrl->val);
hdpvr_config_call  909 drivers/media/usb/hdpvr/hdpvr-video.c 		ret = hdpvr_config_call(dev, CTRL_CONTRAST, ctrl->val);
hdpvr_config_call  915 drivers/media/usb/hdpvr/hdpvr-video.c 		ret = hdpvr_config_call(dev, CTRL_SATURATION, ctrl->val);
hdpvr_config_call  921 drivers/media/usb/hdpvr/hdpvr-video.c 		ret = hdpvr_config_call(dev, CTRL_HUE, ctrl->val);
hdpvr_config_call  927 drivers/media/usb/hdpvr/hdpvr-video.c 		ret = hdpvr_config_call(dev, CTRL_SHARPNESS, ctrl->val);
hdpvr_config_call  962 drivers/media/usb/hdpvr/hdpvr-video.c 			hdpvr_config_call(dev, CTRL_BITRATE_MODE_VALUE,
hdpvr_config_call  298 drivers/media/usb/hdpvr/hdpvr.h int hdpvr_config_call(struct hdpvr_device *dev, uint value,