Searched refs:set_wake (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/nfc/s3fwrn5/ |
H A D | s3fwrn5.h | 36 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 D | i2c.c | 129 .set_wake = s3fwrn5_i2c_set_wake,
|
/linux-4.4.14/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.4.14/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.4.14/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 | 456 * suspend_late/resume_resume calls hooking into results of the set_wake()
|
/linux-4.4.14/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.4.14/arch/arm/mach-sa1100/ |
H A D | h3xxx.c | 175 .set_wake = h3xxx_uart_set_wake,
|
/linux-4.4.14/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.4.14/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 593 * @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