• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/

Lines Matching defs:pHwData

19 Wb35Tx_get_tx_buffer(struct hw_data * pHwData, u8 **pBuffer)
21 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
32 struct hw_data * pHwData = &adapter->sHwData;
33 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
44 if (pHwData->SurpriseRemove || pHwData->HwStop) // Let WbWlanHalt to handle surprise remove
68 struct hw_data * pHwData = &adapter->sHwData;
69 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
77 if (pHwData->SurpriseRemove || pHwData->HwStop)
92 usb_fill_bulk_urb(pUrb, pHwData->WbUsb.udev,
93 usb_sndbulkpipe(pHwData->WbUsb.udev, 4),
119 struct hw_data * pHwData = &adapter->sHwData;
120 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
130 unsigned char Wb35Tx_initial(struct hw_data * pHwData)
132 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
149 void Wb35Tx_stop(struct hw_data * pHwData)
151 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
169 void Wb35Tx_destroy(struct hw_data * pHwData)
171 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
192 struct hw_data * pHwData = &adapter->sHwData;
193 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
212 struct hw_data * pHwData = &adapter->sHwData;
214 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
225 if (pHwData->SurpriseRemove || pHwData->HwStop) // Let WbWlanHalt to handle surprise remove
260 struct hw_data * pHwData = &adapter->sHwData;
261 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
266 if (pHwData->SurpriseRemove || pHwData->HwStop)
275 usb_fill_int_urb( pUrb, pHwData->WbUsb.udev, usb_rcvintpipe(pHwData->WbUsb.udev,2),
296 struct hw_data * pHwData = &adapter->sHwData;
297 struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;