Home
last modified time | relevance | path

Searched refs:enable_wakeup (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dtc3589x-keypad.c90 bool enable_wakeup; member
356 plat->enable_wakeup = of_property_read_bool(np, "wakeup-source") || in tc3589x_keypad_of_probe()
450 device_init_wakeup(&pdev->dev, plat->enable_wakeup); in tc3589x_keypad_probe()
451 device_set_wakeup_capable(&pdev->dev, plat->enable_wakeup); in tc3589x_keypad_probe()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_dw.c60 int enable_wakeup; member
584 data->enable_wakeup = 1; in dw8250_probe()
586 data->enable_wakeup = 0; in dw8250_probe()
670 if (data->enable_wakeup) in dw8250_probe()
716 if (data->enable_wakeup) in dw8250_remove()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dserial-omap.h39 void (*enable_wakeup)(struct device *, bool); member
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Domap-serial.c209 if (!pdata || !pdata->enable_wakeup) in serial_omap_enable_wakeup()
212 pdata->enable_wakeup(up->dev, enable); in serial_omap_enable_wakeup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dsky2.c3537 bool enable_wakeup = false; in sky2_set_wol() local
3551 enable_wakeup = true; in sky2_set_wol()
3553 device_set_wakeup_enable(&hw->pdev->dev, enable_wakeup); in sky2_set_wol()