Home
last modified time | relevance | path

Searched refs:can_wakeup (Results 1 – 7 of 7) sorted by relevance

/drivers/pnp/
Dcore.c187 else if (dev->protocol->can_wakeup) in __pnp_add_device()
189 dev->protocol->can_wakeup(dev)); in __pnp_add_device()
/drivers/mfd/
Ddm355evm_msp.c241 bool can_wakeup, int irq) in add_child() argument
250 device_init_wakeup(&pdev->dev, can_wakeup); in add_child()
Dtwl-core.c597 bool can_wakeup, int irq0, int irq1) in add_numbered_child() argument
641 device_init_wakeup(&pdev->dev, can_wakeup); in add_numbered_child()
653 bool can_wakeup, int irq0, int irq1) in add_child() argument
656 can_wakeup, irq0, irq1); in add_child()
Ducb1x00-core.c368 if (!pdata || !pdata->can_wakeup) in ucb1x00_irq_set_wake()
584 device_set_wakeup_capable(&ucb->dev, pdata->can_wakeup); in ucb1x00_probe()
/drivers/base/power/
Dwakeup.c345 if (!dev || !dev->power.can_wakeup) in device_wakeup_enable()
466 if (!dev || !dev->power.can_wakeup) in device_wakeup_disable()
489 if (!!dev->power.can_wakeup == !!capable) in device_set_wakeup_capable()
492 dev->power.can_wakeup = capable; in device_set_wakeup_capable()
/drivers/pnp/pnpacpi/
Dcore.c190 .can_wakeup = pnpacpi_can_wakeup,
/drivers/usb/host/
Dsl811-hcd.c1533 sl811->board->can_wakeup); in sl811h_start()