Home
last modified time | relevance | path

Searched refs:device_wakeup_enable (Results 1 – 25 of 73) sorted by relevance

123

/Linux-v6.1/include/linux/
Dpm_wakeup.h109 extern int device_wakeup_enable(struct device *dev);
151 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
227 return device_wakeup_enable(dev); in device_init_wakeup()
/Linux-v6.1/drivers/usb/host/
Dehci-npcm7xx.c98 device_wakeup_enable(hcd->self.controller); in npcm7xx_ehci_hcd_drv_probe()
Dehci-grlib.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_grlib_probe()
Duhci-grlib.c139 device_wakeup_enable(hcd->self.controller); in uhci_hcd_grlib_probe()
Dehci-xilinx-of.c185 device_wakeup_enable(hcd->self.controller); in ehci_hcd_xilinx_of_probe()
Dehci-spear.c114 device_wakeup_enable(hcd->self.controller); in spear_ehci_hcd_drv_probe()
Dohci-ppc-of.c143 device_wakeup_enable(hcd->self.controller); in ohci_hcd_ppc_of_probe()
Duhci-platform.c144 device_wakeup_enable(hcd->self.controller); in uhci_hcd_platform_probe()
Dehci-sh.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_sh_probe()
Dohci-spear.c88 device_wakeup_enable(hcd->self.controller); in spear_ohci_hcd_drv_probe()
Dehci-ppc-of.c175 device_wakeup_enable(hcd->self.controller); in ehci_hcd_ppc_of_probe()
Dohci-sa1111.c245 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sa1111_probe()
Dehci-atmel.c158 device_wakeup_enable(hcd->self.controller); in ehci_atmel_drv_probe()
Dehci-omap.c196 device_wakeup_enable(hcd->self.controller); in ehci_hcd_omap_probe()
Dohci-sm501.c168 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sm501_drv_probe()
Dohci-nxp.c226 device_wakeup_enable(hcd->self.controller); in ohci_hcd_nxp_probe()
Dohci-ps3.c166 device_wakeup_enable(hcd->self.controller); in ps3_ohci_probe()
Dehci-brcm.c178 device_wakeup_enable(hcd->self.controller); in ehci_brcm_probe()
Dehci-ps3.c182 device_wakeup_enable(hcd->self.controller); in ps3_ehci_probe()
Dohci-exynos.c199 device_wakeup_enable(hcd->self.controller); in exynos_ohci_probe()
Dehci-orion.c309 device_wakeup_enable(hcd->self.controller); in ehci_orion_drv_probe()
Dohci-st.c214 device_wakeup_enable(hcd->self.controller); in st_ohci_platform_probe()
/Linux-v6.1/drivers/base/power/
Dwakeup.c337 int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
358 EXPORT_SYMBOL_GPL(device_wakeup_enable);
510 return enable ? device_wakeup_enable(dev) : device_wakeup_disable(dev); in device_set_wakeup_enable()
/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-pci.c165 device_wakeup_enable(&pdev->dev); in cdnsp_pci_probe()
/Linux-v6.1/drivers/rtc/
Drtc-brcmstb-waketimer.c225 device_wakeup_enable(dev); in brcmstb_waketmr_probe()

123