Searched refs:rails (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.12.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-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | iccsense.h | 11 struct list_head rails; member
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sa8155p.dtsi | 6 * Most notably, the RPMhPD setup differs: MMCX and LCX/LMX rails are gone,
|
D | sc7180-trogdor-homestar.dtsi | 98 * rail and eDP rails are separate from each other on homestar (but
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 24 * In general an attempt is made to include all rails called out by 25 * the schematic as long as those rails interact in some way with 29 * - Rails _are_ included if the rails go to the AP even if the AP 34 * If two rails are substantially the same from the AP's point of 36 * put the child rail as an alias of the parent rail. Sometimes rails 40 * - The rails are actually connected to each other by a jumper and
|
D | rk3328-rock64.dts | 41 /* Common enable line for all of the rails mentioned in the labels */
|
/linux-6.12.1/Documentation/hwmon/ |
D | ucd9200.rst | 108 rails. See chip datasheets for details. 114 created for enabled rails. See chip datasheets for
|
D | mp2856.rst | 31 setting of different formats on rails 1 and 2. For VID the following
|
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
|
D | ucd9000.rst | 31 sequences up to 12 independent voltage rails. The device integrates a 12-bit
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-bd9571mwv-regulator | 6 if DDR power rails will be kept powered during system suspend.
|
/linux-6.12.1/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 | as3722.txt | 127 AS3722 supports the system power off by turning off all its rails.
|
/linux-6.12.1/drivers/regulator/ |
D | Kconfig | 631 power rails and an LDO. 833 This driver supports the control of different power rails of device 843 This driver supports the control of different power rails of device 853 This driver supports the control of different power rails of device 862 This driver supports the control of different power rails of device 871 This driver supports the control of different power rails of device 880 This driver supports the control of different power rails of device 889 This driver supports the control of different power rails of device 898 This driver supports the control of different power rails of device 907 This driver supports the control of different power rails of device [all …]
|
/linux-6.12.1/drivers/acpi/pmic/ |
D | Kconfig | 8 to control power rails and sensor reading/writing on the
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | tps65090.txt | 22 entry then driver will just configure this rails as external control
|
/linux-6.12.1/arch/arm/boot/dts/renesas/ |
D | r8a73a4-ape6evm.dts | 55 /* Common 1.8V and 3.3V rails, used by several devices on APE6EVM */
|
/linux-6.12.1/Documentation/networking/pse-pd/ |
D | pse-pi.rst | 184 - Rail 1 and Rail 2 represent the positive and negative voltage rails, with 187 switches to change the polarity of the voltage rails, allowing for
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | ste-hrefv60plus.dtsi | 71 /* Name the GPIO muxed rails on the HREF boards */
|
D | ste-snowball.dts | 117 /* Name the GPIO muxed rails on the Snowball board */
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | si476x.rst | 134 0x10 afcrl Flag indicating if AFC rails
|
/linux-6.12.1/Documentation/driver-api/ |
D | slimbus.rst | 108 that corresponding clocks and/or power-rails can be turned off to save power.
|
/linux-6.12.1/Documentation/gpu/amdgpu/ |
D | driver-core.rst | 54 features like clocks, voltages, power rails, etc.
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_hwmon.c | 252 if (!iccsense || !iccsense->data_valid || list_empty(&iccsense->rails)) in nouveau_power_is_visible()
|
12