Searched refs:enable_wakeup (Results 1 – 4 of 4) sorted by relevance
90 bool enable_wakeup; member355 plat->enable_wakeup = of_property_read_bool(np, "wakeup-source") || in tc3589x_keypad_of_probe()449 device_init_wakeup(&pdev->dev, plat->enable_wakeup); in tc3589x_keypad_probe()450 device_set_wakeup_capable(&pdev->dev, plat->enable_wakeup); in tc3589x_keypad_probe()
39 void (*enable_wakeup)(struct device *, bool); member
210 if (!pdata || !pdata->enable_wakeup) in serial_omap_enable_wakeup()213 pdata->enable_wakeup(up->dev, enable); in serial_omap_enable_wakeup()
3539 bool enable_wakeup = false; in sky2_set_wol() local3553 enable_wakeup = true; in sky2_set_wol()3555 device_set_wakeup_enable(&hw->pdev->dev, enable_wakeup); in sky2_set_wol()