Searched full:rails (Results 1 – 25 of 58) sorted by relevance
123
/kernel/linux/linux-5.10/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 * Ths chip supports two rails, VCORE and VSA. Telemetry information for the 8 * 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()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 20 * In general an attempt is made to include all rails called out by 21 * the schematic as long as those rails interact in some way with 23 * - Rails that only connect to the EC (or devices that the EC talks to) 25 * - Rails _are_ included if the rails go to the AP even if the AP 30 * If two rails are substantially the same from the AP's point of 32 * put the child rail as an alias of the parent rail. Sometimes rails 36 * - The rails are actually connected to each other by a jumper and
|
/kernel/linux/linux-5.10/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_()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | Kconfig | 526 power rails and an LDO. 693 This driver supports the control of different power rails of device 703 This driver supports the control of different power rails of device 712 This driver supports the control of different power rails of device 721 This driver supports the control of different power rails of device 739 This driver supports the control of different power rails of device 748 This driver supports the control of different power rails of device 902 This driver supports the control of different power rails of device 912 This driver supports the control of different power rails of device
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | ufs_quirks.h | 77 * (atleast for 500us) from UFS rails (especially from VCCQ rail). 79 * rails in LPM mode.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | iccsense.h | 11 struct list_head rails; member
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
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 | bd9571mwv.txt | 30 rails need to be kept powered when backup mode is
|
D | gateworks-gsc.yaml | 17 - Hardware monitor with ADC's for temperature and voltage rails and
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-bd9571mwv-regulator | 6 if DDR power rails will be kept powered during system suspend.
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor.dtsi | 259 * inputs to other rails on AOP-managed PMICs on trogdor. 260 * The system is already configured to manage these rails 264 * NOTE: though the rails have a voltage implied by their 267 * Specifically the only point of these rails is to provide 268 * an input source for other rails and if we can satisify the 269 * needs of those other rails with a lower source voltage then
|
/kernel/linux/linux-5.10/drivers/acpi/pmic/ |
D | Kconfig | 8 to control power rails and sensor reading/writing on the
|
/kernel/linux/linux-5.10/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 | 144 because all its power rails can be driven by the same supply. In that case
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | tps80031.h | 460 /* Different configurations for the rails */ 528 * @config_flags: Configuration flag to configure the rails.
|
/kernel/linux/linux-5.10/include/linux/soundwire/ |
D | sdw_intel.h | 164 * rails shared with the DSP, and the initialization steps are split
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | r8a73a4-ape6evm.dts | 55 /* Common 1.8V and 3.3V rails, used by several devices on APE6EVM */
|
123