Home
last modified time | relevance | path

Searched refs:COLLIE_GPIO_CO (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/power/supply/
Dcollie_battery.c237 .gpio_full = COLLIE_GPIO_CO,
284 { COLLIE_GPIO_CO, GPIOF_IN, "main battery full" },
302 wakeup_enabled = !enable_irq_wake(gpio_to_irq(COLLIE_GPIO_CO)); in collie_bat_suspend()
312 disable_irq_wake(gpio_to_irq(COLLIE_GPIO_CO)); in collie_bat_resume()
360 ret = request_irq(gpio_to_irq(COLLIE_GPIO_CO), in collie_bat_probe()
386 free_irq(gpio_to_irq(COLLIE_GPIO_CO), &collie_bat_main); in collie_bat_remove()
/Linux-v4.19/arch/arm/mach-sa1100/include/mach/
Dcollie.h47 #define COLLIE_GPIO_CO (20) macro