Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/afe/
H A Dvoltage-divider.txt15 +---- Vout
25 - io-channels : Channel node of a voltage io-channel measuring Vout.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumoutput.rst57 example: "Vout". This information is intended for the user,
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddrxd_hard.c874 u32 Vmax, Rpar, Vmin, Vout; in ReadIFAgc() local
882 Vout = Vmin + ((Vmax - Vmin) * Value) / 1024; in ReadIFAgc()
884 *pValue = Vout; in ReadIFAgc()