summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-plat.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2017-04-19 16:55:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-19 20:59:17 +0300
commit98c0a3ffa30c4b389257f7e7ee80ab9e90b78924 (patch)
tree3a3e03c70d1ec5aafae8570d4c58d2fd6acd80f9 /drivers/usb/host/xhci-plat.h
parent835e4241e714fbd659838618466766b132823da3 (diff)
downloadlinux-98c0a3ffa30c4b389257f7e7ee80ab9e90b78924.tar.xz
usb: host: xhci-plat: add resume_quirk()
This patch adds resume_quirk() to do platform specific process in resume timing. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-plat.h')
-rw-r--r--drivers/usb/host/xhci-plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-plat.h b/drivers/usb/host/xhci-plat.h
index 9af0cb48053f..29b227895b07 100644
--- a/drivers/usb/host/xhci-plat.h
+++ b/drivers/usb/host/xhci-plat.h
@@ -17,6 +17,7 @@ struct xhci_plat_priv {
const char *firmware_name;
void (*plat_start)(struct usb_hcd *);
int (*init_quirk)(struct usb_hcd *);
+ int (*resume_quirk)(struct usb_hcd *);
};
#define hcd_to_xhci_priv(h) ((struct xhci_plat_priv *)hcd_to_xhci(h)->priv)