aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mdm_hsic_pm.h
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-25 08:07:52 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-06-25 08:07:52 -0700
commit31f128dccca7a77edf78403d3c368576aa1d9161 (patch)
tree42ae44bad0d427b9b462507c438e21de96f293cb /include/linux/mdm_hsic_pm.h
parent5dabd15e113634708030215b0494ce473a506d85 (diff)
parentcb93f68cb9ab19d9647962568b4c895548a869e8 (diff)
downloadkernel_samsung_smdk4412-31f128dccca7a77edf78403d3c368576aa1d9161.zip
kernel_samsung_smdk4412-31f128dccca7a77edf78403d3c368576aa1d9161.tar.gz
kernel_samsung_smdk4412-31f128dccca7a77edf78403d3c368576aa1d9161.tar.bz2
Merge "smdk4412: add i925/p4noteltevzw support" into cm-10.1
Diffstat (limited to 'include/linux/mdm_hsic_pm.h')
-rw-r--r--include/linux/mdm_hsic_pm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mdm_hsic_pm.h b/include/linux/mdm_hsic_pm.h
index 6388074..ce035dc 100644
--- a/include/linux/mdm_hsic_pm.h
+++ b/include/linux/mdm_hsic_pm.h
@@ -15,6 +15,8 @@ void set_host_stat(const char *name, enum pwr_stat status);
int wait_dev_pwr_stat(const char *name, enum pwr_stat status);
int check_udev_suspend_allowed(const char *name);
bool check_request_blocked(const char *name);
+int pm_dev_runtime_get_enabled(struct usb_device *udev);
+int pm_dev_wait_lpa_wake(void);
/*add wakelock interface for fast dormancy*/
#ifdef CONFIG_HAS_WAKELOCK
@@ -39,7 +41,11 @@ int register_udev_to_pm_dev(const char *name, struct usb_device *udev);
*/
void unregister_udev_from_pm_dev(const char *name, struct usb_device *udev);
+int set_qmicm_mode(const char *name);
+
extern struct blocking_notifier_head mdm_reset_notifier_list;
extern void mdm_force_fatal(void);
+extern void print_mdm_gpio_state(void);
extern bool lpa_handling;
+extern int hello_packet_rx;
#endif /* __MDM_HSIC_PM_H__ */