Searched refs:resistors (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.12.1/drivers/rtc/ |
D | rtc-ds1343.c | 147 char *diodes = "disabled", *resistors = " "; in ds1343_show_tricklecharger() local 166 resistors = "1k Ohm"; in ds1343_show_tricklecharger() 170 resistors = "2k Ohm"; in ds1343_show_tricklecharger() 174 resistors = "4k Ohm"; in ds1343_show_tricklecharger() 183 return sprintf(buf, "%s %s\n", diodes, resistors); in ds1343_show_tricklecharger()
|
D | rtc-ds1305.c | 386 char *resistors = ""; in ds1305_proc() local 402 resistors = "2k Ohm"; in ds1305_proc() 405 resistors = "4k Ohm"; in ds1305_proc() 408 resistors = "8k Ohm"; in ds1305_proc() 417 seq_printf(seq, "trickle_charge\t: %s%s\n", diodes, resistors); in ds1305_proc()
|
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | iccsense.h | 13 struct pwr_rail_resistor_t resistors[3]; member
|
/linux-6.12.1/Documentation/hwmon/ |
D | ina3221.rst | 48 value for their shunt resistors) 53 value for their shunt resistors)
|
D | ltc2991.rst | 30 resistors or temperature sensing transistors. Additional measurements include
|
D | w83l785ts.rst | 25 of external resistors, so the user cannot change it. Values seen so
|
D | ltc4260.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the
|
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 | 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 | ltc4245.rst | 49 rely on the sense resistors listed in Table 2: "Sense Resistor Values".
|
D | lm85.rst | 99 The voltage inputs have internal scaling resistors so that the following 100 voltage can be measured without external resistors:
|
D | f71805f.rst | 69 need external resistors. An exception is in0, which is used to monitor
|
D | sysfs-interface.rst | 18 range using external resistors. Since the values of these resistors
|
D | pc87360.rst | 156 well as the values of the resistors used for division is left to the
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-xra1403.txt | 5 - Internal pull-up resistors
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-class-udc | 63 Allows users to disconnect data pullup resistors thus causing a
|
/linux-6.12.1/arch/arm/boot/dts/allwinner/ |
D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 165 /* Voltage source for I2C pullup resistors for I2C Bus 0 */
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-lm3532.txt | 11 each with 32 internal voltage setting resistors, 8-bit logarithmic and linear
|
/linux-6.12.1/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-6.12.1/Documentation/networking/device_drivers/can/ |
D | can327.rst | 326 Your adapter may have resistors soldered in which are meant to terminate 331 termination resistors on its PCB and try removing them.
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-acer-aspire1.dts | 344 * resistors are absent and the microphones are connected 347 * If the resistors were to be changed by the user to
|
D | apq8016-schneider-hmibsc.dts | 456 * I2C devices with different pull up resistors.
|
/linux-6.12.1/arch/arm/boot/dts/ti/davinci/ |
D | da850-lego-ev3.dts | 248 /* Buttons have external pulldown resistors */
|
12