Searched refs:bq2515x (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/power/supply/ |
H A D | bq2515x_charger.c | 930 bq2515x->mains = devm_power_supply_register(bq2515x->dev, in bq2515x_power_supply_register() 936 bq2515x->battery = devm_power_supply_register(bq2515x->dev, in bq2515x_power_supply_register() 955 ret = bq2515x_set_ilim_lvl(bq2515x, bq2515x->init_data.ilim); in bq2515x_hw_init() 986 ret = bq2515x_set_batt_reg(bq2515x, bq2515x->init_data.vbatreg); in bq2515x_hw_init() 1012 bq2515x->ac_detect_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1020 bq2515x->reset_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1028 bq2515x->powerdown_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1036 bq2515x->ce_gpio = devm_gpiod_get_optional(bq2515x->dev, in bq2515x_read_properties() 1089 bq2515x = devm_kzalloc(dev, sizeof(*bq2515x), GFP_KERNEL); in bq2515x_probe() 1090 if (!bq2515x) in bq2515x_probe() [all …]
|
/openbmc/linux/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)
|