| /linux-6.15/include/linux/ |
| H A D | pm_wakeup.h | 111 extern void device_set_wakeup_capable(struct device *dev, bool capable); 122 static inline void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable() function 235 device_set_wakeup_capable(dev, true); in device_init_wakeup() 239 device_set_wakeup_capable(dev, false); in device_init_wakeup()
|
| /linux-6.15/drivers/mailbox/ |
| H A D | stm32-ipcc.c | 280 device_set_wakeup_capable(dev, true); in stm32_ipcc_probe() 328 device_set_wakeup_capable(dev, false); in stm32_ipcc_probe() 341 device_set_wakeup_capable(dev, false); in stm32_ipcc_remove()
|
| /linux-6.15/arch/x86/platform/olpc/ |
| H A D | olpc-xo1-sci.c | 479 device_set_wakeup_capable(&ebook_switch_idev->dev, true); in setup_ebook_switch() 509 device_set_wakeup_capable(&lid_switch_idev->dev, true); in setup_lid_switch()
|
| /linux-6.15/drivers/pnp/ |
| H A D | core.c | 178 device_set_wakeup_capable(&dev->dev, in __pnp_add_device()
|
| /linux-6.15/drivers/soc/loongson/ |
| H A D | loongson2_pm.c | 117 device_set_wakeup_capable(&button->dev, true); in loongson2_power_button_init()
|
| /linux-6.15/drivers/platform/surface/aggregator/ |
| H A D | core.c | 738 device_set_wakeup_capable(dev, true); in ssam_serial_hub_probe() 817 device_set_wakeup_capable(&serdev->dev, false); in ssam_serial_hub_remove()
|
| /linux-6.15/drivers/usb/cdns3/ |
| H A D | cdns3-starfive.c | 152 device_set_wakeup_capable(dev, true); in cdns_starfive_probe()
|
| H A D | cdns3-plat.c | 152 device_set_wakeup_capable(dev, true); in cdns3_plat_probe()
|
| /linux-6.15/drivers/power/supply/ |
| H A D | olpc_battery.c | 705 device_set_wakeup_capable(&data->olpc_ac->dev, true); in olpc_battery_probe() 706 device_set_wakeup_capable(&data->olpc_bat->dev, true); in olpc_battery_probe()
|
| /linux-6.15/drivers/extcon/ |
| H A D | extcon-usb-gpio.c | 188 device_set_wakeup_capable(&pdev->dev, true); in usb_extcon_probe()
|
| /linux-6.15/drivers/clocksource/ |
| H A D | timer-stm32-lp.c | 197 device_set_wakeup_capable(&pdev->dev, true); in stm32_clkevent_lp_probe()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | uhci-pci.c | 137 device_set_wakeup_capable(uhci_dev(uhci), true); in uhci_pci_init()
|
| H A D | ehci-pci.c | 330 device_set_wakeup_capable(&pdev->dev, 1); in ehci_pci_setup()
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | st-keyscan.c | 208 device_set_wakeup_capable(&pdev->dev, 1); in keyscan_probe()
|
| H A D | sun4i-lradc-keys.c | 331 device_set_wakeup_capable(dev, true); in sun4i_lradc_probe()
|
| /linux-6.15/drivers/rtc/ |
| H A D | rtc-opal.c | 246 device_set_wakeup_capable(&pdev->dev, true); in opal_rtc_probe()
|
| H A D | rtc-st-lpc.c | 241 device_set_wakeup_capable(&pdev->dev, 1); in st_rtc_probe()
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | usb4_port.c | 288 device_set_wakeup_capable(&usb4->dev, true); in usb4_port_device_add()
|
| /linux-6.15/drivers/net/wireless/silabs/wfx/ |
| H A D | bus_sdio.c | 287 device_set_wakeup_capable(&func->dev, true); in wfx_sdio_probe()
|
| H A D | bus_spi.c | 275 device_set_wakeup_capable(&func->dev, true); in wfx_spi_probe()
|
| /linux-6.15/drivers/base/power/ |
| H A D | wakeup.c | 478 void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable() function 495 EXPORT_SYMBOL_GPL(device_set_wakeup_capable);
|
| /linux-6.15/drivers/acpi/ |
| H A D | glue.c | 307 device_set_wakeup_capable(dev, true); in acpi_bind_one()
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | pme.c | 300 device_set_wakeup_capable(&dev->dev, true); in pcie_pme_can_wakeup()
|
| /linux-6.15/drivers/usb/common/ |
| H A D | usb-conn-gpio.c | 262 device_set_wakeup_capable(&pdev->dev, true); in usb_conn_probe()
|
| /linux-6.15/drivers/usb/dwc3/ |
| H A D | dwc3-am62.c | 287 device_set_wakeup_capable(dev, true); in dwc3_ti_probe()
|