summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony LIU <junjie.liu@freescale.com>2012-03-07 15:57:01 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:24:13 +0800
commita85820d11e44e0c850aa597ba775c40babde0fae (patch)
treedda510da679d6627c0f378c8dc5d9cd11447eb8a /include
parentd33b4aa8239791b6ea7700e64f0220059090a83e (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;