Searched refs:hdpvr_config_call (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr-control.c | 27 int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf) in hdpvr_config_call() function 154 ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE, input); in hdpvr_set_audio() 161 hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, dev->options.video_std); in hdpvr_set_options() 163 hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE, in hdpvr_set_options() 170 hdpvr_config_call(dev, CTRL_BITRATE_MODE_VALUE, in hdpvr_set_options() 172 hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode); in hdpvr_set_options() 174 hdpvr_config_call(dev, CTRL_BRIGHTNESS, dev->options.brightness); in hdpvr_set_options() 175 hdpvr_config_call(dev, CTRL_CONTRAST, dev->options.contrast); in hdpvr_set_options() 176 hdpvr_config_call(dev, CTRL_HUE, dev->options.hue); in hdpvr_set_options() 177 hdpvr_config_call(dev, CTRL_SATURATION, dev->options.saturation); in hdpvr_set_options() [all …]
|
D | hdpvr-video.c | 312 ret = hdpvr_config_call(dev, CTRL_START_STREAMING_VALUE, 0x00); in hdpvr_start_streaming() 347 hdpvr_config_call(dev, CTRL_STOP_STREAMING_VALUE, 0x00); in hdpvr_stop_streaming() 598 return hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, std_type); in vidioc_s_std() 786 retval = hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE, index+1); in vidioc_s_input() 897 ret = hdpvr_config_call(dev, CTRL_BRIGHTNESS, ctrl->val); in hdpvr_s_ctrl() 903 ret = hdpvr_config_call(dev, CTRL_CONTRAST, ctrl->val); in hdpvr_s_ctrl() 909 ret = hdpvr_config_call(dev, CTRL_SATURATION, ctrl->val); in hdpvr_s_ctrl() 915 ret = hdpvr_config_call(dev, CTRL_HUE, ctrl->val); in hdpvr_s_ctrl() 921 ret = hdpvr_config_call(dev, CTRL_SHARPNESS, ctrl->val); in hdpvr_s_ctrl() 956 hdpvr_config_call(dev, CTRL_BITRATE_MODE_VALUE, in hdpvr_s_ctrl()
|
D | hdpvr.h | 304 int hdpvr_config_call(struct hdpvr_device *dev, uint value,
|