summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRaghavendra Shenoy Mathav <raghavendra.shenoy@ti.com>2013-01-30 14:58:57 +0530
committerRiham Haidar <rhaidar@nvidia.com>2013-02-11 17:21:45 -0800
commit4ee03e6f06df0581272a5899267dd295279d2a4c (patch)
treeecbd952bcae991ee3024f33ed96b382e5ae2f1fa /include
parent2f1c1ce1a1a932f9fc2c7f4606a156396a554054 (diff)
TI Bluetooth: Adding TI Host Wakeup Driver changes
Signed-off-by: Raghavendra Shenoy Mathav <raghavendra.shenoy@ti.com> Bug 1179655 Change-Id: I904ed2d392b6ff8fbfb00e949f470542387aace4 Signed-off-by: Nagarjuna Kristam <nkristam@nvidia.com> Reviewed-on: http://git-master/r/197395 Reviewed-by: Rakesh Goyal <rgoyal@nvidia.com> Tested-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-by: Rakesh Kumar <krakesh@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ti_wilink_st.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h
index 1c68538840f5..f8f7124925b8 100644
--- a/include/linux/ti_wilink_st.h
+++ b/include/linux/ti_wilink_st.h
@@ -399,8 +399,6 @@ static inline unsigned long st_ll_getstate(struct st_data_s *ll){ return 0; }
#endif
unsigned long st_ll_sleep_state(struct st_data_s *, unsigned char);
void st_ll_wakeup(struct st_data_s *);
-int bluesleep_start(struct uart_port *);
-void bluesleep_stop(void);
/*
@@ -454,4 +452,15 @@ struct ti_st_plat_data {
int (*resume)(struct platform_device *);
};
+/*ST states used in st_host_wake driver*/
+#define ST_PROTO_UNREGISTERED 0
+#define ST_PROTO_REGISTERED 1
+
+void st_host_wake_notify(int, int);
+
+/*ST Voltage regulation state*/
+#define ST_VLTG_REG_DISABLE 0
+#define ST_VLTG_REG_ENABLE 1
+
+void st_vltg_regulation(int);
#endif /* TI_WILINK_ST_H */