summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/power.h')
-rw-r--r--drivers/staging/vt6655/power.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655/power.h
index 769e0d1..c0dbe21 100644
--- a/drivers/staging/vt6655/power.h
+++ b/drivers/staging/vt6655/power.h
@@ -45,40 +45,40 @@
/*--------------------- Export Functions --------------------------*/
-// IN PSDevice pDevice
-// IN PSDevice hDeviceContext
+// PSDevice pDevice
+// PSDevice hDeviceContext
BOOL
PSbConsiderPowerDown(
- IN void *hDeviceContext,
- IN BOOL bCheckRxDMA,
- IN BOOL bCheckCountToWakeUp
+ void *hDeviceContext,
+ BOOL bCheckRxDMA,
+ BOOL bCheckCountToWakeUp
);
void
PSvDisablePowerSaving(
- IN void *hDeviceContext
+ void *hDeviceContext
);
void
PSvEnablePowerSaving(
- IN void *hDeviceContext,
- IN WORD wListenInterval
+ void *hDeviceContext,
+ WORD wListenInterval
);
void
PSvSendPSPOLL(
- IN void *hDeviceContext
+ void *hDeviceContext
);
BOOL
PSbSendNullPacket(
- IN void *hDeviceContext
+ void *hDeviceContext
);
BOOL
PSbIsNextTBTTWakeUp(
- IN void *hDeviceContext
+ void *hDeviceContext
);
#endif //__POWER_H__
OpenPOWER on IntegriCloud