Searched refs:pt_wait (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/block/paride/ |
H A D | pt.c | 271 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) pt_wait() function 303 if (pt_wait(tape, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) { pt_command() 312 if (pt_wait(tape, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) { pt_command() 333 r = pt_wait(tape, STAT_BUSY, STAT_DRQ | STAT_READY | STAT_ERR, pt_completion() 346 s = pt_wait(tape, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done"); pt_completion() 800 r = pt_wait(tape, STAT_BUSY, pt_read() 901 r = pt_wait(tape, STAT_BUSY, pt_write()
|
Completed in 109 milliseconds