Searched refs:bq2515x (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/power/supply/ |
| H A D | bq2515x_charger.c | 935 bq2515x->mains = devm_power_supply_register(bq2515x->dev, in bq2515x_power_supply_register() 941 bq2515x->battery = devm_power_supply_register(bq2515x->dev, in bq2515x_power_supply_register() 960 ret = bq2515x_set_ilim_lvl(bq2515x, bq2515x->init_data.ilim); in bq2515x_hw_init() 991 ret = bq2515x_set_batt_reg(bq2515x, bq2515x->init_data.vbatreg); in bq2515x_hw_init() 1007 bq2515x->init_data.ilim = bq2515x->info->ilim; in bq2515x_read_properties() 1009 bq2515x->ac_detect_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1017 bq2515x->reset_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1025 bq2515x->powerdown_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1033 bq2515x->ce_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1086 bq2515x = devm_kzalloc(dev, sizeof(*bq2515x), GFP_KERNEL); in bq2515x_probe() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | bq2515x.yaml | 5 $id: http://devicetree.org/schemas/power/supply/bq2515x.yaml# 8 title: TI bq2515x 500-mA Linear charger family 35 GPIO used for connecting the bq2515x device PG (AC Detect)
|