Searched refs:set_wake (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
H A D | sa11x0-serial.h | 22 int (*set_wake)(struct uart_port *, u_int); member in struct:sa1100_port_fns
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | irq_cpu.c | 53 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 D | gpio-pxa.c | 80 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 D | gpio-davinci.c | 457 * suspend_late/resume_resume calls hooking into results of the set_wake()
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | irqs.h | 109 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 D | h3xxx.c | 175 .set_wake = h3xxx_uart_set_wake,
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | sa1100.c | 665 * 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 D | omap_hwmod.c | 579 * @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