• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/

Lines Matching refs:ntStatus

119 	int ntStatus;
134 ntStatus = usb_control_msg(
145 if (ntStatus >= 0) {
146 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"usb_sndctrlpipe ntStatus= %d\n", ntStatus);
147 ntStatus = 0;
149 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"usb_sndctrlpipe fail, ntStatus= %d\n", ntStatus);
152 return ntStatus;
164 int ntStatus = 0;
186 ntStatus = usb_submit_urb(pDevice->pControlURB, GFP_ATOMIC);
187 if (ntStatus != 0) {
188 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"control send request submission failed: %d\n", ntStatus);
221 int ntStatus = 0;
241 ntStatus = usb_submit_urb(pDevice->pControlURB, GFP_ATOMIC);
242 if (ntStatus != 0) {
243 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"control request submission failed: %d\n", ntStatus);
264 return ntStatus;
351 int ntStatus = STATUS_FAILURE;
376 ntStatus = usb_submit_urb(pDevice->pInterruptURB, GFP_ATOMIC);
377 if (ntStatus != 0) {
378 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Submit int URB failed %d\n", ntStatus);
381 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"<----s_nsStartInterruptUsbRead Return(%x)\n",ntStatus);
382 return ntStatus;
408 int ntStatus;
424 ntStatus = urb->status;
426 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"s_nsInterruptUsbIoCompleteRead Status %d\n", ntStatus);
430 if (( ntStatus != STATUS_SUCCESS )) {
434 // if (ntStatus == USBD_STATUS_CRC) {
438 // if (ntStatus == STATUS_NOT_CONNECTED )
442 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"IntUSBIoCompleteControl STATUS = %d\n", ntStatus );
450 STAvUpdateUSBCounter(&pDevice->scStatistic.USB_InterruptStat, ntStatus);
462 ntStatus = usb_submit_urb(pDevice->pInterruptURB, GFP_ATOMIC);
463 if (ntStatus != 0) {
464 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Submit int URB failed %d\n", ntStatus);
489 int ntStatus = 0;
508 return ntStatus;
519 ntStatus = usb_submit_urb(pUrb, GFP_ATOMIC);
520 if (ntStatus != 0) {
521 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Submit Rx URB failed %d\n", ntStatus);
527 return ntStatus;