Searched full:currents (Results 1 – 25 of 59) sorted by relevance
123
/linux-6.12.1/Documentation/sphinx/templates/ |
D | kernel-toc.html | 14 let currents = document.getElementsByClassName("current") 15 if (currents.length) { 16 sbar.scrollTop = currents[currents.length - 1].offsetTop;
|
/linux-6.12.1/include/linux/ |
D | entry-common.h | 72 * @regs: Pointer to currents pt_regs 122 * @regs: Pointer to currents pt_regs 143 * @regs: Pointer to currents pt_regs 176 * @regs: Pointer to currents pt_regs 238 * @regs: Pointer to currents pt_regs 258 * @regs: Pointer to currents pt_regs 295 * @regs: Pointer to currents pt_regs 370 * @regs: Pointer to currents pt_regs 385 * @regs: Pointer to currents pt_regs 416 * @regs: Pointer to currents pt_regs [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7192.yaml | 97 adi,burnout-currents-enable: 100 path are enabled. When BURN = 0, the burnout currents are disabled. 101 The burnout currents can be enabled only when the buffer is active 206 adi,burnout-currents-enable;
|
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/ |
D | adi,ltc2991.yaml | 14 The LTC2991 is used to monitor system temperatures, voltages and currents. 46 The channel number. LTC2991 can monitor 4 currents/temperatures.
|
/linux-6.12.1/Documentation/hwmon/ |
D | tmp513.rst | 56 The driver exports the shunt currents values via the following sysFs files: 84 The bus power and bus currents range and resolution depends on the calibration
|
D | mc34vr500.rst | 20 monitors the temperature, input voltage and output currents and provides
|
D | ltc2991.rst | 27 The LTC2991 is used to monitor system temperatures, voltages and currents.
|
D | vexpress.rst | 32 providing information about power lines voltages and currents, board
|
D | adp1050.rst | 29 conversion used to monitor system temperatures, voltages and currents.
|
D | adm1275.rst | 90 or current scaling. Reported voltages, currents, and power are raw measurements,
|
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/pmbus/ |
D | adi,adp1050.yaml | 13 The ADP1050 is used to monitor system voltages, currents and temperatures.
|
/linux-6.12.1/include/linux/power/ |
D | bq2415x_charger.h | 13 * voltages and currents which can be also later configured via sysfs. If
|
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | x-powers,axp20x-battery-power-supply.yaml | 11 currents of the battery by reading ADC channels from the ADC.
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | qcom,pm8058-led.yaml | 19 Hardware-wise the different LEDs support slightly different output currents.
|
D | leds-lm3532.txt | 7 method allows for different LED currents in each current sink thus allowing
|
/linux-6.12.1/drivers/regulator/ |
D | bd71815-regulator.c | 475 #define BD71815_LED_REG(_name, _id, csel, mask, ereg, emsk, currents) \ argument 481 .n_current_limits = ARRAY_SIZE(currents), \ 486 .curr_table = currents, \
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | gpio-regulator.yaml | 57 description: Selection of available voltages/currents provided by this
|
/linux-6.12.1/Documentation/sound/soc/ |
D | overview.rst | 24 power via changing codec oversampling rates, bias currents, etc.
|
/linux-6.12.1/Documentation/leds/ |
D | leds-lm3556.rst | 22 from 93.75 mA to 1500 mA.The Flash currents are adjusted via the CURRENT
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | adi,ltc2672.yaml | 79 ADC channel to monitor voltages and currents at the MUX pin.
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71828-pmic.yaml | 62 BD71827 and BD71828 have SAR ADC for measuring charging currents.
|
D | rohm,bd71815-pmic.yaml | 57 BD71827 and BD71828 have SAR ADC for measuring charging currents.
|
/linux-6.12.1/drivers/hwmon/ |
D | ltc4151.c | 140 /* Currents (via sense resistor) */
|
/linux-6.12.1/drivers/hwmon/pmbus/ |
D | ucd9200.c | 149 * READ_IOUT will return the sum of currents of all phases of a rail, in ucd9200_probe()
|
/linux-6.12.1/Documentation/driver-api/ |
D | regulator.rst | 99 interface for this. Both take ranges of voltages and currents, supporting
|
123