Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/winbond/
Dwb35rx.c78 struct wb35_rx *pWb35Rx = &pHwData->Wb35Rx; in Wb35Rx_indicate()
147 static void Wb35Rx(struct ieee80211_hw *hw);
154 struct wb35_rx *pWb35Rx = &pHwData->Wb35Rx; in Wb35Rx_Complete()
215 Wb35Rx(hw); in Wb35Rx_Complete()
225 static void Wb35Rx(struct ieee80211_hw *hw) in Wb35Rx() function
229 struct wb35_rx *pWb35Rx = &pHwData->Wb35Rx; in Wb35Rx()
288 struct wb35_rx *pWb35Rx = &pHwData->Wb35Rx; in Wb35Rx_start()
293 Wb35Rx(hw); in Wb35Rx_start()
300 struct wb35_rx *pWb35Rx = &pHwData->Wb35Rx; in Wb35Rx_reset_descriptor()
316 struct wb35_rx *pWb35Rx = &pHwData->Wb35Rx; in Wb35Rx_initial()
[all …]
Dwbhal.h442 struct wb35_rx Wb35Rx; /* Need Wb35Rx.h */ member
Dwbusb.c326 pHwData->Wb35Rx.rx_halt = 1; in hal_stop()