Searched refs:can_wakeup (Results 1 – 7 of 7) sorted by relevance
/drivers/pnp/ |
D | core.c | 187 else if (dev->protocol->can_wakeup) in __pnp_add_device() 189 dev->protocol->can_wakeup(dev)); in __pnp_add_device()
|
/drivers/mfd/ |
D | dm355evm_msp.c | 241 bool can_wakeup, int irq) in add_child() argument 250 device_init_wakeup(&pdev->dev, can_wakeup); in add_child()
|
D | twl-core.c | 597 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()
|
D | ucb1x00-core.c | 368 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/ |
D | wakeup.c | 345 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/ |
D | core.c | 190 .can_wakeup = pnpacpi_can_wakeup,
|
/drivers/usb/host/ |
D | sl811-hcd.c | 1533 sl811->board->can_wakeup); in sl811h_start()
|