Searched +full:vrange +full:- +full:high +full:- +full:enable (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Michael Hennerich <michael.hennerich@analog.com>11 - Beniamin Bia <beniamin.bia@analog.com>15 https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1177.pdf20 - adi,adm117725 avcc-supply:29 shunt-resistor-micro-ohms:34 adi,shutdown-threshold-microamp:[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright 2015-2019 Analog Devices Inc.27 * struct adm1177_state - driver instance specific data44 return i2c_master_recv(st->client, data, num); in adm1177_read_raw()49 return i2c_smbus_write_byte(st->client, cmd); in adm1177_write_cmd()58 val = 0xFFULL * alert_threshold_ua * st->r_sense_uohm; in adm1177_write_alert_thr()64 ret = i2c_smbus_write_byte_data(st->client, ADM1177_REG_ALERT_TH, in adm1177_write_alert_thr()69 st->alert_threshold_ua = alert_threshold_ua; in adm1177_write_alert_thr()94 4096 * st->r_sense_uohm); in adm1177_read()97 *val = st->alert_threshold_ua; in adm1177_read()[all …]
2 # SPDX-License-Identifier: GPL-2.03 # exported-sql-viewer.py: view data from sql database4 # Copyright (c) 2014-2018, Intel Corporation.7 # export-to-sqlite.py or the export-to-postgresql.py script. Refer to those11 # call-graph can be displayed for the pt_example database like this:13 # python tools/perf/scripts/python/exported-sql-viewer.py pt_example18 # 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-sensitive21 # call-graph. Expanding a couple of levels of the tree and adjusting column26 # v- ls[all …]