Home
last modified time | relevance | path

Searched defs:tape (Results 1 – 4 of 4) sorted by relevance

/drivers/ide/
Dide-tape.c235 struct ide_tape_obj *tape = NULL; in ide_tape_get() local
255 static void ide_tape_put(struct ide_tape_obj *tape) in ide_tape_put()
271 idetape_tape_t *tape = drive->driver_data; in idetape_analyze_error() local
329 idetape_tape_t *tape = drive->driver_data; in ide_tape_callback() local
381 idetape_tape_t *tape = drive->driver_data; in ide_tape_stall_queue() local
393 idetape_tape_t *tape = drive->driver_data; in ide_tape_handle_dsc() local
444 idetape_tape_t *tape = drive->driver_data; in ide_tape_issue_pc() local
519 idetape_tape_t *tape = drive->driver_data; in idetape_media_access_finished() local
544 static void ide_tape_create_rw_cmd(idetape_tape_t *tape, in ide_tape_create_rw_cmd()
571 idetape_tape_t *tape = drive->driver_data; in idetape_do_request() local
[all …]
/drivers/block/paride/
Dpt.c267 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()
[all …]
/drivers/scsi/
Dst.c312 static inline char *tape_name(struct scsi_tape *tape) in tape_name()
4191 static int create_one_cdev(struct scsi_tape *tape, int mode, int rew) in create_one_cdev()
4244 static int create_cdevs(struct scsi_tape *tape) in create_cdevs()
4260 static void remove_cdevs(struct scsi_tape *tape) in remove_cdevs()
Dst.h70 struct scsi_tape *tape; member