Home
last modified time | relevance | path

Searched refs:retune (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8904.yaml87 wlf,retune-mobile-cfg-names:
90 List of strings for the available retune modes.
91 If absent, retune is disabled.
93 wlf,retune-mobile-cfg-hz:
96 If absent, retune is disabled.
98 wlf,retune-mobile-cfg-regs:
103 the length of wlf,retune-mobile-cfg-names.
104 If absent, retune is disabled.
113 wlf,retune-mobile-cfg-names: [ 'wlf,retune-mobile-cfg-hz', 'wlf,retune-mobile-cfg-regs' ]
114 wlf,retune-mobile-cfg-regs: [ 'wlf,retune-mobile-cfg-names', 'wlf,retune-mobile-cfg-hz' ]
[all …]
/linux-6.15/drivers/media/dvb-frontends/
H A Dcx24116.c1213 int i, status, ret, retune = 1; in cx24116_set_frontend() local
1257 retune++; in cx24116_set_frontend()
1321 dprintk("%s: retune = %d\n", __func__, retune); in cx24116_set_frontend()
1423 } while (--retune); in cx24116_set_frontend()
H A Dcx24117.c1301 int i, status, ret, retune = 1; in cx24117_set_frontend() local
1372 retune = 3; in cx24117_set_frontend()
1421 "%s: retune = %d\n", __func__, retune); in cx24117_set_frontend()
1526 } while (--retune); in cx24117_set_frontend()
/linux-6.15/drivers/iio/adc/
H A Dad9467.c715 retune: in ad9467_calibrate()
757 goto retune; in ad9467_calibrate()
/linux-6.15/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c1382 bool retune, in cxd2880_tune() argument
1394 if (retune) { in cxd2880_tune()