Searched refs:can_wakeup (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/ |
A D | pm_wakeup.h | 79 return dev->power.can_wakeup; in device_can_wakeup() 84 return dev->power.can_wakeup && !!dev->power.wakeup; in device_may_wakeup() 125 dev->power.can_wakeup = capable; in device_set_wakeup_capable() 130 return dev->power.can_wakeup; in device_can_wakeup() 179 return dev->power.can_wakeup && dev->power.should_wakeup; in device_may_wakeup()
|
A D | pm.h | 568 unsigned int can_wakeup:1; member
|
A D | pnp.h | 421 bool (*can_wakeup) (struct pnp_dev *dev); member
|
/linux/arch/arm/mach-pxa/ |
A D | mfp-pxa2xx.c | 40 unsigned can_wakeup : 1; member 106 if ((c & MFP_LPM_CAN_WAKEUP) && !gpio_desc[gpio].can_wakeup) { in __mfp_config_gpio() 200 if (d->can_wakeup && (c & MFP_LPM_CAN_WAKEUP)) { in gpio_set_wake() 237 gpio_desc[i].can_wakeup = 1; in pxa25x_mfp_init() 293 gpio_desc[(gpio)].can_wakeup = 1; \ 316 gpio_desc[gpio].can_wakeup = 1; in pxa27x_mfp_init() 327 gpio_desc[i].can_wakeup = 1; in pxa27x_mfp_init() 331 gpio_desc[35].can_wakeup = 1; in pxa27x_mfp_init()
|
/linux/drivers/pnp/ |
A D | core.c | 187 else if (dev->protocol->can_wakeup) in __pnp_add_device() 189 dev->protocol->can_wakeup(dev)); in __pnp_add_device()
|
/linux/include/linux/usb/ |
A D | sl811.h | 11 unsigned can_wakeup:1; member
|
/linux/drivers/base/power/ |
A D | wakeup.c | 341 if (!dev || !dev->power.can_wakeup) in device_wakeup_enable() 462 if (!dev || !dev->power.can_wakeup) in device_wakeup_disable() 485 if (!!dev->power.can_wakeup == !!capable) in device_set_wakeup_capable() 488 dev->power.can_wakeup = capable; in device_set_wakeup_capable()
|
/linux/drivers/mfd/ |
A 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()
|
A 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()
|
A 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()
|
/linux/include/linux/mfd/ |
A D | ucb1x00.h | 117 unsigned can_wakeup; member
|
/linux/drivers/pnp/pnpacpi/ |
A D | core.c | 190 .can_wakeup = pnpacpi_can_wakeup,
|
/linux/arch/arm/mach-sa1100/ |
A D | assabet.c | 335 .can_wakeup = 1,
|
/linux/drivers/usb/host/ |
A D | sl811-hcd.c | 1533 sl811->board->can_wakeup); in sl811h_start()
|
/linux/Documentation/driver-api/pm/ |
A D | devices.rst | 147 The :c:member:`power.can_wakeup` flag just records whether the device (and its 154 devices (i.e. devices whose :c:member:`can_wakeup` flags are set) and is created
|
Completed in 32 milliseconds