Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-rf-tuner.rst65 ``V4L2_CID_RF_TUNER_RF_GAIN (integer)``
77 ``V4L2_CID_RF_TUNER_RF_GAIN`` to understand how RF gain and LNA gain
Dv4l2.rst127 V4L2_CID_RF_TUNER_RF_GAIN control. Added transmitter support for
Dhist-v4l2.rst1267 2. Added ``V4L2_CID_RF_TUNER_RF_GAIN`` RF Tuner control.
/Linux-v5.4/drivers/media/usb/hackrf/
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()
/Linux-v5.4/include/uapi/linux/
Dv4l2-controls.h1105 #define V4L2_CID_RF_TUNER_RF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 32) macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c1091 case V4L2_CID_RF_TUNER_RF_GAIN: return "RF Gain"; in v4l2_ctrl_get_name()
1414 case V4L2_CID_RF_TUNER_RF_GAIN: in v4l2_ctrl_fill()