Home
last modified time | relevance | path

Searched refs:Regulator (Results 1 – 25 of 44) sorted by relevance

12

/linux/rust/kernel/
H A Dregulator.rs73 pub regulator: Regulator<State>,
241 pub struct Regulator<State> struct
249 impl<T: RegulatorState> Regulator<T> { argument
272 fn get_internal(dev: &Device, name: &CStr) -> Result<Regulator<T>> { in get_internal()
297 impl Regulator<Disabled> { impl
300 Regulator::get_internal(dev, name) in get()
304 pub fn try_into_enabled(self) -> Result<Regulator<Enabled>, Error<Disabled>> { in try_into_enabled()
311 .map(|()| Regulator { in try_into_enabled()
322 impl Regulator<Enabled> { impl
327 Regulator::<Disabled>::get_internal(dev, name)? in get()
[all …]
/linux/Documentation/power/regulator/
H A Dmachine.rst2 Regulator Machine Driver Interface
10 Regulator-1 -+-> Regulator-2 --> [Consumer A @ 1.8 - 2.0V]
34 This maps Regulator-1 to the 'Vcc' supply for Consumer B and maps Regulator-2
43 .name = "Regulator-1",
58 Regulator-1 supplies power to Regulator-2. This relationship must be registered
59 with the core so that Regulator-1 is also enabled when Consumer A enables its
60 supply (Regulator-2). The supply regulator is set by the supply_regulator
64 .supply_regulator = "Regulator-1",
H A Doverview.rst26 - Regulator
31 Input Voltage -> Regulator -> Output Voltage
59 Regulator -+-> Switch-1 -+-> Switch-2 --> [Consumer A]
78 Regulator-1 -+-> Regulator-2 -+-> [Consumer A]
84 - Domain 1: Regulator-2, Consumer B.
96 Regulator Level: This is defined by the regulator hardware
128 Regulator Domains: is the new current limit within the
153 2. Regulator driver interface.
H A Dregulator.rst2 Regulator Driver Interface
25 Regulator Events
H A Ddesign.rst2 Regulator API design notes
/linux/Documentation/devicetree/bindings/mfd/
H A Dtwl6040.txt17 - vio-supply: Regulator for the twl6040 VIO supply
18 - v2v1-supply: Regulator for the twl6040 V2V1 supply
27 - vddvibl-supply: Regulator for the left vibra motor
28 - vddvibr-supply: Regulator for the right vibra motor
/linux/Documentation/devicetree/bindings/net/can/
H A Dholt_hi311x.txt11 - vdd-supply: Regulator that powers the CAN controller.
12 - xceiver-supply: Regulator that powers the CAN transceiver.
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8b-ec100.dts171 * Synchronous Step Down Regulator.
204 * Synchronous Step Down Regulator. Also called
219 * Synchronous Step Down Regulator. Also called
254 * Synchronous Step Down Regulator. Also called VDDAO
/linux/Documentation/devicetree/bindings/clock/
H A Dnvidia,tegra124-dfll.txt
/linux/drivers/regulator/
H A DKconfig3 bool "Voltage and Current Regulator Support"
6 Generic Voltage and Current Regulator support.
29 bool "Regulator debug support"
126 tristate "Analog Devices ADP5055 Triple Buck Regulator"
232 tristate "ROHM BD71815 Power Regulator"
256 tristate "ROHM BD71837 Power Regulator"
289 tristate "ROHM BD96801 Power Regulator"
423 tristate "Fairchild FAN53555 Regulator"
428 TinyBuck Regulator. The FAN53555 is a step-down switching voltage
434 tristate "Fairchild FAN53880 Regulator"
[all...]
/linux/Documentation/driver-api/
H A Dregulator.rst34 Regulator
111 Regulator driver interface
132 Regulator supplies are specified using struct
/linux/Documentation/devicetree/bindings/regulator/
H A Dmt6311-regulator.txt1 Mediatek MT6311 Regulator
H A Dpv88090.txt1 * Powerventure Semiconductor PV88090 Voltage Regulator
H A Dpv88080.txt1 * Powerventure Semiconductor PV88080 Voltage Regulator
H A Dmt6380-regulator.txt1 MediaTek MT6380 Regulator
H A Dpv88060.txt1 * Powerventure Semiconductor PV88060 Voltage Regulator
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-netcube-kumquat.dts64 /* EA3036C Switching 3 Channel Regulator - Channel 2 */
73 /* K7805-1000R3 Switching Regulator supplied from main 12/24V terminal block */
/linux/Documentation/devicetree/bindings/display/
H A Dcirrus,clps711x-fb.txt17 - lcd-supply: Regulator for LCD supply voltage.
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-igep0020-rev-f.dts15 /* Regulator to trigger the WL_EN signal of the Wifi module */
H A Domap3-cm-t3530.dts14 /* Regulator to trigger the reset signal of the Wifi module */
H A Domap3-igep0030-rev-g.dts15 /* Regulator to trigger the WL_EN signal of the Wifi module */
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dptf104 (RW) The PCH FIVR (Fully Integrated Voltage Regulator) switching frequency in MHz,
112 (RW) The PCH FIVR (Fully Integrated Voltage Regulator) switching frequency in MHz,
/linux/drivers/acpi/dptf/
H A DKconfig38 switch the PCH FIVR (Fully Integrated Voltage Regulator) frequency.
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm36274.txt11 Regulator properties are documented in
/linux/Documentation/hwmon/
H A Dir38064.rst45 IR38x6x are a Single-input Voltage, Synchronous Buck Regulator, DC-DC Converter.

12