Lines Matching defs:tape
266 static inline u8 DRIVE(struct pt_unit *tape) in DRIVE()
271 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) in pt_wait()
296 static int pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) in pt_command()
328 static int pt_completion(struct pt_unit *tape, char *buf, char *fun) in pt_completion()
353 static void pt_req_sense(struct pt_unit *tape, int quiet) in pt_req_sense()
374 static int pt_atapi(struct pt_unit *tape, char *cmd, int dlen, char *buf, char *fun) in pt_atapi()
393 static int pt_poll_dsc(struct pt_unit *tape, int pause, int tmo, char *msg) in pt_poll_dsc()
424 static void pt_media_access_cmd(struct pt_unit *tape, int tmo, char *cmd, char *fun) in pt_media_access_cmd()
434 static void pt_rewind(struct pt_unit *tape) in pt_rewind()
441 static void pt_write_fm(struct pt_unit *tape) in pt_write_fm()
450 static int pt_reset(struct pt_unit *tape) in pt_reset()
483 static int pt_ready_wait(struct pt_unit *tape, int tmo) in pt_ready_wait()
527 static int pt_identify(struct pt_unit *tape) in pt_identify()
587 static int pt_probe(struct pt_unit *tape) in pt_probe()
602 struct pt_unit *tape; in pt_detect() local
610 struct pt_unit *tape = &pt[unit]; in pt_detect() local
654 struct pt_unit *tape = pt + unit; in pt_open() local
699 struct pt_unit *tape = file->private_data; in pt_ioctl() local
737 struct pt_unit *tape = file->private_data; in pt_release() local
759 struct pt_unit *tape = filp->private_data; in pt_read() local
856 struct pt_unit *tape = filp->private_data; in pt_write() local