Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpm_wakeup.h79 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()
170 return dev->power.can_wakeup && dev->power.should_wakeup; in device_may_wakeup()
Dpnp.h421 bool (*can_wakeup) (struct pnp_dev *dev); member
Dpm.h665 bool can_wakeup:1; member
/linux-6.12.1/arch/arm/mach-pxa/
Dmfp-pxa2xx.c42 unsigned can_wakeup : 1; member
108 if ((c & MFP_LPM_CAN_WAKEUP) && !gpio_desc[gpio].can_wakeup) { in __mfp_config_gpio()
202 if (d->can_wakeup && (c & MFP_LPM_CAN_WAKEUP)) { in gpio_set_wake()
235 gpio_desc[i].can_wakeup = 1; in pxa25x_mfp_init()
291 gpio_desc[(gpio)].can_wakeup = 1; \
314 gpio_desc[gpio].can_wakeup = 1; in pxa27x_mfp_init()
325 gpio_desc[i].can_wakeup = 1; in pxa27x_mfp_init()
329 gpio_desc[35].can_wakeup = 1; in pxa27x_mfp_init()
/linux-6.12.1/include/linux/usb/
Dsl811.h11 unsigned can_wakeup:1; member
/linux-6.12.1/drivers/pnp/
Dcore.c187 else if (dev->protocol->can_wakeup) in __pnp_add_device()
189 dev->protocol->can_wakeup(dev)); in __pnp_add_device()
/linux-6.12.1/drivers/base/power/
Dwakeup.c337 if (!dev || !dev->power.can_wakeup) in device_wakeup_enable()
458 if (!dev || !dev->power.can_wakeup) in device_wakeup_disable()
480 if (!!dev->power.can_wakeup == !!capable) in device_set_wakeup_capable()
483 dev->power.can_wakeup = capable; in device_set_wakeup_capable()
/linux-6.12.1/include/linux/mfd/
Ducb1x00.h118 unsigned can_wakeup; member
/linux-6.12.1/drivers/pnp/pnpacpi/
Dcore.c190 .can_wakeup = pnpacpi_can_wakeup,
/linux-6.12.1/drivers/mfd/
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()
/linux-6.12.1/arch/arm/mach-sa1100/
Dassabet.c303 .can_wakeup = 1,
/linux-6.12.1/drivers/usb/host/
Dsl811-hcd.c1535 sl811->board->can_wakeup); in sl811h_start()
/linux-6.12.1/Documentation/driver-api/pm/
Ddevices.rst147 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