Home
last modified time | relevance | path

Searched +full:sysvdd +full:- +full:supply (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dcirrus,lochnagar.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
15 Logic devices on mini-cards, as well as allowing connection of
25 [2] include/dt-bindings/pinctrl/lochnagar.h
26 [3] include/dt-bindings/clock/lochnagar.h
28 And these documents for the required sub-node binding details:
35 - if:
39 - cirrus,lochnagar2
[all …]
/linux-6.12.1/Documentation/hwmon/
Dlochnagar.rst10 -----------
12 Lochnagar 2 features built-in Current Monitor circuitry that allows for the
13 measurement of both voltage and current on up to eight of the supply voltage
22 ----------------
61 curr6_input Measured current for SYSVDD (milliAmps)
62 curr6_label "SYSVDD"
63 power6_average Measured average power for SYSVDD (microWatts)
65 power6_label "SYSVDD"
83 It is not possible to measure voltage on the SYSVDD rail.
/linux-6.12.1/drivers/power/supply/
Dwm831x_power.c1 // SPDX-License-Identifier: GPL-2.0-only
36 static int wm831x_power_check_online(struct wm831x *wm831x, int supply, in wm831x_power_check_online() argument
45 if (ret & supply) in wm831x_power_check_online()
46 val->intval = 1; in wm831x_power_check_online()
48 val->intval = 0; in wm831x_power_check_online()
61 val->intval = ret; in wm831x_power_read_voltage()
73 struct wm831x_power *wm831x_power = dev_get_drvdata(psy->dev.parent); in wm831x_wall_get_prop()
74 struct wm831x *wm831x = wm831x_power->wm831x; in wm831x_wall_get_prop()
85 ret = -EINVAL; in wm831x_wall_get_prop()
104 struct wm831x_power *wm831x_power = dev_get_drvdata(psy->dev.parent); in wm831x_usb_get_prop()
[all …]