Home
last modified time | relevance | path

Searched refs:PTYPE_INLINE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dip2main.c1262 PTYPE_OF(tempCommand) = PTYPE_INLINE; in set_irq()
1642 i2QueueCommands(PTYPE_INLINE, pCh, 100, 3, CMD_DTRUP,CMD_RTSUP,CMD_DCD_REP); in ip2_open()
1726 i2QueueCommands(PTYPE_INLINE, pCh, 100, 2, CMD_DTRUP, CMD_RTSUP); in ip2_open()
1775 i2QueueCommands(PTYPE_INLINE, pCh, 0, 2, CMD_CTSFL_DSAB, CMD_RTSFL_DSAB); in ip2_open()
1875 i2QueueCommands(PTYPE_INLINE, pCh, 100, 4, in ip2_close()
1878 i2QueueCommands(PTYPE_INLINE, pCh, 100, 2, CMD_RTSDN, CMD_DTRDN); in ip2_close()
1880 i2QueueCommands( PTYPE_INLINE, pCh, 100, 1, CMD_PAUSE(25)); in ip2_close()
1939 i2QueueCommands(PTYPE_INLINE, pCh, 0, 2, CMD_CTSFL_DSAB, CMD_RTSFL_DSAB); in ip2_hangup()
1943 i2QueueCommands( PTYPE_INLINE, pCh, 100, 1, CMD_PAUSE(25)); in ip2_hangup()
1945 i2QueueCommands(PTYPE_INLINE, pCh, 1, 3, in ip2_hangup()
[all …]
/linux-2.4.37.9/drivers/char/ip2/
Di2pack.h308 #define PTYPE_INLINE 2 /* Host ---> Board */ macro
Di2lib.c588 case PTYPE_INLINE: in i2QueueCommands()
630 case PTYPE_INLINE: in i2QueueCommands()
758 case PTYPE_INLINE: in i2QueueCommands()
1237 } else if ( 1 != i2QueueCommands(PTYPE_INLINE, pCh, 0, 1, CMD_STOPFL) ) { in i2FlushOutput()
1265 if ( 1 == i2QueueCommands(PTYPE_INLINE, pCh, 0, 1, CMD_STOPFL)) { in i2RetryFlushOutput()
1326 i2QueueCommands( PTYPE_INLINE, pCh, -1, 1, CMD_BMARK_REQ ); in i2DrainOutput()
1789 i2QueueCommands (PTYPE_INLINE, pCh, 0, 1, CMD_HW_TEST); in i2StripFifo()