Searched refs:status_gpio (Results 1 – 2 of 2) sorted by relevance
55 struct gpio_desc *status_gpio; member189 if (charger->status_gpio) { in bq24735_charger_is_present()190 return !gpiod_get_value_cansleep(charger->status_gpio); in bq24735_charger_is_present()410 charger->status_gpio = devm_gpiod_get_optional(&client->dev, in bq24735_charger_probe()413 if (IS_ERR(charger->status_gpio)) { in bq24735_charger_probe()414 ret = PTR_ERR(charger->status_gpio); in bq24735_charger_probe()
94 uint8_t status_gpio; member249 s->status_gpio = 0; in adm1272_exit_reset()324 pmbus_send16(pmdev, s->status_gpio); in adm1272_read_byte()481 VMSTATE_UINT8(status_gpio, ADM1272State),