Searched refs:device_wakeup_enable (Results 1 - 25 of 72) sorted by relevance

123

/linux-master/include/linux/
H A Dpm_wakeup.h109 extern int device_wakeup_enable(struct device *dev);
151 static inline int device_wakeup_enable(struct device *dev) function
237 return device_wakeup_enable(dev);
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-pci.c81 device_wakeup_enable(&pdev->dev);
/linux-master/drivers/usb/host/
H A Dehci-grlib.c131 device_wakeup_enable(hcd->self.controller);
H A Dehci-npcm7xx.c97 device_wakeup_enable(hcd->self.controller);
H A Dohci-sa1111.c242 device_wakeup_enable(hcd->self.controller);
H A Dehci-xilinx-of.c185 device_wakeup_enable(hcd->self.controller);
H A Dehci-ppc-of.c175 device_wakeup_enable(hcd->self.controller);
H A Dehci-sh.c130 device_wakeup_enable(hcd->self.controller);
H A Dehci-spear.c113 device_wakeup_enable(hcd->self.controller);
H A Duhci-platform.c143 device_wakeup_enable(hcd->self.controller);
H A Dohci-ppc-of.c144 device_wakeup_enable(hcd->self.controller);
H A Dohci-spear.c87 device_wakeup_enable(hcd->self.controller);
H A Duhci-grlib.c140 device_wakeup_enable(hcd->self.controller);
H A Dehci-ps3.c182 device_wakeup_enable(hcd->self.controller);
H A Dohci-ps3.c166 device_wakeup_enable(hcd->self.controller);
H A Dehci-atmel.c157 device_wakeup_enable(hcd->self.controller);
H A Dohci-exynos.c187 device_wakeup_enable(hcd->self.controller);
H A Dohci-nxp.c225 device_wakeup_enable(hcd->self.controller);
H A Dohci-sm501.c168 device_wakeup_enable(hcd->self.controller);
H A Dehci-omap.c195 device_wakeup_enable(hcd->self.controller);
H A Dehci-mv.c208 device_wakeup_enable(hcd->self.controller);
/linux-master/drivers/usb/dwc3/
H A Dhost.c178 device_wakeup_enable(dwc->sysdev);
/linux-master/drivers/base/power/
H A Dwakeup.c327 * device_wakeup_enable - Enable given device to be a wakeup source.
332 int device_wakeup_enable(struct device *dev) function
353 EXPORT_SYMBOL_GPL(device_wakeup_enable); variable
505 return enable ? device_wakeup_enable(dev) : device_wakeup_disable(dev);
/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.c373 device_wakeup_enable(hcd->self.controller);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-pci.c158 device_wakeup_enable(&pdev->dev);

Completed in 203 milliseconds

123