Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dpm_wakeup.h104 extern int device_wakeup_enable(struct device *dev);
147 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c332 * device_wakeup_enable - Enable given device to be a wakeup source.
337 int device_wakeup_enable(struct device *dev) in device_wakeup_enable() function
358 EXPORT_SYMBOL_GPL(device_wakeup_enable); variable
523 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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-xilinx-of.c183 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-grlib.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_grlib_probe()
H A Dohci-ppc-of.c146 device_wakeup_enable(hcd->self.controller); in ohci_hcd_ppc_of_probe()
H A Dehci-spear.c116 device_wakeup_enable(hcd->self.controller); in spear_ehci_hcd_drv_probe()
H A Dehci-sh.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_sh_probe()
H A Dohci-sa1111.c220 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sa1111_probe()
H A Dohci-spear.c89 device_wakeup_enable(hcd->self.controller); in spear_ohci_hcd_drv_probe()
H A Duhci-platform.c140 device_wakeup_enable(hcd->self.controller); in uhci_hcd_platform_probe()
H A Dehci-ppc-of.c175 device_wakeup_enable(hcd->self.controller); in ehci_hcd_ppc_of_probe()
H A Dehci-npcm7xx.c149 device_wakeup_enable(hcd->self.controller); in npcm7xx_ehci_hcd_drv_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-grlib.c131 device_wakeup_enable(hcd->self.controller); in ehci_hcd_grlib_probe()
H A Dehci-npcm7xx.c97 device_wakeup_enable(hcd->self.controller); in npcm7xx_ehci_hcd_drv_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-sh.c130 device_wakeup_enable(hcd->self.controller); in ehci_hcd_sh_probe()
H A Dohci-sa1111.c242 device_wakeup_enable(hcd->self.controller); in ohci_hcd_sa1111_probe()
H A Dohci-ppc-of.c144 device_wakeup_enable(hcd->self.controller); in ohci_hcd_ppc_of_probe()
H A Duhci-platform.c143 device_wakeup_enable(hcd->self.controller); in uhci_hcd_platform_probe()
H A Dehci-ppc-of.c175 device_wakeup_enable(hcd->self.controller); in ehci_hcd_ppc_of_probe()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-pci.c81 device_wakeup_enable(&pdev->dev); in cdns2_pci_probe()
/kernel/linux/linux-6.6/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) in device_wakeup_enable() function
353 EXPORT_SYMBOL_GPL(device_wakeup_enable); variable
505 return enable ? device_wakeup_enable(dev) : device_wakeup_disable(dev); in device_set_wakeup_enable()

Completed in 11 milliseconds

123456