Home
last modified time | relevance | path

Searched refs:gpio_set_wake (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dgpio-pxa.h19 int (*gpio_set_wake)(unsigned int gpio, unsigned int on); member
/linux/arch/arm/mach-pxa/
H A Dpxa25x.c126 return gpio_set_wake(gpio, on); in pxa25x_set_wake()
H A Ddevices.c666 .gpio_set_wake = gpio_set_wake,
H A Dpxa27x.c207 return gpio_set_wake(gpio, on); in pxa27x_set_wake()
H A Dmfp-pxa2xx.h142 extern int gpio_set_wake(unsigned int gpio, unsigned int on);
H A Dmfp-pxa2xx.c172 int gpio_set_wake(unsigned int gpio, unsigned int on) in gpio_set_wake() function
/linux/drivers/gpio/
H A Dgpio-pxa.c629 pchip->set_wake = info->gpio_set_wake; in pxa_gpio_probe()
/linux/Documentation/arch/arm/pxa/
H A Dmfp.rst143 and eventually calls gpio_set_wake() for the actual register setting.