Home
last modified time | relevance | path

Searched full:coupled (Results 1 – 25 of 177) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcoupled.c3 * coupled.c - helper functions to enter the same idle state on multiple cpus
21 * DOC: Coupled cpuidle states
30 * WFI), and one or more "coupled" power states that affect blocks
32 * sometimes the whole SoC). Entering a coupled power state must
36 * WFI state until all cpus are ready to enter a coupled state, at
37 * which point the coupled state function will be called on all
46 * ready counter matches the number of online coupled cpus. If any
50 * requested_state stores the deepest coupled idle state each cpu
56 * and only read after all the cpus are ready for the coupled idle
60 * of cpus in the coupled set that are currently or soon will be
[all …]
/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>;
H A Dregulator.yaml129 regulator-coupled-with:
130 description: Regulators with which the regulator is coupled. The linkage
131 is 2-way - all coupled regulators should be linked with each other.
132 A regulator should not be coupled with its supplier.
135 regulator-coupled-max-spread:
136 description: Array of maximum spread between voltages of coupled regulators
138 couple specified by the regulator-coupled-with property.
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dof_regulator.c37 n_phandles = of_count_phandle_with_args(np, "regulator-coupled-with", in of_get_regulation_constraints()
180 of_property_read_u32_array(np, "regulator-coupled-max-spread", in of_get_regulation_constraints()
492 * Returns number of regulators coupled with rdev.
500 "regulator-coupled-with", in of_get_n_coupled()
506 /* Looks for "to_find" device_node in src's "regulator-coupled-with" property */
515 "regulator-coupled-with", in of_coupling_find_node()
520 "regulator-coupled-with", i); in of_coupling_find_node()
547 * - all coupled regulators have the same max_spread
548 * - all coupled regulators have the same number of regulator_dev phandles
573 "regulator-coupled-with", i); in of_check_coupling_data()
[all …]
/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Dcoupler.h23 * @attach_regulator: Callback invoked on creation of a coupled regulator,
29 * @detach_regulator: Callback invoked on destruction of a coupled regulator.
31 * @balance_voltage: Callback invoked when voltage of a coupled regulator is
32 * changing. Called with all of the coupled rdev's being held
34 * balancing, changing voltage of the coupled regulators as
/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>;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_p2p.c57 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
121 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
131 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
132 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
171 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
233 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
243 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
244 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
283 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
366 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_p2p.c57 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
121 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
131 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
132 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
171 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
233 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
243 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
244 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
283 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
366 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/kernel/include/linux/input/
H A Dadxl34x.h93 * AC/DC: A '0' = DC coupled operation and a '1' = AC coupled
94 * operation. In DC coupled operation, the current acceleration is
97 * coupled operation for activity detection, the acceleration value
102 * AC coupled operation for inactivity detection, a reference value
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dpm-cps.c26 * @online: the count of online coupled VPEs
51 * Indicates the number of coupled VPEs ready to operate in a non-coherent
56 /* Indicates online CPUs coupled with the current CPU */
127 /* Calculate which coupled CPUs (VPEs) are online */ in cps_pm_enter_state()
180 * it needs to wake up any coupled VPEs still running their wait in cps_pm_enter_state()
182 * coordination between the coupled VPEs & provide the governor with in cps_pm_enter_state()
394 * but in the coupled case the enable step will only run on one VPE. in cps_gen_entry_code()
563 * Re-enable coherence. Note that for CPS_PM_NC_WAIT all coupled VPEs in cps_gen_entry_code()
/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/kernel/arch/mips/include/asm/
H A Dpm-cps.h12 * thus in an MT system the VP(E)s within each core are coupled and can only
45 * each coupled CPU. Returns 0 on successful entry & exit, otherwise -errno.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_p2p.c545 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
609 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
619 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
620 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
659 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
721 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
731 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
732 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
771 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
864 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_p2p.c545 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
609 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
619 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
620 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
659 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
721 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
731 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
732 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
771 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
864 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_p2p.c558 // 3. Coupled Sink Information in build_beacon_wfd_ie()
632 // Coupled Sink Information ATTR in build_beacon_wfd_ie()
642 // Coupled Sink Status bitmap in build_beacon_wfd_ie()
643 // Not coupled/available for Coupling in build_beacon_wfd_ie()
679 // 3. Coupled Sink Information in build_probe_req_wfd_ie()
748 // Coupled Sink Information ATTR in build_probe_req_wfd_ie()
758 // Coupled Sink Status bitmap in build_probe_req_wfd_ie()
759 // Not coupled/available for Coupling in build_probe_req_wfd_ie()
794 // 3. Coupled Sink Information in build_probe_resp_wfd_ie()
906 // Coupled Sink Information ATTR in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_p2p.c544 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
608 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
618 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
619 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
658 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
720 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
730 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
731 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
770 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
863 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_p2p.c544 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
608 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
618 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
619 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
658 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
720 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
730 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
731 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
770 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
863 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_p2p.c545 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
609 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
619 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
620 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
659 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
721 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
731 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
732 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
771 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
864 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_p2p.c544 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
608 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
618 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
619 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
658 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
720 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
730 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
731 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
770 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
863 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_p2p.c544 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
608 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
618 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
619 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
658 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
720 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
730 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
731 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
770 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
863 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_p2p.c544 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
608 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
618 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
619 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
658 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
720 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
730 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
731 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
770 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
863 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_p2p.c545 /* 3. Coupled Sink Information */ in build_beacon_wfd_ie()
609 /* Coupled Sink Information ATTR */ in build_beacon_wfd_ie()
619 /* Coupled Sink Status bitmap */ in build_beacon_wfd_ie()
620 /* Not coupled/available for Coupling */ in build_beacon_wfd_ie()
659 /* 3. Coupled Sink Information */ in build_probe_req_wfd_ie()
721 /* Coupled Sink Information ATTR */ in build_probe_req_wfd_ie()
731 /* Coupled Sink Status bitmap */ in build_probe_req_wfd_ie()
732 /* Not coupled/available for Coupling */ in build_probe_req_wfd_ie()
771 /* 3. Coupled Sink Information */ in build_probe_resp_wfd_ie()
864 /* Coupled Sink Information ATTR */ in build_probe_resp_wfd_ie()
[all …]

12345678