Home
last modified time | relevance | path

Searched refs:broken_suspend (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-pci.c35 static int broken_suspend(struct usb_hcd *hcd) in broken_suspend() function
52 return broken_suspend(hcd); in ohci_quirk_amd756()
209 .driver_data = (unsigned long) broken_suspend,
213 .driver_data = (unsigned long) broken_suspend,
H A Dxhci.c1058 xhci->broken_suspend = 0; in xhci_suspend()
1074 xhci->broken_suspend = 1; in xhci_suspend()
1135 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
1178 if (!xhci->broken_suspend) in xhci_resume()
H A Dxhci.h1912 unsigned broken_suspend:1; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-pci.c35 static int broken_suspend(struct usb_hcd *hcd) in broken_suspend() function
52 return broken_suspend(hcd); in ohci_quirk_amd756()
209 .driver_data = (unsigned long) broken_suspend,
213 .driver_data = (unsigned long) broken_suspend,
H A Dxhci.c916 xhci->broken_suspend = 0; in xhci_suspend()
932 xhci->broken_suspend = 1; in xhci_suspend()
991 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
1035 if (!xhci->broken_suspend) in xhci_resume()
H A Dxhci.h1919 unsigned broken_suspend:1; member

Completed in 23 milliseconds