Home
last modified time | relevance | path

Searched refs:V4L2_CID_RF_TUNER_RF_GAIN (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-rf-tuner.rst58 ``V4L2_CID_RF_TUNER_RF_GAIN (integer)``
70 ``V4L2_CID_RF_TUNER_RF_GAIN`` to understand how RF gain and LNA gain
H A Dv4l2.rst122 V4L2_CID_RF_TUNER_RF_GAIN control. Added transmitter support for
H A Dhist-v4l2.rst1175 2. Added ``V4L2_CID_RF_TUNER_RF_GAIN`` RF Tuner control.
/OK3568_Linux_fs/kernel/drivers/media/usb/hackrf/
H A Dhackrf.c1279 case V4L2_CID_RF_TUNER_RF_GAIN: in hackrf_s_ctrl_rx()
1320 case V4L2_CID_RF_TUNER_RF_GAIN: in hackrf_s_ctrl_tx()
1434 &hackrf_ctrl_ops_rx, V4L2_CID_RF_TUNER_RF_GAIN, 0, 12, 12, 0); in hackrf_probe()
1459 &hackrf_ctrl_ops_tx, V4L2_CID_RF_TUNER_RF_GAIN, 0, 15, 15, 0); in hackrf_probe()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dv4l2-controls.h1072 #define V4L2_CID_RF_TUNER_RF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 32) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dv4l2-controls.h1072 #define V4L2_CID_RF_TUNER_RF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 32) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dv4l2-controls.h1180 #define V4L2_CID_RF_TUNER_RF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 32) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dv4l2-controls.h1199 #define V4L2_CID_RF_TUNER_RF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 32) macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c1190 case V4L2_CID_RF_TUNER_RF_GAIN: return "RF Gain"; in v4l2_ctrl_get_name()
1570 case V4L2_CID_RF_TUNER_RF_GAIN: in v4l2_ctrl_fill()