Home
last modified time | relevance | path

Searched refs:Wb35Tx (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dwb35tx.c20 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx; in Wb35Tx_get_tx_buffer()
26 static void Wb35Tx(struct wbsoft_priv *adapter);
32 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx; in Wb35Tx_complete()
57 Wb35Tx(adapter); in Wb35Tx_complete()
65 static void Wb35Tx(struct wbsoft_priv *adapter) in Wb35Tx() function
68 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx; in Wb35Tx()
119 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx; in Wb35Tx_start()
124 Wb35Tx(adapter); in Wb35Tx_start()
131 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx; in Wb35Tx_initial()
150 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx; in Wb35Tx_stop()
[all …]
Dwbhal.h441 struct wb35_tx Wb35Tx; /* Need Wb35Tx.h */ member
Dwbusb.c329 pHwData->Wb35Tx.tx_halt = 1; in hal_stop()