Home
last modified time | relevance | path

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

/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()
175 } while( (pWb35Tx->EP2vm_state != VM_STOP) && (pWb35Tx->EP4vm_state != VM_STOP) ); in Wb35Tx_destroy()
233 pWb35Tx->EP2vm_state= VM_STOP; in Wb35Tx_EP2VM_complete()
254 pWb35Tx->EP2vm_state = VM_STOP; in Wb35Tx_EP2VM_complete()
289 pWb35Tx->EP2vm_state = VM_STOP; in Wb35Tx_EP2VM()
Dwb35rx.c124 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_indicate()
200 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_Complete()
215 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_Complete()
235 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_Complete()
298 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx()
325 pWb35Rx->EP3vm_state = VM_STOP; in Wb35Rx_reset_descriptor()
364 } 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()
299 while (reg->EP0vm_state != VM_STOP) in Wb35Reg_ReadSync()
310 reg->EP0vm_state = VM_STOP; in Wb35Reg_ReadSync()
452 reg->EP0vm_state = VM_STOP; in Wb35Reg_EP0VM()
470 reg->EP0vm_state = VM_STOP; in Wb35Reg_EP0VM_complete()
486 reg->EP0vm_state = VM_STOP; in Wb35Reg_EP0VM_complete()
515 } while (reg->EP0vm_state != VM_STOP); in Wb35Reg_destroy()
Dwbhal_s.h84 VM_STOP = 0, enumerator
Dwbhal.c489 if( !pHwData->SurpriseRemove && ( pWbUsb->DetectCount || reg->EP0vm_state!=VM_STOP ) ) in hal_idle()