Searched refs:set_wake (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
H A Dsa11x0-serial.h22 int (*set_wake)(struct uart_port *, u_int); member in struct:sa1100_port_fns
/linux-4.1.27/arch/hexagon/kernel/
H A Dirq_cpu.c53 static int set_wake(struct irq_data *data, unsigned int on) set_wake() function
62 .irq_set_wake = set_wake,
/linux-4.1.27/drivers/gpio/
H A Dgpio-pxa.c80 int (*set_wake)(unsigned int gpio, unsigned int on); member in struct:pxa_gpio_chip
303 int (*set_wake)(unsigned int, unsigned int)) pxa_init_gpio_chip()
319 chips[i].set_wake = set_wake; pxa_init_gpio_chip()
460 if (c->set_wake) pxa_gpio_set_wake()
461 return c->set_wake(gpio, on); pxa_gpio_set_wake()
H A Dgpio-davinci.c457 * suspend_late/resume_resume calls hooking into results of the set_wake()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dirqs.h109 void pxa_init_irq(int irq_nr, int (*set_wake)(struct irq_data *, unsigned int));
/linux-4.1.27/arch/arm/mach-sa1100/
H A Dh3xxx.c175 .set_wake = h3xxx_uart_set_wake,
/linux-4.1.27/drivers/tty/serial/
H A Dsa1100.c665 * FIXME: fns->set_wake is unused - this should be called from sa1100_register_uart_fns()
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_hwmod.c579 * @set_wake: bool value indicating to set (true) or clear (false) wakeup enable
590 static void _set_idle_ioring_wakeup(struct omap_hwmod *oh, bool set_wake) _set_idle_ioring_wakeup() argument
608 if (set_wake) _set_idle_ioring_wakeup()

Completed in 294 milliseconds