Home
last modified time | relevance | path

Searched +full:vrange +full:- +full:low +full:- +full:enable (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dlltc,ltc4286.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Delphine CC Chiu <Delphine_CC_Chiu@Wiwynn.com>
15 - lltc,ltc4286
16 - lltc,ltc4287
21 adi,vrange-low-enable:
29 - compatible
30 - reg
33 - $ref: hwmon-common.yaml#
[all …]
/linux-6.12.1/drivers/hwmon/pmbus/
Dltc4286.c1 // SPDX-License-Identifier: GPL-2.0-or-later
43 .R[PSC_CURRENT_OUT] = 3 - 6,
51 .R[PSC_POWER] = 4 - 6,
78 return dev_err_probe(&client->dev, ret, in ltc4286_probe()
88 return dev_err_probe(&client->dev, -ENODEV, in ltc4286_probe()
94 return dev_err_probe(&client->dev, ret, in ltc4286_probe()
98 for (mid = ltc4286_id; mid->name[0]; mid++) { in ltc4286_probe()
99 if (!strncasecmp(mid->name, block_buffer, strlen(mid->name))) in ltc4286_probe()
102 if (!mid->name[0]) in ltc4286_probe()
103 return dev_err_probe(&client->dev, -ENODEV, in ltc4286_probe()
[all …]
/linux-6.12.1/tools/perf/scripts/python/
Dexported-sql-viewer.py2 # SPDX-License-Identifier: GPL-2.0
3 # exported-sql-viewer.py: view data from sql database
4 # Copyright (c) 2014-2018, Intel Corporation.
7 # export-to-sqlite.py or the export-to-postgresql.py script. Refer to those
11 # call-graph can be displayed for the pt_example database like this:
13 # python tools/perf/scripts/python/exported-sql-viewer.py pt_example
18 # python tools/perf/scripts/python/exported-sql-viewer.py "hostname=myhost username=myuser password…
20 # The result is a GUI window with a tree representing a context-sensitive
21 # call-graph. Expanding a couple of levels of the tree and adjusting column
26 # v- ls
[all …]