status_gpio 52 drivers/power/supply/bq24735-charger.c struct gpio_desc *status_gpio; status_gpio 186 drivers/power/supply/bq24735-charger.c if (charger->status_gpio) { status_gpio 187 drivers/power/supply/bq24735-charger.c return !gpiod_get_value_cansleep(charger->status_gpio); status_gpio 408 drivers/power/supply/bq24735-charger.c charger->status_gpio = devm_gpiod_get_optional(&client->dev, status_gpio 411 drivers/power/supply/bq24735-charger.c if (IS_ERR(charger->status_gpio)) { status_gpio 412 drivers/power/supply/bq24735-charger.c ret = PTR_ERR(charger->status_gpio);