| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | dev-touch.rst | 26 lines, or tx/rx). Mutual Capacitance measured is at the nodes where the 27 conductors cross. Alternatively, Self Capacitance measures the signal from each 30 A touch input may be determined by comparing the raw capacitance measurement to 35 The reference measurement takes account of variations in the capacitance across
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | dev-touch.rst | 26 lines, or tx/rx). Mutual Capacitance measured is at the nodes where the 27 conductors cross. Alternatively, Self Capacitance measures the signal from each 30 A touch input may be determined by comparing the raw capacitance measurement to 35 The reference measurement takes account of variations in the capacitance across
|
| /kernel/linux/linux-5.10/drivers/input/rmi4/ |
| D | rmi_f54.c | 45 * @F54_8BIT_IMAGE: Normalized 8-Bit Image Report. The capacitance variance 48 * @F54_16BIT_IMAGE: Normalized 16-Bit Image Report. The capacitance variance 52 * Raw 16-Bit Image Report. The raw capacitance for each 55 * @F54_TRUE_BASELINE: True Baseline Report. The baseline capacitance for each 58 * @F54_FULL_RAW_CAP: Full Raw Capacitance Report. The raw capacitance with 63 * Full Raw Capacitance with Receiver Offset Removed 66 * capacitance for each pixel. 85 [F54_FULL_RAW_CAP] = "Full Raw Capacitance", 87 = "Full Raw Capacitance RX Offset Removed",
|
| /kernel/linux/linux-4.19/drivers/input/rmi4/ |
| D | rmi_f54.c | 42 * @F54_8BIT_IMAGE: Normalized 8-Bit Image Report. The capacitance variance 45 * @F54_16BIT_IMAGE: Normalized 16-Bit Image Report. The capacitance variance 49 * Raw 16-Bit Image Report. The raw capacitance for each 52 * @F54_TRUE_BASELINE: True Baseline Report. The baseline capacitance for each 55 * @F54_FULL_RAW_CAP: Full Raw Capacitance Report. The raw capacitance with 60 * Full Raw Capacitance with Receiver Offset Removed 63 * capacitance for each pixel. 82 [F54_FULL_RAW_CAP] = "Full Raw Capacitance", 84 = "Full Raw Capacitance RX Offset Removed",
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap2/ |
| D | vc.c | 74 /* Default I2C trace length on pcb, 6.3cm. Used for capacitance calculations. */ 606 * channel capacitance and set the timing parameters based on this. 612 u32 capacitance; in omap4_vc_i2c_timing_init() local 622 /* PCB trace capacitance, 0.125pF / mm => mm / 8 */ in omap4_vc_i2c_timing_init() 623 capacitance = DIV_ROUND_UP(sr_i2c_pcb_length, 8); in omap4_vc_i2c_timing_init() 625 /* OMAP pad capacitance */ in omap4_vc_i2c_timing_init() 626 capacitance += 4; in omap4_vc_i2c_timing_init() 628 /* PMIC pad capacitance */ in omap4_vc_i2c_timing_init() 629 capacitance += voltdm->pmic->i2c_pad_load; in omap4_vc_i2c_timing_init() 631 /* Search for capacitance match in the table */ in omap4_vc_i2c_timing_init() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | vc.c | 99 /* Default I2C trace length on pcb, 6.3cm. Used for capacitance calculations. */ 661 * channel capacitance and set the timing parameters based on this. 667 u32 capacitance; in omap4_vc_i2c_timing_init() local 677 /* PCB trace capacitance, 0.125pF / mm => mm / 8 */ in omap4_vc_i2c_timing_init() 678 capacitance = DIV_ROUND_UP(sr_i2c_pcb_length, 8); in omap4_vc_i2c_timing_init() 680 /* OMAP pad capacitance */ in omap4_vc_i2c_timing_init() 681 capacitance += 4; in omap4_vc_i2c_timing_init() 683 /* PMIC pad capacitance */ in omap4_vc_i2c_timing_init() 684 capacitance += voltdm->pmic->i2c_pad_load; in omap4_vc_i2c_timing_init() 686 /* Search for capacitance match in the table */ in omap4_vc_i2c_timing_init() [all …]
|
| /kernel/linux/linux-4.19/drivers/thermal/ |
| D | cpu_cooling.c | 190 * @capacitance: dynamic power coefficient for these cpus 201 u32 capacitance) in update_freq_table() argument 252 power = (u64)capacitance * freq_mhz * voltage_mv * voltage_mv; in update_freq_table() 597 * @capacitance: dynamic power coefficient for these cpus 609 struct cpufreq_policy *policy, u32 capacitance) in __cpufreq_cooling_register() argument 678 if (capacitance) { in __cpufreq_cooling_register() 679 ret = update_freq_table(cpufreq_cdev, capacitance); in __cpufreq_cooling_register() 763 u32 capacitance = 0; in of_cpufreq_cooling_register() local 773 &capacitance); in of_cpufreq_cooling_register() 775 cdev = __cpufreq_cooling_register(np, policy, capacitance); in of_cpufreq_cooling_register()
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | si476x-platform.h | 185 * @xcload: Selects the amount of additional on-chip capacitance to 187 * GND. One half of the capacitance value shown here is the 188 * additional load capacitance presented to the xtal. The
|
| /kernel/linux/linux-4.19/include/linux/mfd/ |
| D | si476x-platform.h | 194 * @xcload: Selects the amount of additional on-chip capacitance to 196 * GND. One half of the capacitance value shown here is the 197 * additional load capacitance presented to the xtal. The
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | iqs269a.yaml | 181 description: Increases the global capacitance adder from 0.5 pF to 1.5 pF. 263 Decreases the internal measurement capacitance from 60 pF to 15 pF. 274 Specifies the capacitance to be added to the channel as follows: 290 Specifies the bias current applied during projected-capacitance 303 0: Self capacitance 304 1: Projected capacitance
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
| D | zx2967-thermal.txt | 32 capacitance = <1500>; 38 capacitance = <2000>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/thermal/ |
| D | zx2967-thermal.txt | 32 capacitance = <1500>; 38 capacitance = <2000>;
|
| /kernel/linux/linux-4.19/Documentation/thermal/ |
| D | cpu-cooling-api.txt | 85 Pdyn = Capacitance * Voltage^2 * Frequency * Utilisation 87 Where `capacitance` is a constant that represents an indicative
|
| /kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
| D | cpu-idle-cooling.rst | 146 Power = Capacitance x Voltage^2 x Frequency x Utilisation 149 wrong in the system setup). The ‘Capacitance’ and ‘Utilisation’ are a 152 ‘Capacitance’ and the ‘Utilisation’ into a single term which is the
|
| D | cpu-cooling-api.rst | 100 Pdyn = Capacitance * Voltage^2 * Frequency * Utilisation 102 Where `capacitance` is a constant that represents an indicative
|
| /kernel/linux/linux-5.10/drivers/staging/iio/cdc/ |
| D | Kconfig | 5 menu "Capacitance to digital converters"
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ieee802154/ |
| D | at86rf230.txt | 15 - xtal-trim: u8 value for fine tuning the internal capacitance
|
| /kernel/linux/linux-4.19/drivers/staging/iio/cdc/ |
| D | Kconfig | 4 menu "Capacitance to digital converters"
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ieee802154/ |
| D | at86rf230.txt | 15 - xtal-trim: u8 value for fine tuning the internal capacitance
|
| /kernel/linux/linux-5.10/Documentation/driver-api/iio/ |
| D | intro.rst | 21 * capacitance to digital converters (CDCs)
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_f01.txt | 18 background capacitance that will cause the
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_f01.txt | 18 background capacitance that will cause the
|
| /kernel/linux/linux-4.19/Documentation/driver-api/iio/ |
| D | intro.rst | 21 * capacitance to digital converters (CDCs)
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | hgpk.h | 15 HGPK_MODEL_B = 0x28, /* B2s, has capacitance issues */
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-health-afe440x | 32 Get and set the resistance and the capacitance settings for the
|