Searched +full:per +full:- +full:mille (Results 1 – 5 of 5) sorted by relevance
16 The contents of the label are free-form.135 this voltage channel is being used for, and user-space137 user-space.145 When disabled the sensor read will return -ENODATA.147 - 1: Enable148 - 0: Disable230 Number of tachometer pulses per fan revolution.243 per fan revolution.253 Only makes sense if the chip supports closed-loop fan speed263 this fan channel is being used for, and user-space doesn't.[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor10 - Michael Hennerich <michael.hennerich@analog.com>13 AD7746 24-Bit Capacitance-to-Digital Converter with Temperature Sensor16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7291.pdf21 - adi,ad774522 - adi,ad774623 - adi,ad7747[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/regulator/pwm-regulator.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Brian Norris <briannorris@chromium.org>11 - Lee Jones <lee@kernel.org>12 - Alexandre Courbot <acourbot@nvidia.com>19 duty-cycle values must be provided via DT. Limitations are that the21 Intermediary duty-cycle values which would normally allow finer grained23 is given to the user if the assumptions made in continuous-voltage mode do[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 * Maxime Ripard <maxime.ripard@free-electrons.com>51 return drm_panel_get_modes(rgb->panel, connector); in sun4i_rgb_get_modes()57 * good default tolerance for the EDID-based modes. Define it to 5 per58 * mille to avoid floating point operations.66 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_mode_valid()67 u32 hsync = mode->hsync_end - mode->hsync_start; in sun4i_rgb_mode_valid()68 u32 vsync = mode->vsync_end - mode->vsync_start; in sun4i_rgb_mode_valid()69 unsigned long long rate = mode->clock * 1000; in sun4i_rgb_mode_valid()81 if ((mode->hdisplay < 1) || (mode->htotal < 1)) in sun4i_rgb_mode_valid()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) ST-Ericsson AB 20125 * Main and Back-up battery management driver.7 * Note: Backup battery management is required in case of Li-Ion battery and not37 #include <linux/fixp-arith.h>39 #include "ab8500-bm.h"49 /* Currents higher than -500mA (dissipating) will make compensation unstable */50 #define IGNORE_VBAT_HIGHCUR -50000063 * struct ab8500_fg_interrupts - ab8500 fg interrupts158 * struct ab8500_fg - ab8500 FG device information[all …]