Searched refs:can_wakeup (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/include/linux/ |
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() 124 dev->power.can_wakeup = capable; in device_set_wakeup_capable() 129 return dev->power.can_wakeup; in device_can_wakeup() 171 return dev->power.can_wakeup && dev->power.should_wakeup; in device_may_wakeup()
|
D | pnp.h | 421 bool (*can_wakeup) (struct pnp_dev *dev); member
|
D | pm.h | 637 unsigned int can_wakeup:1; member
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | mfp-pxa2xx.c | 41 unsigned can_wakeup : 1; member 107 if ((c & MFP_LPM_CAN_WAKEUP) && !gpio_desc[gpio].can_wakeup) { in __mfp_config_gpio() 201 if (d->can_wakeup && (c & MFP_LPM_CAN_WAKEUP)) { in gpio_set_wake() 238 gpio_desc[i].can_wakeup = 1; in pxa25x_mfp_init() 294 gpio_desc[(gpio)].can_wakeup = 1; \ 317 gpio_desc[gpio].can_wakeup = 1; in pxa27x_mfp_init() 328 gpio_desc[i].can_wakeup = 1; in pxa27x_mfp_init() 332 gpio_desc[35].can_wakeup = 1; in pxa27x_mfp_init()
|
/linux-6.1.9/include/linux/usb/ |
D | sl811.h | 11 unsigned can_wakeup:1; member
|
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/mfd/ |
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 | 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 | 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-6.1.9/drivers/base/power/ |
D | wakeup.c | 342 if (!dev || !dev->power.can_wakeup) in device_wakeup_enable() 463 if (!dev || !dev->power.can_wakeup) in device_wakeup_disable() 486 if (!!dev->power.can_wakeup == !!capable) in device_set_wakeup_capable() 489 dev->power.can_wakeup = capable; in device_set_wakeup_capable()
|
/linux-6.1.9/include/linux/mfd/ |
D | ucb1x00.h | 117 unsigned can_wakeup; member
|
/linux-6.1.9/drivers/pnp/pnpacpi/ |
D | core.c | 190 .can_wakeup = pnpacpi_can_wakeup,
|
/linux-6.1.9/arch/arm/mach-sa1100/ |
D | assabet.c | 335 .can_wakeup = 1,
|
/linux-6.1.9/drivers/usb/host/ |
D | sl811-hcd.c | 1533 sl811->board->can_wakeup); in sl811h_start()
|
/linux-6.1.9/Documentation/driver-api/pm/ |
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
|