Lines Matching defs:gpio_full
36 struct gpio_desc *gpio_full;
171 if (gpiod_get_value(bat->gpio_full)) {
235 .gpio_full = NULL,
265 .gpio_full = NULL,
294 wakeup_enabled = !enable_irq_wake(gpiod_to_irq(collie_bat_main.gpio_full));
304 disable_irq_wake(gpiod_to_irq(collie_bat_main.gpio_full));
327 collie_bat_main.gpio_full = gpiod_get(&dev->ucb->dev,
330 if (IS_ERR(collie_bat_main.gpio_full))
331 return PTR_ERR(collie_bat_main.gpio_full);
407 ret = request_irq(gpiod_to_irq(collie_bat_main.gpio_full),
436 gpiod_put(collie_bat_main.gpio_full);
443 free_irq(gpiod_to_irq(collie_bat_main.gpio_full), &collie_bat_main);
448 gpiod_put(collie_bat_main.gpio_full);