aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mdm_hsic_pm.h
diff options
context:
space:
mode:
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__ */