Home
last modified time | relevance | path

Searched refs:CORGI_GPIO_WAKEUP (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-pxa/
Dcorgi_pm.c43 { CORGI_GPIO_WAKEUP, GPIOF_IN, "System wakeup notification" },
98 gpio_get_value(CORGI_GPIO_WAKEUP)); in corgi_should_wakeup()
120 if (PEDR & GPIO_bit(CORGI_GPIO_WAKEUP)) in corgi_should_wakeup()
121 is_resume |= GPIO_bit(CORGI_GPIO_WAKEUP); in corgi_should_wakeup()
134 !gpio_get_value(CORGI_GPIO_WAKEUP); in corgi_charger_wakeup()
Dcorgi.c737 gpio_set_wake(CORGI_GPIO_WAKEUP, 1); in corgi_init()
/arch/arm/mach-pxa/include/mach/
Dcorgi.h19 #define CORGI_GPIO_WAKEUP (3) /* System wakeup notification? */ macro