Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Dserial-omap.h43 void (*enable_wakeup)(struct device *, bool); member
/linux-4.1.27/drivers/input/keyboard/
Dtc3589x-keypad.c90 bool enable_wakeup; member
355 plat->enable_wakeup = of_property_read_bool(np, "linux,wakeup"); in tc3589x_keypad_of_probe()
441 device_init_wakeup(&pdev->dev, plat->enable_wakeup); in tc3589x_keypad_probe()
442 device_set_wakeup_capable(&pdev->dev, plat->enable_wakeup); in tc3589x_keypad_probe()
/linux-4.1.27/arch/arm/mach-omap2/
Dserial.c261 omap_up.enable_wakeup = omap_uart_enable_wakeup; in omap_serial_init_port()
/linux-4.1.27/drivers/tty/serial/
Domap-serial.c234 if (!pdata || !pdata->enable_wakeup) in serial_omap_enable_wakeup()
237 pdata->enable_wakeup(up->dev, enable); in serial_omap_enable_wakeup()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.c3564 bool enable_wakeup = false; in sky2_set_wol() local
3578 enable_wakeup = true; in sky2_set_wol()
3580 device_set_wakeup_enable(&hw->pdev->dev, enable_wakeup); in sky2_set_wol()