Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/usb/hdpvr/
A Dhdpvr-control.c23 int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf) in hdpvr_config_call() function
150 ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE, input); in hdpvr_set_audio()
157 hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, dev->options.video_std); in hdpvr_set_options()
159 hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE, in hdpvr_set_options()
166 hdpvr_config_call(dev, CTRL_BITRATE_MODE_VALUE, in hdpvr_set_options()
168 hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode); in hdpvr_set_options()
170 hdpvr_config_call(dev, CTRL_BRIGHTNESS, dev->options.brightness); in hdpvr_set_options()
171 hdpvr_config_call(dev, CTRL_CONTRAST, dev->options.contrast); in hdpvr_set_options()
172 hdpvr_config_call(dev, CTRL_HUE, dev->options.hue); in hdpvr_set_options()
173 hdpvr_config_call(dev, CTRL_SATURATION, dev->options.saturation); in hdpvr_set_options()
[all …]
A Dhdpvr-video.c305 ret = hdpvr_config_call(dev, CTRL_START_STREAMING_VALUE, 0x00); in hdpvr_start_streaming()
337 hdpvr_config_call(dev, CTRL_STOP_STREAMING_VALUE, 0x00); in hdpvr_stop_streaming()
606 return hdpvr_config_call(dev, CTRL_VIDEO_STD_TYPE, std_type); in vidioc_s_std()
793 retval = hdpvr_config_call(dev, CTRL_VIDEO_INPUT_VALUE, index+1); in vidioc_s_input()
902 ret = hdpvr_config_call(dev, CTRL_BRIGHTNESS, ctrl->val); in hdpvr_s_ctrl()
908 ret = hdpvr_config_call(dev, CTRL_CONTRAST, ctrl->val); in hdpvr_s_ctrl()
914 ret = hdpvr_config_call(dev, CTRL_SATURATION, ctrl->val); in hdpvr_s_ctrl()
920 ret = hdpvr_config_call(dev, CTRL_HUE, ctrl->val); in hdpvr_s_ctrl()
926 ret = hdpvr_config_call(dev, CTRL_SHARPNESS, ctrl->val); in hdpvr_s_ctrl()
961 hdpvr_config_call(dev, CTRL_BITRATE_MODE_VALUE, in hdpvr_s_ctrl()
A Dhdpvr.h298 int hdpvr_config_call(struct hdpvr_device *dev, uint value,

Completed in 7 milliseconds