Home
last modified time | relevance | path

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

1234

/linux/include/linux/
A Dpm_wakeup.h109 extern int device_wakeup_enable(struct device *dev);
152 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
/linux/drivers/base/power/
A Dwakeup.c336 int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
357 EXPORT_SYMBOL_GPL(device_wakeup_enable);
522 ret = device_wakeup_enable(dev); in device_init_wakeup()
539 return enable ? device_wakeup_enable(dev) : device_wakeup_disable(dev); in device_set_wakeup_enable()
/linux/drivers/usb/host/
A Dehci-grlib.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_grlib_probe()
A Duhci-grlib.c139 device_wakeup_enable(hcd->self.controller); in uhci_hcd_grlib_probe()
A Dehci-xilinx-of.c183 device_wakeup_enable(hcd->self.controller); in ehci_hcd_xilinx_of_probe()
A Dehci-npcm7xx.c149 device_wakeup_enable(hcd->self.controller); in npcm7xx_ehci_hcd_drv_probe()
A Dehci-spear.c116 device_wakeup_enable(hcd->self.controller); in spear_ehci_hcd_drv_probe()
A Duhci-platform.c139 device_wakeup_enable(hcd->self.controller); in uhci_hcd_platform_probe()
A Dohci-ppc-of.c146 device_wakeup_enable(hcd->self.controller); in ohci_hcd_ppc_of_probe()
A Dehci-sh.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_sh_probe()
A Dehci-ppc-of.c174 device_wakeup_enable(hcd->self.controller); in ehci_hcd_ppc_of_probe()
A Dohci-spear.c89 device_wakeup_enable(hcd->self.controller); in spear_ohci_hcd_drv_probe()
A Dohci-sa1111.c220 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sa1111_probe()
A Dehci-atmel.c160 device_wakeup_enable(hcd->self.controller); in ehci_atmel_drv_probe()
A Dehci-omap.c201 device_wakeup_enable(hcd->self.controller); in ehci_hcd_omap_probe()
A Dohci-sm501.c168 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sm501_drv_probe()
A Dohci-nxp.c225 device_wakeup_enable(hcd->self.controller); in ohci_hcd_nxp_probe()
A Dehci-brcm.c174 device_wakeup_enable(hcd->self.controller); in ehci_brcm_probe()
A Dehci-ps3.c182 device_wakeup_enable(hcd->self.controller); in ps3_ehci_probe()
A Dohci-ps3.c166 device_wakeup_enable(hcd->self.controller); in ps3_ohci_probe()
A Dehci-orion.c311 device_wakeup_enable(hcd->self.controller); in ehci_orion_drv_probe()
A Dohci-st.c216 device_wakeup_enable(hcd->self.controller); in st_ohci_platform_probe()
A Dehci-mv.c209 device_wakeup_enable(hcd->self.controller); in mv_ehci_probe()
/linux/drivers/usb/cdns3/
A Dcdnsp-pci.c165 device_wakeup_enable(&pdev->dev); in cdnsp_pci_probe()
/linux/drivers/rtc/
A Drtc-brcmstb-waketimer.c225 device_wakeup_enable(dev); in brcmstb_waketmr_probe()

Completed in 40 milliseconds

1234