Searched +full:sbs +full:- +full:manager (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | sbs,sbs-manager.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/sbs,sbs-manager.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: SBS compliant manager 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 18 - items: 19 - enum: 20 - lltc,ltc1760 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | sbs,sbs-manager.txt | 1 Binding for sbs-manager 4 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part 7 - reg: integer, i2c address of the device. Should be <0xa>. 9 - gpio-controller: Marks the port as GPIO controller. 10 See "gpio-specifier" in .../devicetree/bindings/gpio/gpio.txt. 11 - #gpio-cells: Should be <2>. The first cell is the pin number, the second cell 13 See "gpio-specifier" in .../devicetree/bindings/gpio/gpio.txt. 15 From OS view the device is basically an i2c-mux used to communicate with up to 17 behaviour. So standard i2c-mux nodes can be used to register up to four slave 23 compatible = "lltc,ltc1760", "sbs,sbs-manager"; [all …]
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 105 tristate "Active-semi ACT8945A charger driver" 109 Active-semi ActivePath ACT8945A charger. 159 tristate "DS2782/DS2786 standalone gas-gauge" 163 gas-gauge. 185 tristate "Sharp SL-6000 (tosa) battery" 189 SL-6000 (tosa) models. 192 tristate "Sharp SL-5500 (collie) battery" 196 SL-5500 (collie) models. 207 called ingenic-battery. [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 subdir-ccflags-$(CONFIG_POWER_SUPPLY_DEBUG) := -DDEBUG 4 power_supply-y := power_supply_core.o 5 power_supply-$(CONFIG_SYSFS) += power_supply_sysfs.o 6 power_supply-$(CONFIG_LEDS_TRIGGERS) += power_supply_leds.o 8 obj-$(CONFIG_POWER_SUPPLY) += power_supply.o 9 obj-$(CONFIG_POWER_SUPPLY_HWMON) += power_supply_hwmon.o 10 obj-$(CONFIG_GENERIC_ADC_BATTERY) += generic-adc-battery.o 12 obj-$(CONFIG_PDA_POWER) += pda_power.o 13 obj-$(CONFIG_APM_POWER) += apm_power.o [all …]
|
| D | sbs-manager.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Driver for SBS compliant Smart Battery System Managers 10 * Datasheet SBSM: http://sbs-forum.org/specs/sbsm100b.pdf 13 * Karl-Heinz Schneider <karl-heinz@schneider-inet.de> 19 #include <linux/i2c-mux.h> 62 for (retries = SBSM_RETRY_CNT; retries > 0; retries--) { in sbsm_read_word() 69 dev_err(&client->dev, "failed to read register 0x%02x\n", in sbsm_read_word() 80 for (retries = SBSM_RETRY_CNT; retries > 0; retries--) { in sbsm_write_word() 86 dev_err(&client->dev, "failed to write to register 0x%02x\n", in sbsm_write_word() 101 regval = sbsm_read_word(data->client, SBSM_CMD_BATSYSSTATECONT); in sbsm_get_property() [all …]
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | sbs-manager.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Driver for SBS compliant Smart Battery System Managers 10 * Datasheet SBSM: http://sbs-forum.org/specs/sbsm100b.pdf 13 * Karl-Heinz Schneider <karl-heinz@schneider-inet.de> 19 #include <linux/i2c-mux.h> 62 for (retries = SBSM_RETRY_CNT; retries > 0; retries--) { in sbsm_read_word() 69 dev_err(&client->dev, "failed to read register 0x%02x\n", in sbsm_read_word() 80 for (retries = SBSM_RETRY_CNT; retries > 0; retries--) { in sbsm_write_word() 86 dev_err(&client->dev, "failed to write to register 0x%02x\n", in sbsm_write_word() 101 regval = sbsm_read_word(data->client, SBSM_CMD_BATSYSSTATECONT); in sbsm_get_property() [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 subdir-ccflags-$(CONFIG_POWER_SUPPLY_DEBUG) := -DDEBUG 4 power_supply-y := power_supply_core.o 5 power_supply-$(CONFIG_SYSFS) += power_supply_sysfs.o 6 power_supply-$(CONFIG_LEDS_TRIGGERS) += power_supply_leds.o 8 obj-$(CONFIG_POWER_SUPPLY) += power_supply.o 9 obj-$(CONFIG_POWER_SUPPLY_HWMON) += power_supply_hwmon.o 10 obj-$(CONFIG_GENERIC_ADC_BATTERY) += generic-adc-battery.o 12 obj-$(CONFIG_APM_POWER) += apm_power.o 13 obj-$(CONFIG_AXP20X_POWER) += axp20x_usb_power.o [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 104 tristate "Active-semi ACT8945A charger driver" 108 Active-semi ActivePath ACT8945A charger. 158 tristate "DS2782/DS2786 standalone gas-gauge" 162 gas-gauge. 178 tristate "Qualcomm PMIC GLINK battery manager support" 199 tristate "Sharp SL-5500 (collie) battery" 203 SL-5500 (collie) models. 214 called ingenic-battery. 230 tristate "SBS Compliant gas gauge" [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed_dev.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 * Copyright (c) 2015-2017 QLogic Corporation 4 * Copyright (c) 2019-2020 Marvell International Ltd. 11 #include <linux/dma-mapping.h> 70 db_entry->db_addr, in qed_db_recovery_dp_entry() 71 db_entry->db_data, in qed_db_recovery_dp_entry() 72 db_entry->db_width == DB_REC_WIDTH_32B ? "32b" : "64b", in qed_db_recovery_dp_entry() 73 db_entry->db_space == DB_REC_USER ? "user" : "kernel", in qed_db_recovery_dp_entry() 74 db_entry->hwfn_idx); in qed_db_recovery_dp_entry() 86 if (db_addr < cdev->doorbells || in qed_db_rec_sanity() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| D | qed_dev.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 3 * Copyright (c) 2015-2017 QLogic Corporation 4 * Copyright (c) 2019-2020 Marvell International Ltd. 11 #include <linux/dma-mapping.h> 72 db_entry->db_addr, in qed_db_recovery_dp_entry() 73 db_entry->db_data, in qed_db_recovery_dp_entry() 74 db_entry->db_width == DB_REC_WIDTH_32B ? "32b" : "64b", in qed_db_recovery_dp_entry() 75 db_entry->db_space == DB_REC_USER ? "user" : "kernel", in qed_db_recovery_dp_entry() 76 db_entry->hwfn_idx); in qed_db_recovery_dp_entry() 88 if (db_addr < cdev->doorbells || in qed_db_rec_sanity() [all …]
|