Searched +full:adp5360 +full:- +full:regulator (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/drivers/regulator/ |
D | Kconfig.adp5360 | 2 # SPDX-License-Identifier: Apache-2.0 5 bool "ADP5360 PMIC regulator driver" 10 Enable the Analog Devices ADP5360 PMIC regulator driver 13 int "ADP5360 regulator driver init priority" 17 Init priority for the Analog Devices ADP5360 regulator driver.
|
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 4 menuconfig REGULATOR config 5 bool "Regulator drivers" 9 if REGULATOR 12 bool "Thread-safe reference counting" 16 When enabled, regulator reference counting is thread-safe. 19 bool "Regulator shell" 22 Enable regulator shell framework, for interacting with regulators via 25 module = REGULATOR 26 module-str = regulator [all …]
|
D | regulator_adp5360.c | 3 * SPDX-License-Identifier: Apache-2.0 11 #include <zephyr/drivers/regulator.h> 12 #include <zephyr/dt-bindings/regulator/adp5360.h> 16 /* ADP5360 regulator related registers */ 91 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_count_voltages() 93 return linear_range_group_values_count(config->desc->ranges, config->desc->nranges); in regulator_adp5360_count_voltages() 99 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_list_voltage() 101 return linear_range_group_get_value(config->desc->ranges, config->desc->nranges, idx, in regulator_adp5360_list_voltage() 107 const struct regulator_adp5360_config *config = dev->config; in regulator_adp5360_set_voltage() 111 ret = linear_range_group_get_win_index(config->desc->ranges, config->desc->nranges, min_uv, in regulator_adp5360_set_voltage() [all …]
|
/Zephyr-latest/dts/bindings/regulator/ |
D | adi,adp5360-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 The PMIC has one buck converter and one buck-boost converter. Both need to be 12 compatible = "adi,adp5360"; 16 compatible = "adi,adp5360-regulator"; 27 compatible: "adi,adp5360-regulator" 31 child-binding: 33 - name: regulator.yaml 34 property-allowlist: 35 - regulator-always-on 36 - regulator-boot-on [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/regulator/ |
D | adp5360.h | 4 * SPDX-License-Identifier: Apache-2.0 11 * @defgroup regulator_adp5360 ADP5360 Devicetree helpers. 17 * @name ADP5360 Regulator modes
|
/Zephyr-latest/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 25 compatible = "nordic,npm6001-regulator"; 41 compatible = "nordic,npm1300-regulator"; 51 compatible = "adi,adp5360"; 55 compatible = "adi,adp5360-regulator"; 63 compatible = "x-powers,axp192"; 67 compatible = "x-powers,axp192-regulator"; 84 compatible = "maxim,max20335-regulator"; 98 cirrus,initial-switched-capacitor-mode = "2:1"; 116 compatible = "nordic,npm2100-regulator";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 10 This release is the last non-maintenance 3.x release and, as such, will be the next 18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API, 21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017 25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio 29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and 35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr. 39 1588) allows to synchronize time across devices with sub-microsecond accuracy. 52 * 1-Wire 71 :ref:`pinctrl-guide` for more details. 88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8 [all …]
|
D | release-notes-3.4.rst | 20 * Added Power Delivery Source Support to the USB-C Stack. 22 * Cache API functions are now fully in-lined by compilers. 23 * Added an API for real-time clocks (RTC). 29 - Introduction of 3 new test harnesses into twister supporting pyTest, 31 - Transitioning to new Ztest API was completed and legacy Ztest was deprecated. 46 * CVE-2023-1901: Under embargo until 2023-07-04 48 * CVE-2023-1902: Under embargo until 2023-07-04 67 +--------------------------------------------------+ 69 +--------------------------------------------------+ 71 +--------------------------------------------------+ [all …]
|