Home
last modified time | relevance | path

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

123

/Linux-v4.19/include/linux/
Dpm_wakeup.h105 extern int device_wakeup_enable(struct device *dev);
152 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
/Linux-v4.19/drivers/base/power/
Dwakeup.c267 int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
288 EXPORT_SYMBOL_GPL(device_wakeup_enable);
453 ret = device_wakeup_enable(dev); in device_init_wakeup()
469 return enable ? device_wakeup_enable(dev) : device_wakeup_disable(dev); in device_set_wakeup_enable()
/Linux-v4.19/drivers/usb/host/
Dehci-w90x900.c83 device_wakeup_enable(hcd->self.controller); in ehci_w90x900_probe()
Dehci-grlib.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_grlib_probe()
Dehci-xilinx-of.c183 device_wakeup_enable(hcd->self.controller); in ehci_hcd_xilinx_of_probe()
Duhci-grlib.c139 device_wakeup_enable(hcd->self.controller); in uhci_hcd_grlib_probe()
Dehci-npcm7xx.c151 device_wakeup_enable(hcd->self.controller); in npcm7xx_ehci_hcd_drv_probe()
Dehci-spear.c118 device_wakeup_enable(hcd->self.controller); in spear_ehci_hcd_drv_probe()
Dohci-ppc-of.c146 device_wakeup_enable(hcd->self.controller); in ohci_hcd_ppc_of_probe()
Duhci-platform.c139 device_wakeup_enable(hcd->self.controller); in uhci_hcd_platform_probe()
Dehci-sh.c141 device_wakeup_enable(hcd->self.controller); in ehci_hcd_sh_probe()
Dehci-ppc-of.c174 device_wakeup_enable(hcd->self.controller); in ehci_hcd_ppc_of_probe()
Dohci-spear.c92 device_wakeup_enable(hcd->self.controller); in spear_ohci_hcd_drv_probe()
Dohci-sa1111.c220 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sa1111_probe()
Dehci-mxc.c138 device_wakeup_enable(hcd->self.controller); in ehci_mxc_drv_probe()
Dehci-omap.c202 device_wakeup_enable(hcd->self.controller); in ehci_hcd_omap_probe()
Dohci-nxp.c214 device_wakeup_enable(hcd->self.controller); in ohci_hcd_nxp_probe()
Dehci-atmel.c158 device_wakeup_enable(hcd->self.controller); in ehci_atmel_drv_probe()
Dohci-sm501.c171 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sm501_drv_probe()
Dehci-pmcmsp.c207 device_wakeup_enable(hcd->self.controller); in usb_hcd_msp_probe()
Dehci-ps3.c182 device_wakeup_enable(hcd->self.controller); in ps3_ehci_probe()
Dohci-ps3.c166 device_wakeup_enable(hcd->self.controller); in ps3_ohci_probe()
Dohci-exynos.c178 device_wakeup_enable(hcd->self.controller); in exynos_ohci_probe()
Dehci-mv.c239 device_wakeup_enable(hcd->self.controller); in mv_ehci_probe()
/Linux-v4.19/drivers/rtc/
Drtc-brcmstb-waketimer.c235 device_wakeup_enable(dev); in brcmstb_waketmr_probe()

123