Searched full:sbs (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/dts/bindings/fuel-gauge/ |
D | sbs,default-sbs-gauge.yaml | 7 compatible: "sbs,default-sbs-gauge" 9 include: ["sbs,sbs-gauge-new-api.yaml", "battery-cutoff.yaml"] 14 This compatible is intended to be used with the abstract SBS Gauge compatible because it is 15 actuated by the SBS driver for SBS compliant fuel gauge ICs. 19 # For SBS compliant fuel gauges this is usually "ManufactuerAccess"
|
D | sbs,sbs-gauge-new-api.yaml | 1 description: SBS 1.1 compliant fuel gauge (http://www.sbs-forum.org/specs) 3 compatible: "sbs,sbs-gauge-new-api"
|
D | battery-cutoff.yaml | 9 Properties for fuel-gauges that may control battery cutoff, this is common in SBS-compliant or 13 their associated battery from the system. See the default fuel gauge SBS Gauge compatible as an
|
/Zephyr-latest/tests/drivers/charger/sbs_charger/ |
D | testcase.yaml | 10 drivers.charger.sbs.emulated: 11 filter: dt_compat_enabled("sbs,sbs-charger") 26 drivers.charger.sbs.emulated_64_bit_i2c_addr: 27 filter: dt_compat_enabled("sbs,sbs-charger")
|
/Zephyr-latest/dts/bindings/sensor/ |
D | sbs,sbs-gauge.yaml | 1 description: SBS 1.1 compliant fuel gauge (http://www.sbs-forum.org/specs) 3 compatible: "sbs,sbs-gauge"
|
/Zephyr-latest/dts/bindings/charger/ |
D | sbs,sbs-charger.yaml | 7 description: SBS 1.1 compliant charger (http://www.sbs-forum.org/specs) 9 compatible: "sbs,sbs-charger"
|
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/ |
D | testcase.yaml | 9 filter: dt_compat_enabled("sbs,sbs-gauge-new-api") 32 filter: dt_compat_enabled("sbs,sbs-gauge-new-api") 49 filter: dt_compat_enabled("sbs,sbs-gauge-new-api")
|
D | Kconfig | 11 SBS driver are functional.
|
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/ |
D | testcase.yaml | 9 dt_compat_enabled("sbs,sbs-gauge") and not dt_compat_enabled("zephyr,i2c-emul-controller") 16 filter: dt_compat_enabled("sbs,sbs-gauge")
|
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/boards/ |
D | emulated_board_cutoff.overlay | 24 compatible = "sbs,default-sbs-gauge","sbs,sbs-gauge-new-api";
|
D | emulated_board.overlay | 24 compatible = "sbs,sbs-gauge-new-api";
|
D | qemu_cortex_a53.overlay | 28 compatible = "sbs,sbs-gauge-new-api";
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | i2c.dtsi | 22 sbs-gauge-new-api@2 { 23 compatible = "sbs,sbs-gauge-new-api";
|
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/boards/ |
D | native_sim.overlay | 10 compatible = "sbs,sbs-gauge";
|
D | nucleo_f070rb.overlay | 11 compatible = "sbs,sbs-gauge";
|
D | qemu_arc_qemu_arc_hs.overlay | 25 compatible = "sbs,sbs-gauge";
|
D | qemu_cortex_a9.overlay | 25 compatible = "sbs,sbs-gauge";
|
/Zephyr-latest/tests/drivers/build_all/charger/ |
D | i2c.dtsi | 45 sbs-charger@3 { 46 compatible = "sbs,sbs-charger";
|
/Zephyr-latest/tests/drivers/charger/sbs_charger/boards/ |
D | emulated_board.overlay | 24 compatible = "sbs,sbs-charger";
|
D | qemu_cortex_a53.overlay | 28 compatible = "sbs,sbs-charger";
|
/Zephyr-latest/drivers/charger/ |
D | emul_sbs_charger.c | 6 * Emulator for SBS 1.1 compliant smart battery charger. 104 /* SBS uses SMBus, which sends data in little-endian format. */ in sbs_charger_emul_transfer_i2c() 112 /* We write a word (2 bytes by the SBS spec) */ in sbs_charger_emul_transfer_i2c() 142 * Main instantiation macro. SBS Charger Emulator only implemented for I2C
|
D | Kconfig.sbs_charger | 13 bool "Emulate an SBS 1.1 compliant smart battery charger"
|
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/ |
D | Kconfig.emul_sbs_gauge | 8 bool "Emulate an SBS 1.1 compliant smart battery fuel gauge"
|
D | emul_sbs_gauge.c | 7 * Emulator for SBS 1.1 compliant smart battery fuel gauge. 260 /* SBS uses SMBus, which sends data in little-endian format. */ in sbs_gauge_emul_transfer_i2c() 273 /* We write a word (2 bytes by the SBS spec) */ in sbs_gauge_emul_transfer_i2c() 365 * Main instantiation macro. SBS Gauge Emulator only implemented for I2C
|
/Zephyr-latest/drivers/fuel_gauge/max17048/ |
D | emul_max17048.c | 102 /* SBS uses SMBus, which sends data in little-endian format. */ in max17048_emul_transfer_i2c() 110 /* We write a word (2 bytes by the SBS spec) */ in max17048_emul_transfer_i2c()
|
12