aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/modem_if/modem_link_device_hsic.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/modem_if/modem_link_device_hsic.h')
-rw-r--r--[-rwxr-xr-x]drivers/misc/modem_if/modem_link_device_hsic.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/misc/modem_if/modem_link_device_hsic.h b/drivers/misc/modem_if/modem_link_device_hsic.h
index 8aec412..604b067 100755..100644
--- a/drivers/misc/modem_if/modem_link_device_hsic.h
+++ b/drivers/misc/modem_if/modem_link_device_hsic.h
@@ -36,6 +36,7 @@ enum {
#define IOCTL_LINK_GET_HOSTWAKE _IO('o', 0x32)
#define IOCTL_LINK_CONNECTED _IO('o', 0x33)
#define IOCTL_LINK_SET_BIAS_CLEAR _IO('o', 0x34)
+#define IOCTL_LINK_GET_PHONEACTIVE _IO('o', 0x35)
/* VID,PID for IMC - XMM6260, XMM6262*/
#define IMC_BOOT_VID 0x058b
@@ -102,6 +103,8 @@ struct link_pm_data {
unsigned ipc_debug_cnt;
unsigned long tx_cnt;
unsigned long rx_cnt;
+
+ void (*ehci_reg_dump)(struct device *);
};
struct if_usb_devdata {
@@ -130,10 +133,6 @@ struct usb_link_device {
unsigned int suspended;
int if_usb_connected;
- /*It is same with if_usb_connected, but we need to check the side-effect
- * from timming changed, it will merge with if_usb_connect variable.*/
- int if_usb_connected_last;
-
bool if_usb_is_main; /* boot,down(false) or main(true) */
/* LINK PM DEVICE DATA */