| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/ |
| D | fsl-imx-esdhc.txt | 7 by mmc.txt and the properties used by the sdhci-esdhc-imx driver. 10 - compatible : Should be "fsl,<chip>-esdhc", the supported chips include 11 "fsl,imx25-esdhc" 12 "fsl,imx35-esdhc" 13 "fsl,imx51-esdhc" 14 "fsl,imx53-esdhc" 15 "fsl,imx6q-usdhc" 16 "fsl,imx6sl-usdhc" 17 "fsl,imx6sx-usdhc" 18 "fsl,imx7d-usdhc" [all …]
|
| D | marvell,xenon-sdhci.txt | 11 - compatible: should be one of the following 12 - "marvell,armada-3700-sdhci": For controllers on Armada-3700 SoC. 13 Must provide a second register area and marvell,pad-type. 14 - "marvell,armada-ap806-sdhci": For controllers on Armada AP806. 15 - "marvell,armada-cp110-sdhci": For controllers on Armada CP110. 17 - clocks: 22 - clock-names: 27 - reg: 28 * For "marvell,armada-3700-sdhci", two register areas. 31 Please follow the examples with compatible "marvell,armada-3700-sdhci" [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | fsl-imx-esdhc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/fsl-imx-esdhc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 13 - $ref: "mmc-controller.yaml" 20 by mmc.txt and the properties used by the sdhci-esdhc-imx driver. 25 - enum: 26 - fsl,imx25-esdhc 27 - fsl,imx35-esdhc [all …]
|
| D | marvell,xenon-sdhci.txt | 11 - compatible: should be one of the following 12 - "marvell,armada-3700-sdhci": For controllers on Armada-3700 SoC. 13 Must provide a second register area and marvell,pad-type. 14 - "marvell,armada-ap806-sdhci": For controllers on Armada AP806. 15 - "marvell,armada-cp110-sdhci": For controllers on Armada CP110. 17 - clocks: 22 - clock-names: 27 - reg: 28 * For "marvell,armada-3700-sdhci", two register areas. 31 Please follow the examples with compatible "marvell,armada-3700-sdhci" [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-fm-tx.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _fm-tx-controls: 12 limiter, RDS transmission and tuning power features. 15 .. _fm-tx-control-id: 27 step are driver-specific. 34 to 31 pre-defined programme types. 52 programme-related information or any other text. In these cases, 103 receiver-generated distortion and prevent overmodulation. 107 useconds. Step and range are driver-specific. 110 Configures audio frequency deviation level in Hz. The range and step [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | si4713.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 ---------------------------- 29 ------------------------- 34 The I2C device driver exports a v4l2-subdev interface to the kernel. 36 using the v4l2-subdev calls (g_ext_ctrls, s_ext_ctrls). 48 ---------------------- 51 Here is an output from v4l2-ctl util: 53 .. code-block:: none 55 / # v4l2-ctl -d /dev/radio0 --all -L 57 Driver name : radio-si4713 [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/v4l-drivers/ |
| D | si4713.rst | 12 ---------------------------- 27 ------------------------- 32 The I2C device driver exports a v4l2-subdev interface to the kernel. 34 using the v4l2-subdev calls (g_ext_ctrls, s_ext_ctrls). 46 ---------------------- 49 Here is an output from v4l2-ctl util: 51 .. code-block:: none 53 / # v4l2-ctl -d /dev/radio0 --all -L 55 Driver name : radio-si4713 68 Frequency range : 76.0 MHz - 108.0 MHz [all …]
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | sdhci-pci-gli.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * Version: v0.9.0 (2019-08-08) 16 #include "sdhci-pci.h" 181 /* reset the tuning flow after reinit and before starting tuning */ in gli_set_9750() 218 /* enable tuning parameters control */ in gli_set_9750() 224 /* write tuning parameters */ in gli_set_9750() 227 /* disable tuning parameters control */ in gli_set_9750() 275 if (!host->tuning_done) { in __sdhci_execute_tuning_9750() 288 if (!host->tuning_done) { in __sdhci_execute_tuning_9750() 289 pr_info("%s: Tuning timeout, falling back to fixed sampling clock\n", in __sdhci_execute_tuning_9750() [all …]
|
| D | sdhci-xenon-phy.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Date: 2016-8-24 16 #include "sdhci-pltfm.h" 17 #include "sdhci-xenon.h" 194 /* Divider for calculating Tuning Step */ 206 params = devm_kzalloc(mmc_dev(host->mmc), sizeof(*params), GFP_KERNEL); in xenon_alloc_emmc_phy() 208 return -ENOMEM; in xenon_alloc_emmc_phy() 210 priv->phy_params = params; in xenon_alloc_emmc_phy() 211 if (priv->phy_type == EMMC_5_0_PHY) in xenon_alloc_emmc_phy() 212 priv->emmc_phy_regs = &xenon_emmc_5_0_phy_regs; in xenon_alloc_emmc_phy() [all …]
|
| /kernel/linux/linux-5.10/include/media/ |
| D | tuner-types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 * enum param_type - type of the tuner pameters 27 * struct tuner_range - define the frequencies supported by the tuner 54 * struct tuner_params - Parameters to be used to setup the tuner. Those 55 * are used by drivers/media/tuners/tuner-types.c in 57 * the parameters are for tuners based on tda9887 IF-PLL 58 * multi-standard analog TV/Radio demodulator, with is 65 * @cb_first_if_lower_freq: Many Philips-based tuners have a comment in 68 * switching, and to ensure smooth tuning to the 74 * in very low tuning voltage which may drive the [all …]
|
| D | dvb_frontend.h | 4 * The Digital TV Frontend kABI defines a driver-internal interface for 5 * registering low-level, hardware specific driver to a hardware independent 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 61 * struct dvb_frontend_tune_settings - parameters to adjust frontend tuning 63 * @min_delay_ms: minimum delay for tuning, in ms 64 * @step_size: step size between two consecutive frequencies 78 * struct dvb_tuner_info - Frontend name and min/max ranges/bandwidths 83 * @frequency_step_hz: frequency step in Hz 86 * @bandwidth_step: frontend bandwidth step 101 * struct analog_parameters - Parameters to tune into an analog/radio channel [all …]
|
| /kernel/linux/linux-4.19/include/media/ |
| D | tuner-types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 * enum param_type - type of the tuner pameters 27 * struct tuner_range - define the frequencies supported by the tuner 54 * struct tuner_params - Parameters to be used to setup the tuner. Those 55 * are used by drivers/media/tuners/tuner-types.c in 57 * the parameters are for tuners based on tda9887 IF-PLL 58 * multi-standard analog TV/Radio demodulator, with is 65 * @cb_first_if_lower_freq: Many Philips-based tuners have a comment in 68 * switching, and to ensure smooth tuning to the 74 * in very low tuning voltage which may drive the [all …]
|
| D | dvb_frontend.h | 4 * The Digital TV Frontend kABI defines a driver-internal interface for 5 * registering low-level, hardware specific driver to a hardware independent 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 60 * struct dvb_frontend_tune_settings - parameters to adjust frontend tuning 62 * @min_delay_ms: minimum delay for tuning, in ms 63 * @step_size: step size between two consecutive frequencies 77 * struct dvb_tuner_info - Frontend name and min/max ranges/bandwidths 82 * @frequency_step_hz: frequency step in Hz 85 * @bandwidth_step: frontend bandwidth step 100 * struct analog_parameters - Parameters to tune into an analog/radio channel [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
| D | ccu_sdm.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. 9 #include <linux/clk-provider.h> 17 * XXX We don't know what the step and bottom register fields 36 /* second enable bit in tuning register */
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | imx6sll.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * Copyright 2017-2018 NXP. 8 #include <dt-bindings/clock/imx6sll-clock.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include "imx6sll-pinfunc.h" 14 #address-cells = <1>; 15 #size-cells = <1>; 44 #address-cells = <1>; 45 #size-cells = <0>; [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00link.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> 10 Abstract: rt2x00 generic link tuning routines. 20 * When we lack RSSI information return something less then -80 to 23 #define DEFAULT_RSSI -128 31 return -avg; in rt2x00link_get_avg_rssi() 38 struct link_ant *ant = &rt2x00dev->link.ant; in rt2x00link_antenna_get_link_rssi() 40 if (rt2x00dev->link.qual.rx_success) in rt2x00link_antenna_get_link_rssi() 41 return rt2x00link_get_avg_rssi(&ant->rssi_ant); in rt2x00link_antenna_get_link_rssi() 48 struct link_ant *ant = &rt2x00dev->link.ant; in rt2x00link_antenna_get_rssi_history() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00link.c | 2 Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> 21 Abstract: rt2x00 generic link tuning routines. 31 * When we lack RSSI information return something less then -80 to 34 #define DEFAULT_RSSI -128 42 return -avg; in rt2x00link_get_avg_rssi() 49 struct link_ant *ant = &rt2x00dev->link.ant; in rt2x00link_antenna_get_link_rssi() 51 if (rt2x00dev->link.qual.rx_success) in rt2x00link_antenna_get_link_rssi() 52 return rt2x00link_get_avg_rssi(&ant->rssi_ant); in rt2x00link_antenna_get_link_rssi() 59 struct link_ant *ant = &rt2x00dev->link.ant; in rt2x00link_antenna_get_rssi_history() 61 if (ant->rssi_history) in rt2x00link_antenna_get_rssi_history() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
| D | imx8mp.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/imx8mp-clock.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/thermal/thermal.h> 12 #include "imx8mp-pinfunc.h" 15 interrupt-parent = <&gic>; 16 #address-cells = <2>; 17 #size-cells = <2>; [all …]
|
| D | imx8mn.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/imx8mn-clock.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/thermal/thermal.h> 12 #include "imx8mn-pinfunc.h" 15 interrupt-parent = <&gic>; 16 #address-cells = <2>; 17 #size-cells = <2>; [all …]
|
| /kernel/linux/linux-5.10/tools/thermal/tmon/ |
| D | pid.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 29 * PID (Proportional-Integral-Derivative) controller is commonly used in 39 * y[k] = y[k-1] - kp*(x[k] - x[k-1]) + Ki*Ts*e[k] - Kd*(x[k] 40 * - 2*x[k-1]+x[k-2])/Ts 46 static double xk_1, xk_2; /* input temperature x[k-#] */ 50 * 1. use CPU burn to produce open loop unit step response 51 * 2. calculate PID based on Ziegler-Nichols rule 53 * add a flag for tuning PID 61 /* TODO: get it from TUI tuning tab */ in init_thermal_controller() 74 syslog(LOG_DEBUG, "TC inactive, relax p-state\n"); in controller_reset() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx7ulp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 8 #include <dt-bindings/clock/imx7ulp-clock.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include "imx7ulp-pinfunc.h" 15 interrupt-parent = <&intc>; 17 #address-cells = <1>; 18 #size-cells = <1>; 37 #address-cells = <1>; [all …]
|
| D | imx6sll.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * Copyright 2017-2018 NXP. 8 #include <dt-bindings/clock/imx6sll-clock.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include "imx6sll-pinfunc.h" 14 #address-cells = <1>; 15 #size-cells = <1>; 44 #address-cells = <1>; 45 #size-cells = <0>; [all …]
|
| /kernel/linux/linux-4.19/drivers/clk/sunxi-ng/ |
| D | ccu_sdm.h | 2 * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. 17 #include <linux/clk-provider.h> 25 * XXX We don't know what the step and bottom register fields 44 /* second enable bit in tuning register */
|
| /kernel/linux/linux-4.19/tools/thermal/tmon/ |
| D | pid.c | 40 * PID (Proportional-Integral-Derivative) controller is commonly used in 50 * y[k] = y[k-1] - kp*(x[k] - x[k-1]) + Ki*Ts*e[k] - Kd*(x[k] 51 * - 2*x[k-1]+x[k-2])/Ts 57 static double xk_1, xk_2; /* input temperature x[k-#] */ 61 * 1. use CPU burn to produce open loop unit step response 62 * 2. calculate PID based on Ziegler-Nichols rule 64 * add a flag for tuning PID 72 /* TODO: get it from TUI tuning tab */ in init_thermal_controller() 85 syslog(LOG_DEBUG, "TC inactive, relax p-state\n"); in controller_reset() 93 * y[k] = y[k-1] - kp*(x[k] - x[k-1]) + Ki*Ts*e[k] - Kd*(x[k] [all …]
|
| /kernel/linux/linux-4.19/drivers/mmc/host/ |
| D | sdhci-xenon-phy.c | 7 * Date: 2016-8-24 19 #include "sdhci-pltfm.h" 20 #include "sdhci-xenon.h" 197 /* Divider for calculating Tuning Step */ 209 params = devm_kzalloc(mmc_dev(host->mmc), sizeof(*params), GFP_KERNEL); in xenon_alloc_emmc_phy() 211 return -ENOMEM; in xenon_alloc_emmc_phy() 213 priv->phy_params = params; in xenon_alloc_emmc_phy() 214 if (priv->phy_type == EMMC_5_0_PHY) in xenon_alloc_emmc_phy() 215 priv->emmc_phy_regs = &xenon_emmc_5_0_phy_regs; in xenon_alloc_emmc_phy() 217 priv->emmc_phy_regs = &xenon_emmc_5_1_phy_regs; in xenon_alloc_emmc_phy() [all …]
|