Searched refs:COLLIE_GPIO_CO (Results 1 – 2 of 2) sorted by relevance
233 .gpio_full = COLLIE_GPIO_CO,280 { COLLIE_GPIO_CO, GPIOF_IN, "main battery full" },298 wakeup_enabled = !enable_irq_wake(gpio_to_irq(COLLIE_GPIO_CO)); in collie_bat_suspend()308 disable_irq_wake(gpio_to_irq(COLLIE_GPIO_CO)); in collie_bat_resume()356 ret = request_irq(gpio_to_irq(COLLIE_GPIO_CO), in collie_bat_probe()382 free_irq(gpio_to_irq(COLLIE_GPIO_CO), &collie_bat_main); in collie_bat_remove()
47 #define COLLIE_GPIO_CO (20) macro