Searched refs:RIO_FAIL (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driotty.c184 if (RIODelay(PortP, HUNDRED_MS) == RIO_FAIL) {
215 if (RIODelay(PortP, HUNDRED_MS) == RIO_FAIL) {
271 if (RIODelay(PortP, HUNDRED_MS) == RIO_FAIL) {
316 if (RIODelay(PortP, HUNDRED_MS) == RIO_FAIL) {
457 if (RIODelay_ni(PortP, HUNDRED_MS * 10) == RIO_FAIL) {
491 if (RIOShortCommand(p, PortP, RIOC_CLOSE, 1, 0) == RIO_FAIL) {
512 if (RIODelay(PortP, HUNDRED_MS) == RIO_FAIL) {
581 return RIO_FAIL;
593 return RIO_FAIL;
595 if (RIODelay_ni(PortP, HUNDRED_MS) == RIO_FAIL) {
[all...]
H A Drioinit.c199 if (RIOScrub(op, ram[bank], size[bank]) == RIO_FAIL) {
202 return RIO_FAIL;
253 return RIO_FAIL;
260 return RIO_FAIL;
275 return RIO_FAIL;
280 return RIO_FAIL;
295 return RIO_FAIL;
302 return RIO_FAIL;
314 return RIO_FAIL;
322 return RIO_FAIL;
[all...]
H A Drioparam.c171 return RIO_FAIL;
202 return RIO_FAIL;
209 if (retval == RIO_FAIL) {
226 return RIO_FAIL;
526 return RIO_FAIL;
H A Drio.h73 #define RIO_FAIL -1 macro
H A Driocmd.c102 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
132 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
231 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
285 if (RIOQueueCmdBlk(HostP, RTAS_PER_HOST + KillUnit.Link, CmdBlkP) == RIO_FAIL) {
295 if (RIOQueueCmdBlk(HostP, ID, CmdBlkP) == RIO_FAIL) {
330 if (RIOQueueCmdBlk(HostP, ID - 1, CmdBlkP) == RIO_FAIL) {
582 return RIO_FAIL;
771 ** If it returns RIO_FAIL then don't
891 ** then the pre-function will be called. If this returns RIO_FAIL then the
893 ** clock tick). If the pre-function returns NOT RIO_FAIL, the
[all...]
H A Drio_linux.c312 return RIO_FAIL;
314 return !RIO_FAIL;
326 return !RIO_FAIL;
607 RIO_FAIL) {
623 arg ? arg * 100 : 250) == RIO_FAIL) {
H A Drioctrl.c223 if (RIOQueueCmdBlk(&p->RIOHosts[SpecialRupCmd.Host], SpecialRupCmd.RupNum, CmdBlkP) == RIO_FAIL) {
423 RIO_FAIL) {
1248 if (RIOPreemptiveCmd(p, PortP, RIOC_MEMDUMP) == RIO_FAIL) {
1315 RIO_FAIL) {
1400 return RIO_FAIL;
1407 return RIO_FAIL;
1489 return (RIO_FAIL);
H A Driointr.c399 if (RIOParam(PortP, RIOC_OPEN, ((PortP->Cor2Copy & (RIOC_COR2_RTSFLOW | RIOC_COR2_CTSFLOW)) == (RIOC_COR2_RTSFLOW | RIOC_COR2_CTSFLOW)) ? 1 : 0, DONT_SLEEP) == RIO_FAIL)

Completed in 62 milliseconds