Searched full:rails (Results 1 – 25 of 64) sorted by relevance
123
/Linux-v6.1/drivers/hwmon/pmbus/ |
D | ucd9200.c | 128 * Calculate number of configured pages (rails) from PHASE_INFO in ucd9200_probe() 130 * Rails have to be sequential, so we can abort after finding in ucd9200_probe() 140 dev_err(&client->dev, "No rails configured\n"); in ucd9200_probe() 143 dev_info(&client->dev, "%d rails configured\n", info->pages); in ucd9200_probe()
|
D | max16601.c | 7 * This chip series supports two rails, VCORE and VSA. Telemetry information 8 * for the two rails is reported in two subsequent I2C addresses. The driver
|
D | mp2975.c | 79 * different formats for the different rails. Conversion from in mp2975_read_byte_data() 274 * the different rails and also all VOUT limits registers are in mp2975_read_word_data() 703 /* Two rails are connected. */ in mp2975_probe()
|
/Linux-v6.1/drivers/regulator/ |
D | Kconfig | 574 power rails and an LDO. 758 This driver supports the control of different power rails of device 768 This driver supports the control of different power rails of device 778 This driver supports the control of different power rails of device 787 This driver supports the control of different power rails of device 796 This driver supports the control of different power rails of device 805 This driver supports the control of different power rails of device 814 This driver supports the control of different power rails of device 823 This driver supports the control of different power rails of device 849 This driver supports the control of different power rails of device [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 25 * In general an attempt is made to include all rails called out by 26 * the schematic as long as those rails interact in some way with 28 * - Rails that only connect to the EC (or devices that the EC talks to) 30 * - Rails _are_ included if the rails go to the AP even if the AP 35 * If two rails are substantially the same from the AP's point of 37 * put the child rail as an alias of the parent rail. Sometimes rails 41 * - The rails are actually connected to each other by a jumper and
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
D | base.c | 117 list_for_each_entry(rail, &iccsense->rails, head) { in nvkm_iccsense_read_all() 141 list_for_each_entry_safe(rail, tmpr, &iccsense->rails, head) { in nvkm_iccsense_dtor() 291 list_add_tail(&rail->head, &iccsense->rails); in nvkm_iccsense_oneinit() 328 INIT_LIST_HEAD(&(*iccsense)->rails); in nvkm_iccsense_new_()
|
/Linux-v6.1/include/ufs/ |
D | ufs_quirks.h | 68 * (atleast for 500us) from UFS rails (especially from VCCQ rail). 70 * rails in LPM mode.
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | richtek,rt5120.yaml | 15 I/O, and peripheral rails in home entertainment devices. The I2C interface is 16 used for dynamic voltage scaling of the processor voltage, power rails on/off
|
D | max77620.txt | 122 GPIO1/nRST_IO pins are HIGH only if all rails 124 If any of the rails goes down(which are enabled for POK
|
D | rohm,bd9571mwv.yaml | 40 This is a bitmask that specifies which DDR power rails need to be kept
|
D | gateworks-gsc.yaml | 17 - Hardware monitor with ADC's for temperature and voltage rails and
|
/Linux-v6.1/Documentation/hwmon/ |
D | ucd9200.rst | 108 rails. See chip datasheets for details. 114 created for enabled rails. See chip datasheets for
|
D | lochnagar.rst | 14 rails provided to the minicards. The Current Monitor does not require any
|
D | mp2975.rst | 31 setting of different formats on rails 1 and 2. For VID the following
|
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | iccsense.h | 11 struct list_head rails; member
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | max77650-regulator.yaml | 20 three independent power rails.
|
D | tps65090.txt | 22 entry then driver will just configure this rails as external control
|
D | pfuze100.yaml | 54 power rails when PMIC_STBY_REQ line is asserted during the power off sequence.
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-kingoftown-r0.dts | 32 en_fp_rails: en-fp-rails {
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-driver-bd9571mwv-regulator | 6 if DDR power rails will be kept powered during system suspend.
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom-stats.yaml | 14 sleep modes involving powering down of the rails and oscillator clock.
|
/Linux-v6.1/drivers/acpi/pmic/ |
D | Kconfig | 8 to control power rails and sensor reading/writing on the
|
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | panel-dsi-cm.yaml | 45 because all its power rails can be driven by the same supply. In that case
|
D | panel-common.yaml | 135 because all its power rails can be driven by the same supply. In that case
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu11_driver_if_cyan_skillfish.h | 58 // power, VF info for CPU/GFX telemetry rails, and then socket power total
|
123