Home
last modified time | relevance | path

Searched full:tune (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/linux/drivers/phy/st/
H A Dphy-stm32-usbphyc.c142 u32 tune; member
478 usbphyc_phy->tune |= INCURREN | FIELD_PREP(INCURRINT, val); in stm32_usbphyc_phy_tuning()
485 usbphyc_phy->tune |= LFSCAPEN; in stm32_usbphyc_phy_tuning()
488 usbphyc_phy->tune |= HSDRVSLEW; in stm32_usbphyc_phy_tuning()
490 ret = of_property_read_u32(np, "st,tune-hs-dc-level", &val); in stm32_usbphyc_phy_tuning()
494 usbphyc_phy->tune |= HSDRVDCCUR; in stm32_usbphyc_phy_tuning()
497 usbphyc_phy->tune |= HSDRVCURINCR | FIELD_PREP(HSDRVDCLEV, val); in stm32_usbphyc_phy_tuning()
500 dev_warn(usbphyc->dev, "phy%d: invalid st,tune-hs-dc-level\n", index); in stm32_usbphyc_phy_tuning()
505 usbphyc_phy->tune |= FSDRVRFADJ; in stm32_usbphyc_phy_tuning()
508 usbphyc_phy->tune |= HSDRVRFRED; in stm32_usbphyc_phy_tuning()
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8mq-usb-phy.yaml48 fsl,phy-tx-vref-tune-percent:
54 fsl,phy-tx-rise-tune-percent:
61 fsl,phy-tx-preemp-amp-tune-microamp:
73 fsl,phy-comp-dis-tune-percent:
126 fsl,phy-tx-vref-tune-percent:
128 fsl,phy-tx-rise-tune-percent:
140 fsl,phy-tx-vref-tune-percent:
142 fsl,phy-comp-dis-tune-percent:
H A Dphy-stm32-usbphyc.yaml91 # all optional parameters to tune the interface of the PHY (HS for High-Speed, FS for Full-
106 st,tune-hs-dc-level:
162 st,tune-squelch-level:
178 st,tune-hs-rx-offset:
258 st,tune-hs-dc-level = <2>;
263 st,tune-squelch-level = <3>;
264 st,tune-hs-rx-offset = <2>;
276 st,tune-hs-dc-level = <2>;
281 st,tune-squelch-level = <3>;
282 st,tune-hs-rx-offset = <2>;
/linux/drivers/media/tuners/
H A Dmt2266.c122 u32 tune; in mt2266_set_params() local
135 tune = 2 * freq * (8192/16) / (FREF/16); in mt2266_set_params()
138 tune *= 2; in mt2266_set_params()
200 b[1] = (tune >> 8) & 0x1F; in mt2266_set_params()
201 b[2] = tune & 0xFF; in mt2266_set_params()
202 b[3] = tune >> 13; in mt2266_set_params()
205 dprintk("set_parms: tune=%d band=%d %s", in mt2266_set_params()
206 (int) tune, (int) lnaband, in mt2266_set_params()
H A Dmt2060_priv.h47 TAD1 : Tune Line ADC ( ? )
49 TAD2 : Tune Line ADC ( ? )
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h3 * Driver for HiSilicon PCIe tune and trace device
94 * struct hisi_ptt_tune_desc - Describe tune event for PTT tune
95 * @hisi_ptt: PTT device this tune event belongs to
203 * @tune_lock: lock to serialize the tune process
H A DKconfig3 tristate "HiSilicon PCIe Tune and Trace Device"
7 HiSilicon PCIe Tune and Trace device exists as a PCIe RCiEP
/linux/drivers/media/dvb-frontends/
H A Ddib0090.c1220 /* in case of CBAND tune reduce first the lt_gain2 before adjusting the RF gain */ in dib0090_gain_control()
1299 …("tune state %d, ADC = %3ddB (ADC err %3d) WBD %3ddB (WBD err %3d, WBD val SADC: %4d), RFGainLimit… in dib0090_gain_control()
2044 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2060 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090()
2062 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090()
2064 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090()
2065 tune++; in dib0090_update_tuning_table_7090()
2068 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2070 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2140 … where auto captrim HW bug : TO CHECK IN ACI for SOCS !!! if 400 for 8090p SOC => tune issue !!! */ in dib0090_captrim_search()
[all …]
H A Das102_fe_types.h67 /* tune state available */
134 /* tune status */
H A Ddib0070.c325 const struct dib0070_tuning *tune; in dib0070_tune_digital() local
348 tune = dib0070s_tuning_table; in dib0070_tune_digital()
352 tune = dib0070_tuning_table; in dib0070_tune_digital()
359 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital()
360 tune++; in dib0070_tune_digital()
364 state->current_tune_table_index = tune; in dib0070_tune_digital()
/linux/drivers/media/usb/dvb-usb/
H A Ddtt200u-fe.c139 … int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dtt200u_fe_get_tune_settings() argument
141 tune->min_delay_ms = 1500; in dtt200u_fe_get_tune_settings()
142 tune->step_size = 0; in dtt200u_fe_get_tune_settings()
143 tune->max_drift = 0; in dtt200u_fe_get_tune_settings()
/linux/include/linux/mfd/
H A Dsi476x-core.h98 * @tuning: Wait queue used for wainting for tune/seek comand
274 * enum si476x_tunemode - enum representing possible tune modes for
277 * channel after tune, tune status is valid.
279 * channel after tune, tune status invalid.
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2055.h94 #define B2055_LGEN_TUNE1 0x56 /* LGEN tune 1 */
95 #define B2055_LGEN_TUNE2 0x57 /* LGEN tune 2 */
103 #define B2055_C1_LGBUF_ATUNE 0x5F /* Core 1 LGBUF A tune */
104 #define B2055_C1_LGBUF_GTUNE 0x60 /* Core 1 LGBUF G tune */
150 #define B2055_C2_LGBUF_ATUNE 0x8E /* Core 2 LGBUF A tune */
151 #define B2055_C2_LGBUF_GTUNE 0x8F /* Core 2 LGBUF G tune */
/linux/Documentation/userspace-api/media/dvb/
H A Ddvbproperty.rst17 union with the parameters needed to tune for DVB-S, DVB-C, DVB-T and
50 **Example**: in order to set the hardware to tune into a DVB-C channel
67 :ref:`DTV_TUNE <DTV-TUNE>`
H A Dfrontend-property-cable-systems.rst28 - :ref:`DTV_TUNE <DTV-TUNE>`
62 - :ref:`DTV_TUNE <DTV-TUNE>`
H A Dfrontend-property-satellite-systems.rst21 - :ref:`DTV_TUNE <DTV-TUNE>`
91 - :ref:`DTV_TUNE <DTV-TUNE>`
/linux/drivers/clk/tegra/
H A Dclk-dfll.h26 * @set_clock_trimmers_high: callback to tune clock trimmers for high voltage
27 * @set_clock_trimmers_low: callback to tune clock trimmers for low voltage
/linux/drivers/media/rc/keymaps/
H A Drc-apac-viewcomp.c49 { 0x0c, KEY_KPPLUS }, /* fine tune >>>> */
50 { 0x18, KEY_KPMINUS }, /* fine tune <<<< */
H A Drc-winfast.c44 { 0x18, KEY_KPPLUS }, /* fine tune + , not on Y040052 */
45 { 0x19, KEY_KPMINUS }, /* fine tune - , not on Y040052 */
/linux/Documentation/devicetree/bindings/mfd/
H A Drohm,bd96802-pmic.yaml76 /* 0.5V min INITIAL - 150 mV tune */
78 /* 3.3V + 150mV tune */
/linux/drivers/media/common/siano/
H A Dsmsdvb-main.c872 struct dvb_frontend_tune_settings *tune) in smsdvb_get_tune_settings() argument
876 tune->min_delay_ms = 400; in smsdvb_get_tune_settings()
877 tune->step_size = 250000; in smsdvb_get_tune_settings()
878 tune->max_drift = 0; in smsdvb_get_tune_settings()
931 /* tune with LNA off at first */ in smsdvb_dvbt_set_frontend()
940 /* previous tune didn't lock - enable LNA and tune again */ in smsdvb_dvbt_set_frontend()
1002 /* tune with LNA off at first */ in smsdvb_isdbt_set_frontend()
1011 /* previous tune didn't lock - enable LNA and tune again */ in smsdvb_isdbt_set_frontend()
/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c54 * - fixed problem with incomplete tune operations by own buffers
123 /* Tune timeout */
126 MODULE_PARM_DESC(tune_timeout, "Tune timeout: *3000*");
215 /* wait till tune operation has completed */ in si470x_set_chan()
223 dev_warn(&radio->videodev.dev, "tune does not complete\n"); in si470x_set_chan()
226 "tune timed out after %u ms\n", tune_timeout); in si470x_set_chan()
340 /* wait till tune operation has completed */ in si470x_set_seek()
/linux/drivers/media/usb/as102/
H A Das10x_cmd.c94 * as10x_cmd_set_tune - send set tune command to AS10x
96 * @ptune: tune parameters
149 * as10x_cmd_get_tune_status - send get tune status command to AS10x
151 * @pstatus: pointer to updated status structure of the current tune
/linux/arch/arm/boot/dts/st/
H A Dstm32mp135f-dhcor-dhsbc.dts398 st,tune-hs-dc-level = <2>;
402 st,tune-squelch-level = <1>;
416 st,tune-hs-dc-level = <2>;
420 st,tune-squelch-level = <1>;
/linux/include/media/
H A Ddvb_frontend.h101 * struct analog_parameters - Parameters to tune into an analog/radio channel
122 * enum dvbfe_algo - defines the algorithm used to tune into a channel
194 * @set_params: callback function used to inform the tuner to tune
202 * @set_analog_params: callback function used to tune into an analog TV
374 * @tune: callback function used by demod drivers that use
375 * @DVBFE_ALGO_HW to tune into a frequency.
456 int (*tune)(struct dvb_frontend* fe, member

12345678910>>...12