Home
last modified time | relevance | path

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

123

/openbmc/linux/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) in device_wakeup_enable() function
237 return device_wakeup_enable(dev); in device_init_wakeup()
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-pci.c81 device_wakeup_enable(&pdev->dev); in cdns2_pci_probe()
/openbmc/linux/drivers/usb/host/
H A Dehci-npcm7xx.c97 device_wakeup_enable(hcd->self.controller); in npcm7xx_ehci_hcd_drv_probe()
H A Dehci-grlib.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_grlib_probe()
H A Dehci-xilinx-of.c185 device_wakeup_enable(hcd->self.controller); in ehci_hcd_xilinx_of_probe()
H A Duhci-grlib.c139 device_wakeup_enable(hcd->self.controller); in uhci_hcd_grlib_probe()
H A Dehci-spear.c113 device_wakeup_enable(hcd->self.controller); in spear_ehci_hcd_drv_probe()
H A Dehci-sh.c130 device_wakeup_enable(hcd->self.controller); in ehci_hcd_sh_probe()
H A Duhci-platform.c143 device_wakeup_enable(hcd->self.controller); in uhci_hcd_platform_probe()
H A Dohci-ppc-of.c144 device_wakeup_enable(hcd->self.controller); in ohci_hcd_ppc_of_probe()
H A Dohci-spear.c87 device_wakeup_enable(hcd->self.controller); in spear_ohci_hcd_drv_probe()
H A Dehci-ppc-of.c175 device_wakeup_enable(hcd->self.controller); in ehci_hcd_ppc_of_probe()
H A Dohci-sa1111.c242 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sa1111_probe()
H A Dehci-atmel.c157 device_wakeup_enable(hcd->self.controller); in ehci_atmel_drv_probe()
H A Dehci-omap.c195 device_wakeup_enable(hcd->self.controller); in ehci_hcd_omap_probe()
H A Dohci-sm501.c168 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sm501_drv_probe()
H A Dohci-nxp.c225 device_wakeup_enable(hcd->self.controller); in ohci_hcd_nxp_probe()
H A Dehci-ps3.c182 device_wakeup_enable(hcd->self.controller); in ps3_ehci_probe()
H A Dohci-ps3.c166 device_wakeup_enable(hcd->self.controller); in ps3_ohci_probe()
H A Dehci-brcm.c178 device_wakeup_enable(hcd->self.controller); in ehci_brcm_probe()
H A Dehci-orion.c306 device_wakeup_enable(hcd->self.controller); in ehci_orion_drv_probe()
/openbmc/linux/drivers/usb/dwc3/
H A Dhost.c154 device_wakeup_enable(dwc->sysdev); in dwc3_host_init()
H A Ddwc3-am62.c252 ret = device_wakeup_enable(dev); in dwc3_ti_probe()
/openbmc/linux/drivers/base/power/
H A Dwakeup.c332 int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
353 EXPORT_SYMBOL_GPL(device_wakeup_enable);
505 return enable ? device_wakeup_enable(dev) : device_wakeup_disable(dev); in device_set_wakeup_enable()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-pci.c158 device_wakeup_enable(&pdev->dev); in cdnsp_pci_probe()

123