Lines Matching defs:tape

267 static inline u8 DRIVE(struct pt_unit *tape)  in DRIVE()
272 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) in pt_wait()
297 static int pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) in pt_command()
329 static int pt_completion(struct pt_unit *tape, char *buf, char *fun) in pt_completion()
354 static void pt_req_sense(struct pt_unit *tape, int quiet) in pt_req_sense()
375 static int pt_atapi(struct pt_unit *tape, char *cmd, int dlen, char *buf, char *fun) in pt_atapi()
394 static int pt_poll_dsc(struct pt_unit *tape, int pause, int tmo, char *msg) in pt_poll_dsc()
425 static void pt_media_access_cmd(struct pt_unit *tape, int tmo, char *cmd, char *fun) in pt_media_access_cmd()
435 static void pt_rewind(struct pt_unit *tape) in pt_rewind()
442 static void pt_write_fm(struct pt_unit *tape) in pt_write_fm()
451 static int pt_reset(struct pt_unit *tape) in pt_reset()
484 static int pt_ready_wait(struct pt_unit *tape, int tmo) in pt_ready_wait()
528 static int pt_identify(struct pt_unit *tape) in pt_identify()
588 static int pt_probe(struct pt_unit *tape) in pt_probe()
603 struct pt_unit *tape; in pt_detect() local
617 struct pt_unit *tape = &pt[unit]; in pt_detect() local
662 struct pt_unit *tape = pt + unit; in pt_open() local
707 struct pt_unit *tape = file->private_data; in pt_ioctl() local
745 struct pt_unit *tape = file->private_data; in pt_release() local
767 struct pt_unit *tape = filp->private_data; in pt_read() local
864 struct pt_unit *tape = filp->private_data; in pt_write() local