aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wb35tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/winbond/wb35tx.c')
-rw-r--r--drivers/staging/winbond/wb35tx.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/winbond/wb35tx.c b/drivers/staging/winbond/wb35tx.c
index ce7e9812739..32ee391eac8 100644
--- a/drivers/staging/winbond/wb35tx.c
+++ b/drivers/staging/winbond/wb35tx.c
@@ -23,7 +23,7 @@ Wb35Tx_get_tx_buffer(phw_data_t pHwData, u8 **pBuffer)
23 return true; 23 return true;
24} 24}
25 25
26void Wb35Tx_start(struct wb35_adapter *adapter) 26void Wb35Tx_start(struct wbsoft_priv *adapter)
27{ 27{
28 phw_data_t pHwData = &adapter->sHwData; 28 phw_data_t pHwData = &adapter->sHwData;
29 PWB35TX pWb35Tx = &pHwData->Wb35Tx; 29 PWB35TX pWb35Tx = &pHwData->Wb35Tx;
@@ -37,7 +37,7 @@ void Wb35Tx_start(struct wb35_adapter *adapter)
37} 37}
38 38
39 39
40void Wb35Tx(struct wb35_adapter *adapter) 40void Wb35Tx(struct wbsoft_priv *adapter)
41{ 41{
42 phw_data_t pHwData = &adapter->sHwData; 42 phw_data_t pHwData = &adapter->sHwData;
43 PWB35TX pWb35Tx = &pHwData->Wb35Tx; 43 PWB35TX pWb35Tx = &pHwData->Wb35Tx;
@@ -91,7 +91,7 @@ void Wb35Tx(struct wb35_adapter *adapter)
91 91
92void Wb35Tx_complete(struct urb * pUrb) 92void Wb35Tx_complete(struct urb * pUrb)
93{ 93{
94 struct wb35_adapter *adapter = pUrb->context; 94 struct wbsoft_priv *adapter = pUrb->context;
95 phw_data_t pHwData = &adapter->sHwData; 95 phw_data_t pHwData = &adapter->sHwData;
96 PWB35TX pWb35Tx = &pHwData->Wb35Tx; 96 PWB35TX pWb35Tx = &pHwData->Wb35Tx;
97 PMDS pMds = &adapter->Mds; 97 PMDS pMds = &adapter->Mds;
@@ -194,7 +194,7 @@ void Wb35Tx_destroy(phw_data_t pHwData)
194 #endif 194 #endif
195} 195}
196 196
197void Wb35Tx_CurrentTime(struct wb35_adapter *adapter, u32 TimeCount) 197void Wb35Tx_CurrentTime(struct wbsoft_priv *adapter, u32 TimeCount)
198{ 198{
199 phw_data_t pHwData = &adapter->sHwData; 199 phw_data_t pHwData = &adapter->sHwData;
200 PWB35TX pWb35Tx = &pHwData->Wb35Tx; 200 PWB35TX pWb35Tx = &pHwData->Wb35Tx;
@@ -211,7 +211,7 @@ void Wb35Tx_CurrentTime(struct wb35_adapter *adapter, u32 TimeCount)
211 } 211 }
212} 212}
213 213
214void Wb35Tx_EP2VM_start(struct wb35_adapter *adapter) 214void Wb35Tx_EP2VM_start(struct wbsoft_priv *adapter)
215{ 215{
216 phw_data_t pHwData = &adapter->sHwData; 216 phw_data_t pHwData = &adapter->sHwData;
217 PWB35TX pWb35Tx = &pHwData->Wb35Tx; 217 PWB35TX pWb35Tx = &pHwData->Wb35Tx;
@@ -226,7 +226,7 @@ void Wb35Tx_EP2VM_start(struct wb35_adapter *adapter)
226} 226}
227 227
228 228
229void Wb35Tx_EP2VM(struct wb35_adapter *adapter) 229void Wb35Tx_EP2VM(struct wbsoft_priv *adapter)
230{ 230{
231 phw_data_t pHwData = &adapter->sHwData; 231 phw_data_t pHwData = &adapter->sHwData;
232 PWB35TX pWb35Tx = &pHwData->Wb35Tx; 232 PWB35TX pWb35Tx = &pHwData->Wb35Tx;
@@ -265,7 +265,7 @@ error:
265 265
266void Wb35Tx_EP2VM_complete(struct urb * pUrb) 266void Wb35Tx_EP2VM_complete(struct urb * pUrb)
267{ 267{
268 struct wb35_adapter *adapter = pUrb->context; 268 struct wbsoft_priv *adapter = pUrb->context;
269 phw_data_t pHwData = &adapter->sHwData; 269 phw_data_t pHwData = &adapter->sHwData;
270 T02_DESCRIPTOR T02, TSTATUS; 270 T02_DESCRIPTOR T02, TSTATUS;
271 PWB35TX pWb35Tx = &pHwData->Wb35Tx; 271 PWB35TX pWb35Tx = &pHwData->Wb35Tx;