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

/linux-4.4.14/drivers/nfc/s3fwrn5/
H A Ds3fwrn5.h36 void (*set_wake)(void *id, bool sleep); member in struct:s3fwrn5_phy_ops
76 if (!info->phy_ops->set_wake) s3fwrn5_set_wake()
79 info->phy_ops->set_wake(info->phy_id, wake); s3fwrn5_set_wake()
H A Di2c.c129 .set_wake = s3fwrn5_i2c_set_wake,
/linux-4.4.14/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.4.14/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.4.14/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.c456 * suspend_late/resume_resume calls hooking into results of the set_wake()
/linux-4.4.14/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.4.14/arch/arm/mach-sa1100/
H A Dh3xxx.c175 .set_wake = h3xxx_uart_set_wake,
/linux-4.4.14/drivers/tty/serial/
H A Dsa1100.c665 * FIXME: fns->set_wake is unused - this should be called from sa1100_register_uart_fns()
/linux-4.4.14/arch/arm/mach-omap2/
H A Domap_hwmod.c593 * @set_wake: bool value indicating to set (true) or clear (false) wakeup enable
604 static void _set_idle_ioring_wakeup(struct omap_hwmod *oh, bool set_wake) _set_idle_ioring_wakeup() argument
622 if (set_wake) _set_idle_ioring_wakeup()

Completed in 399 milliseconds