Searched +full:sysvdd +full:- +full:supply (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - patches@opensource.cirrus.com15 Logic devices on mini-cards, as well as allowing connection of25 [2] include/dt-bindings/pinctrl/lochnagar.h26 [3] include/dt-bindings/clock/lochnagar.h28 And these documents for the required sub-node binding details:35 - if:39 - cirrus,lochnagar2[all …]
10 -----------12 Lochnagar 2 features built-in Current Monitor circuitry that allows for the13 measurement of both voltage and current on up to eight of the supply voltage22 ----------------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.
1 // SPDX-License-Identifier: GPL-2.0-only36 static int wm831x_power_check_online(struct wm831x *wm831x, int supply, in wm831x_power_check_online() argument45 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 …]