summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony LIU <junjie.liu@freescale.com>2012-03-07 15:57:01 +0800
committerEric Nelson <eric.nelson@boundarydevices.com>2012-08-28 09:44:29 -0700
commita61934ea6cfa6e29b6fcbbc5af0ddf596038f1ec (patch)
tree03f2abca901624914432c0828894f1642de0014b /include
parentf7e59f9df15bdda8ec38c9f7b822e479056a465b (diff)
ENGR00176299-3 usb host suspend/resume can't work randomly
head file part Signed-off-by: Tony LIU <junjie.liu@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 5b701a8c12f8..ba66c938ae0a 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -132,6 +132,9 @@ struct fsl_usb2_platform_data {
void (*dr_discharge_line) (bool);
/* only set it when vbus lower very slow during OTG switch */
bool need_discharge_vbus;
+ void (*platform_rh_suspend)(struct fsl_usb2_platform_data *);
+ void (*platform_rh_resume)(struct fsl_usb2_platform_data *);
+ void (*platform_set_disconnect_det)(struct fsl_usb2_platform_data *, bool);
struct fsl_usb2_wakeup_platform_data *wakeup_pdata;
struct platform_device *pdev;