Home
last modified time | relevance | path

Searched refs:VM_STOP (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dwb35tx.c52 pWb35Tx->EP4vm_state = VM_STOP; in Wb35Tx_complete()
62 pWb35Tx->EP4vm_state = VM_STOP; in Wb35Tx_complete()
112 pWb35Tx->EP4vm_state = VM_STOP; in Wb35Tx()
171 } while( (pWb35Tx->EP2vm_state != VM_STOP) && (pWb35Tx->EP4vm_state != VM_STOP) ); in Wb35Tx_destroy()
227 pWb35Tx->EP2vm_state= VM_STOP; in Wb35Tx_EP2VM_complete()
248 pWb35Tx->EP2vm_state = VM_STOP; in Wb35Tx_EP2VM_complete()
281 pWb35Tx->EP2vm_state = VM_STOP; in Wb35Tx_EP2VM()
Dwb35rx.c112 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_indicate()
186 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_Complete()
201 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_Complete()
221 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_Complete()
280 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx()
306 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_reset_descriptor()
343 } while (pWb35Rx->EP3vm_state != VM_STOP); in Wb35Rx_destroy()
Dwb35reg.c136 while (reg->EP0vm_state != VM_STOP) in Wb35Reg_WriteSync()
145 reg->EP0vm_state = VM_STOP; in Wb35Reg_WriteSync()
300 while (reg->EP0vm_state != VM_STOP) in Wb35Reg_ReadSync()
311 reg->EP0vm_state = VM_STOP; in Wb35Reg_ReadSync()
445 reg->EP0vm_state = VM_STOP; in Wb35Reg_EP0VM()
462 reg->EP0vm_state = VM_STOP; in Wb35Reg_EP0VM_complete()
475 reg->EP0vm_state = VM_STOP; in Wb35Reg_EP0VM_complete()
502 } while (reg->EP0vm_state != VM_STOP); in Wb35Reg_destroy()
Dwbhal.h81 VM_STOP = 0, enumerator
Dwbusb.c340 if (!pHwData->SurpriseRemove && reg->EP0vm_state != VM_STOP) in hal_idle()