Home
last modified time | relevance | path

Searched refs:coupled (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.3-rc2/drivers/cpuidle/
A Dcoupled.c231 all = coupled->online_count | (coupled->online_count << WAITING_BITS); in cpuidle_coupled_set_not_ready()
474 struct cpuidle_coupled *coupled = dev->coupled; in cpuidle_enter_state_coupled() local
477 if (!coupled) in cpuidle_enter_state_coupled()
655 coupled = other_dev->coupled; in cpuidle_coupled_register_device()
662 if (!coupled) in cpuidle_coupled_register_device()
668 dev->coupled = coupled; in cpuidle_coupled_register_device()
674 coupled->refcnt++; in cpuidle_coupled_register_device()
692 struct cpuidle_coupled *coupled = dev->coupled; in cpuidle_coupled_unregister_device() local
698 kfree(coupled); in cpuidle_coupled_unregister_device()
714 coupled->prevent++; in cpuidle_coupled_prevent_idle()
[all …]
A DMakefile7 obj-$(CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED) += coupled.o
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dnvidia,tegra-regulators-coupling.txt5 Thus on Tegra20 there are 3 coupled regulators and on NVIDIA Tegra30
11 On Tegra20 SoC's there are 3 coupled regulators: CORE, RTC and CPU.
18 On Tegra30 SoC's there are 2 coupled regulators: CORE and CPU. The CORE
39 regulator-coupled-with = <&rtc_vdd_reg &cpu_vdd_reg>;
40 regulator-coupled-max-spread = <170000 550000>;
49 regulator-coupled-with = <&core_vdd_reg &cpu_vdd_reg>;
50 regulator-coupled-max-spread = <170000 550000>;
59 regulator-coupled-with = <&core_vdd_reg &rtc_vdd_reg>;
60 regulator-coupled-max-spread = <550000 550000>;
A Dregulator.yaml212 regulator-coupled-with:
213 description: Regulators with which the regulator is coupled. The linkage
214 is 2-way - all coupled regulators should be linked with each other.
215 A regulator should not be coupled with its supplier.
220 regulator-coupled-max-spread:
221 description: Array of maximum spread between voltages of coupled regulators
223 couple specified by the regulator-coupled-with property.
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dqcom,q6dsp-lpass-clocks.yaml25 1 = for no coupled clock
26 2 = for dividend of the coupled clock
27 3 = for divisor of the coupled clock
/linux-6.3-rc2/arch/arm/boot/dts/
A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi56 regulator-coupled-with = <&vdd_core>;
57 regulator-coupled-max-spread = <300000>;
133 regulator-coupled-with = <&vdd_cpu>;
134 regulator-coupled-max-spread = <300000>;
A Dtegra30-asus-nexus7-grouper-maxim-pmic.dtsi69 regulator-coupled-with = <&vdd_core>;
70 regulator-coupled-max-spread = <300000>;
82 regulator-coupled-with = <&vdd_cpu>;
83 regulator-coupled-max-spread = <300000>;
A Dtegra20-ventana.dts404 regulator-coupled-with = <&rtc_vdd &vdd_cpu>;
405 regulator-coupled-max-spread = <170000 550000>;
416 regulator-coupled-with = <&vdd_core &rtc_vdd>;
417 regulator-coupled-max-spread = <550000 550000>;
444 regulator-coupled-with = <&vdd_core &vdd_cpu>;
445 regulator-coupled-max-spread = <170000 550000>;
A Dtegra20-paz00.dts358 regulator-coupled-with = <&rtc_vdd_reg &cpu_vdd_reg>;
359 regulator-coupled-max-spread = <170000 550000>;
369 regulator-coupled-with = <&core_vdd_reg &rtc_vdd_reg>;
370 regulator-coupled-max-spread = <550000 550000>;
396 regulator-coupled-with = <&core_vdd_reg &cpu_vdd_reg>;
397 regulator-coupled-max-spread = <170000 550000>;
A Dtegra30-cardhu.dtsi282 regulator-coupled-with = <&vdd_core>;
283 regulator-coupled-max-spread = <300000>;
363 regulator-coupled-with = <&vddctrl_reg>;
364 regulator-coupled-max-spread = <300000>;
A Dtegra20-asus-tf101.dts632 regulator-coupled-with = <&rtc_vdd &vdd_cpu>;
633 regulator-coupled-max-spread = <170000 550000>;
644 regulator-coupled-with = <&vdd_core &rtc_vdd>;
645 regulator-coupled-max-spread = <550000 550000>;
672 regulator-coupled-with = <&vdd_core &vdd_cpu>;
673 regulator-coupled-max-spread = <170000 550000>;
A Dexynos5422-odroid-core.dtsi869 regulator-coupled-with = <&buck3_reg>;
870 regulator-coupled-max-spread = <300000>;
883 regulator-coupled-with = <&buck2_reg>;
884 regulator-coupled-max-spread = <300000>;
A Dtegra30-colibri.dtsi781 regulator-coupled-with = <&vdd_core>;
782 regulator-coupled-max-spread = <300000>;
916 regulator-coupled-with = <&vddctrl_reg>;
917 regulator-coupled-max-spread = <300000>;
A Dexynos5800-peach-pi.dts270 regulator-coupled-with = <&buck3_reg>;
271 regulator-coupled-max-spread = <300000>;
284 regulator-coupled-with = <&buck2_reg>;
285 regulator-coupled-max-spread = <300000>;
A Dtegra20-acer-a500-picasso.dts570 regulator-coupled-with = <&rtc_vdd &vdd_cpu>;
571 regulator-coupled-max-spread = <170000 550000>;
582 regulator-coupled-with = <&vdd_core &rtc_vdd>;
583 regulator-coupled-max-spread = <550000 550000>;
611 regulator-coupled-with = <&vdd_core &vdd_cpu>;
612 regulator-coupled-max-spread = <170000 550000>;
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dsamsung,s2mps11.yaml191 regulator-coupled-with = <&buck3_reg>;
192 regulator-coupled-max-spread = <300000>;
205 regulator-coupled-with = <&buck2_reg>;
206 regulator-coupled-max-spread = <300000>;
A Dmaxim,max77802.yaml153 regulator-coupled-with = <&buck3_reg>;
154 regulator-coupled-max-spread = <300000>;
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/
A Dimi,rdacm2x-gmsl.yaml21 coupled with an OV10635 image sensor and an embedded MCU. Both the MCU and
25 The RDACM21 camera module encloses the same serializer, coupled with an
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Darm,nvic.txt3 The NVIC provides an interrupt controller that is tightly coupled to
/linux-6.3-rc2/arch/arm64/boot/dts/allwinner/
A Dsun50i-h6-orangepi-lite2.dts44 * enable of coupled regulators, keep them
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/
A Dapple,admac.yaml14 are TX-only, odd-numbered are RX-only. Individual channels are coupled to
/linux-6.3-rc2/Documentation/driver-api/hte/
A Dtegra194-hte.rst21 and AON GPIO controller are tightly coupled as it requires very specific bits
/linux-6.3-rc2/include/linux/
A Dcpuidle.h112 struct cpuidle_coupled *coupled; member
/linux-6.3-rc2/Documentation/sound/soc/
A Doverview.rst11 * Codec drivers were often tightly coupled to the underlying SoC
/linux-6.3-rc2/Documentation/core-api/
A Dasm-annotations.rst119 All of these **shall** be coupled with ``SYM_FUNC_END``. First, it marks
156 Again, every ``SYM_CODE_START*`` **shall** be coupled by ``SYM_CODE_END``.

Completed in 34 milliseconds

12