Searched refs:resistors (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | iccsense.c | 122 rail->resistors[r].mohm = nvbios_rd08(bios, entry + res_start + r * 2); in nvbios_iccsense_parse() 123 rail->resistors[r].enabled = !(nvbios_rd08(bios, entry + res_start + r * 2 + 1) & 0x40); in nvbios_iccsense_parse()
|
/Linux-v5.4/drivers/rtc/ |
D | rtc-ds1343.c | 173 char *diodes = "disabled", *resistors = " "; in ds1343_show_tricklecharger() local 190 resistors = "1k Ohm"; in ds1343_show_tricklecharger() 194 resistors = "2k Ohm"; in ds1343_show_tricklecharger() 198 resistors = "4k Ohm"; in ds1343_show_tricklecharger() 207 return sprintf(buf, "%s %s\n", diodes, resistors); in ds1343_show_tricklecharger()
|
D | rtc-ds1305.c | 390 char *resistors = ""; in ds1305_proc() local 406 resistors = "2k Ohm"; in ds1305_proc() 409 resistors = "4k Ohm"; in ds1305_proc() 412 resistors = "8k Ohm"; in ds1305_proc() 421 seq_printf(seq, "trickle_charge\t: %s%s\n", diodes, resistors); in ds1305_proc()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | iccsense.h | 13 struct pwr_rail_resistor_t resistors[3]; member
|
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt6797.txt | 59 or 3 for the advanced pull-up resistors. 61 or 3 for the advanced pull-down resistors.
|
D | pinctrl-mt65xx.txt | 66 resistors available, but for user, it's only need to set R1R0 as 00, 01, 10 or 11.
|
D | pinctrl-mt8183.txt | 50 resistors available, but for user, it's only need to set R1R0 as 00, 01,
|
/Linux-v5.4/Documentation/devicetree/bindings/gpio/ |
D | gpio-xra1403.txt | 5 - Internal pull-up resistors
|
/Linux-v5.4/Documentation/devicetree/bindings/iio/imu/ |
D | st_lsm6dsx.txt | 22 - st,pullups : enable/disable internal i2c controller pullup resistors.
|
/Linux-v5.4/Documentation/hwmon/ |
D | ltc4260.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the
|
D | w83l785ts.rst | 25 of external resistors, so the user cannot change it. Values seen so
|
D | ltc4261.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the
|
D | ltc2945.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the
|
D | ltc4245.rst | 49 rely on the sense resistors listed in Table 2: "Sense Resistor Values".
|
D | vt1211.rst | 84 external scaling resistors. This external scaling needs to be compensated for 89 The board level scaling resistors according to VIA's recommendation are as
|
D | lm85.rst | 99 The voltage inputs have internal scaling resistors so that the following 100 voltage can be measured without external resistors:
|
D | sysfs-interface.rst | 18 range using external resistors. Since the values of these resistors 158 Actual voltage depends on the scaling resistors on the 165 do scale, because of internal resistors built into a chip.
|
/Linux-v5.4/Documentation/ABI/stable/ |
D | sysfs-class-udc | 63 Allows users to disconnect data pullup resistors thus causing a
|
/Linux-v5.4/arch/arm/mach-s3c64xx/ |
D | Kconfig | 207 resistors fitted so that the card detects for 216 resistors fitted so that the card detects for
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 65 clean connection with the bias resistors.
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 165 /* Voltage source for I2C pullup resistors for I2C Bus 0 */
|
D | da850-lego-ev3.dts | 248 /* Buttons have external pulldown resistors */
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
D | base.c | 261 struct pwr_rail_resistor_t *res = &pwr_rail->resistors[r]; in nvkm_iccsense_oneinit()
|
/Linux-v5.4/Documentation/devicetree/bindings/leds/ |
D | leds-lm3532.txt | 11 each with 32 internal voltage setting resistors, 8-bit logarithmic and linear
|
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/ |
D | gpio.rst | 140 pull-up resistors enabled. This can be configured by the following
|
12