Searched refs:ntStatus (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dusbpipe.c119 int ntStatus; local
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 local
221 int ntStatus = 0; local
351 int ntStatus = STATUS_FAILURE; local
408 int ntStatus; local
489 int ntStatus = 0; local
[all...]
H A Dcontrol.c75 int ntStatus; local
77 ntStatus = CONTROLnsRequestIn(pDevice,
H A Dint.c85 int ntStatus; local
91 ntStatus = PIPEnsInterruptRead(pDevice);
H A Dmain_usb.c369 int ntStatus = STATUS_SUCCESS; local
416 ntStatus = CONTROLnsRequestOut(pDevice,
423 if ( ntStatus != STATUS_SUCCESS ) {
430 ntStatus = CONTROLnsRequestIn(pDevice,MESSAGE_TYPE_INIT_RSP,0,0,sizeof(RSP_CARD_INIT), (PBYTE) &(sInitRsp));
432 if (ntStatus != STATUS_SUCCESS) {
439 ntStatus = CONTROLnsRequestIn(pDevice,
446 if ( ntStatus != STATUS_SUCCESS ) {
647 ntStatus = CONTROLnsRequestIn(pDevice,
654 if ( ntStatus != STATUS_SUCCESS ) {
H A Dmib.h408 void STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, int ntStatus);
H A Dwcmd.c881 int ntStatus = STATUS_SUCCESS; local
884 ntStatus = CONTROLnsRequestIn(pDevice,
891 if ( ntStatus != STATUS_SUCCESS ) {
H A Dmib.c578 * ntStatus - URB status
586 void STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, int ntStatus) argument
589 // if ( ntStatus == USBD_STATUS_CRC ) {
H A Dbaseband.c995 int ntStatus; local
1002 ntStatus = CONTROLnsRequestIn(pDevice,
1008 if (ntStatus != STATUS_SUCCESS) {
1171 return TRUE;//ntStatus;
H A Ddpc.c1522 int ntStatus; local
1534 ntStatus = PIPEnsBulkInUsbRead(pDevice, pRCB);
H A Dfirmware.c851 int ntStatus; local
853 ntStatus = CONTROLnsRequestIn(pDevice,
861 if (ntStatus != STATUS_SUCCESS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Dusbpipe.c119 int ntStatus; local
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 local
221 int ntStatus = 0; local
351 int ntStatus = STATUS_FAILURE; local
408 int ntStatus; local
489 int ntStatus = 0; local
[all...]
H A Dcontrol.c75 int ntStatus; local
77 ntStatus = CONTROLnsRequestIn(pDevice,
H A Dint.c85 int ntStatus; local
91 ntStatus = PIPEnsInterruptRead(pDevice);
H A Dmain_usb.c369 int ntStatus = STATUS_SUCCESS; local
416 ntStatus = CONTROLnsRequestOut(pDevice,
423 if ( ntStatus != STATUS_SUCCESS ) {
430 ntStatus = CONTROLnsRequestIn(pDevice,MESSAGE_TYPE_INIT_RSP,0,0,sizeof(RSP_CARD_INIT), (PBYTE) &(sInitRsp));
432 if (ntStatus != STATUS_SUCCESS) {
439 ntStatus = CONTROLnsRequestIn(pDevice,
446 if ( ntStatus != STATUS_SUCCESS ) {
647 ntStatus = CONTROLnsRequestIn(pDevice,
654 if ( ntStatus != STATUS_SUCCESS ) {
H A Dmib.h408 void STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, int ntStatus);
H A Dwcmd.c881 int ntStatus = STATUS_SUCCESS; local
884 ntStatus = CONTROLnsRequestIn(pDevice,
891 if ( ntStatus != STATUS_SUCCESS ) {
H A Dmib.c578 * ntStatus - URB status
586 void STAvUpdateUSBCounter(PSUSBCounter pUsbCounter, int ntStatus) argument
589 // if ( ntStatus == USBD_STATUS_CRC ) {
H A Dbaseband.c995 int ntStatus; local
1002 ntStatus = CONTROLnsRequestIn(pDevice,
1008 if (ntStatus != STATUS_SUCCESS) {
1171 return TRUE;//ntStatus;
H A Ddpc.c1522 int ntStatus; local
1534 ntStatus = PIPEnsBulkInUsbRead(pDevice, pRCB);
H A Dfirmware.c851 int ntStatus; local
853 ntStatus = CONTROLnsRequestIn(pDevice,
861 if (ntStatus != STATUS_SUCCESS) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c970 int ntStatus; local
1424 ntStatus =
1428 if ((NT_SUCCESS(ntStatus) == TRUE) &&
1583 if (NT_SUCCESS(ntStatus) !=
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2870/common/
H A Drtusb_io.c970 int ntStatus; local
1424 ntStatus =
1428 if ((NT_SUCCESS(ntStatus) == TRUE) &&
1583 if (NT_SUCCESS(ntStatus) !=

Completed in 200 milliseconds