Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcoupled.c151 int n = dev->coupled->online_count; in cpuidle_coupled_parallel_barrier()
206 static inline void cpuidle_coupled_set_ready(struct cpuidle_coupled *coupled) in cpuidle_coupled_set_ready() argument
208 atomic_add(MAX_WAITING_CPUS, &coupled->ready_waiting_counts); in cpuidle_coupled_set_ready()
226 inline int cpuidle_coupled_set_not_ready(struct cpuidle_coupled *coupled) in cpuidle_coupled_set_not_ready() argument
231 all = coupled->online_count | (coupled->online_count << WAITING_BITS); in cpuidle_coupled_set_not_ready()
232 ret = atomic_add_unless(&coupled->ready_waiting_counts, in cpuidle_coupled_set_not_ready()
244 static inline int cpuidle_coupled_no_cpus_ready(struct cpuidle_coupled *coupled) in cpuidle_coupled_no_cpus_ready() argument
246 int r = atomic_read(&coupled->ready_waiting_counts) >> WAITING_BITS; in cpuidle_coupled_no_cpus_ready()
256 static inline bool cpuidle_coupled_cpus_ready(struct cpuidle_coupled *coupled) in cpuidle_coupled_cpus_ready() argument
258 int r = atomic_read(&coupled->ready_waiting_counts) >> WAITING_BITS; in cpuidle_coupled_cpus_ready()
[all …]
H A DMakefile7 obj-$(CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED) += coupled.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H 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>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi55 regulator-coupled-with = <&vdd_core>;
56 regulator-coupled-max-spread = <300000>;
132 regulator-coupled-with = <&vdd_cpu>;
133 regulator-coupled-max-spread = <300000>;
H A Dtegra30-cardhu-a04.dts102 regulator-coupled-with = <&vddcore_reg>;
103 regulator-coupled-max-spread = <300000>;
112 regulator-coupled-with = <&vddctrl_reg>;
113 regulator-coupled-max-spread = <300000>;
H 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>;
H A Dtegra20-paz00.dts392 regulator-coupled-with = <&rtc_vdd_reg &cpu_vdd_reg>;
393 regulator-coupled-max-spread = <170000 450000>;
403 regulator-coupled-with = <&core_vdd_reg &rtc_vdd_reg>;
404 regulator-coupled-max-spread = <450000 450000>;
430 regulator-coupled-with = <&core_vdd_reg &cpu_vdd_reg>;
431 regulator-coupled-max-spread = <170000 450000>;
H A Dexynos5422-odroid-core.dtsi871 regulator-coupled-with = <&buck3_reg>;
872 regulator-coupled-max-spread = <300000>;
885 regulator-coupled-with = <&buck2_reg>;
886 regulator-coupled-max-spread = <300000>;
H 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>;
H A Dexynos5800-peach-pi.dts269 regulator-coupled-with = <&buck3_reg>;
270 regulator-coupled-max-spread = <300000>;
283 regulator-coupled-with = <&buck2_reg>;
284 regulator-coupled-max-spread = <300000>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,q6afe.txt114 1 - for no coupled clock
115 2 - for dividend of the coupled clock
116 3 - for divisor of the coupled clock
/OK3568_Linux_fs/buildroot/package/dnsmasq/
H A DConfig.in6 coupled DNS and DHCP service to a LAN.
/OK3568_Linux_fs/buildroot/package/python-crossbar/
H A DConfig.in47 allows to build advanced applications from loosely-coupled
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,nvic.txt3 The NVIC provides an interrupt controller that is tightly coupled to
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h6-orangepi-lite2.dts44 * enable of coupled regulators, keep them
/OK3568_Linux_fs/buildroot/board/globalscale/espressobin/
H A Dreadme.txt7 The ESPRESSObin is based on the Marvell Armada 88F3720 SoC, coupled with
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpuidle.h112 struct cpuidle_coupled *coupled; member
/OK3568_Linux_fs/kernel/Documentation/
H A Dasm-annotations.rst118 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``.
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Doverview.rst11 * Codec drivers were often tightly coupled to the underlying SoC
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Dcpuidle.rst226 entries in the :c:member:`states` array represent "coupled" idle states (that
229 to be the index of an idle state that is not "coupled" (that is, one that can be
238 are no "coupled" idle state entries in the driver's :c:member:`states` array,
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm83.rst67 secondary chips coupled with another chip such as an IT8705F or similar
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c1984 int coupled) in dpni_set_tx_shaping() argument
1998 dpni_set_field(cmd_params->coupled, COUPLED, coupled); in dpni_set_tx_shaping()
H A Ddpni-cmd.h645 u8 coupled; member
H A Ddpni.h1085 int coupled);
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-nice-design.rst13 support was historically coupled to timeslice length, and timeslice

12