Searched refs:resistors (Results 1 – 25 of 32) sorted by relevance
12
/Linux-v4.19/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-v4.19/drivers/rtc/ |
D | rtc-ds1343.c | 177 char *diodes = "disabled", *resistors = " "; in ds1343_show_tricklecharger() local 194 resistors = "1k Ohm"; in ds1343_show_tricklecharger() 198 resistors = "2k Ohm"; in ds1343_show_tricklecharger() 202 resistors = "4k Ohm"; in ds1343_show_tricklecharger() 211 return sprintf(buf, "%s %s\n", diodes, resistors); in ds1343_show_tricklecharger()
|
D | rtc-ds1305.c | 394 char *resistors = ""; in ds1305_proc() local 410 resistors = "2k Ohm"; in ds1305_proc() 413 resistors = "4k Ohm"; in ds1305_proc() 416 resistors = "8k Ohm"; in ds1305_proc() 425 seq_printf(seq, "trickle_charge\t: %s%s\n", diodes, resistors); in ds1305_proc()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | iccsense.h | 13 struct pwr_rail_resistor_t resistors[3]; member
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-xra1403.txt | 5 - Internal pull-up resistors
|
/Linux-v4.19/Documentation/hwmon/ |
D | ltc4260 | 38 registers. If a set of voltage divider resistors is installed, calculate the
|
D | w83l785ts | 20 of external resistors, so the user cannot change it. Values seen so
|
D | ltc4261 | 38 registers. If a set of voltage divider resistors is installed, calculate the
|
D | ltc2945 | 38 registers. If a set of voltage divider resistors is installed, calculate the
|
D | vt1211 | 75 external scaling resistors. This external scaling needs to be compensated for 80 The board level scaling resistors according to VIA's recommendation are as
|
D | ltc4245 | 43 rely on the sense resistors listed in Table 2: "Sense Resistor Values".
|
D | sysfs-interface | 18 range using external resistors. Since the values of these resistors 132 Actual voltage depends on the scaling resistors on the 138 do scale, because of internal resistors built into a chip.
|
D | lm85 | 59 The voltage inputs have internal scaling resistors so that the following 60 voltage can be measured without external resistors:
|
D | f71805f | 57 need external resistors. An exception is in0, which is used to monitor
|
D | pc87360 | 142 well as the values of the resistors used for division is left to the
|
D | asc7621 | 102 monitored efficiently with internal scaling resistors.
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-udc | 63 Allows users to disconnect data pullup resistors thus causing a
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 65 clean connection with the bias resistors.
|
/Linux-v4.19/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-v4.19/arch/arm/boot/dts/ |
D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 183 /* Voltage source for I2C pullup resistors for I2C Bus 0 */
|
D | da850-lego-ev3.dts | 221 /* Buttons have external pulldown resistors */
|
D | rk3288-veyron.dtsi | 294 /* 100kHz since 4.7k resistors don't rise fast enough */
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt65xx.txt | 65 resistors available, but for user, it's only need to set R1R0 as 00, 01, 10 or 11.
|
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 139 pull-up resistors enabled. This can be configured by the following
|
12