Searched refs:enable_wakeup (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | serial-omap.h | 39 void (*enable_wakeup)(struct device *, bool); member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | serial-omap.h | 39 void (*enable_wakeup)(struct device *, bool); member
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | tc3589x-keypad.c | 80 * @enable_wakeup: specifies if keypad event can wake up system from sleep 90 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()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | tc3589x-keypad.c | 80 * @enable_wakeup: specifies if keypad event can wake up system from sleep 90 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()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mtk.c | 785 goto enable_wakeup; in xhci_mtk_resume() 802 enable_wakeup: in xhci_mtk_resume()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | omap-serial.c | 209 if (!pdata || !pdata->enable_wakeup) in serial_omap_enable_wakeup() 212 pdata->enable_wakeup(up->dev, enable); in serial_omap_enable_wakeup()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | omap-serial.c | 210 if (!pdata || !pdata->enable_wakeup) in serial_omap_enable_wakeup() 213 pdata->enable_wakeup(up->dev, enable); in serial_omap_enable_wakeup()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 3537 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 3537 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()
|
Completed in 21 milliseconds