Lines Matching refs:tape_device

100 struct tape_request *tape_std_read_block(struct tape_device *, size_t);
101 void tape_std_read_backward(struct tape_device *device,
103 struct tape_request *tape_std_write_block(struct tape_device *, size_t);
104 void tape_std_check_locate(struct tape_device *, struct tape_request *);
107 int tape_std_assign(struct tape_device *);
108 int tape_std_unassign(struct tape_device *);
109 int tape_std_read_block_id(struct tape_device *device, __u64 *id);
110 int tape_std_display(struct tape_device *, struct display_struct *disp);
111 int tape_std_terminate_write(struct tape_device *);
114 int tape_std_mtbsf(struct tape_device *, int);
115 int tape_std_mtbsfm(struct tape_device *, int);
116 int tape_std_mtbsr(struct tape_device *, int);
117 int tape_std_mtcompression(struct tape_device *, int);
118 int tape_std_mteom(struct tape_device *, int);
119 int tape_std_mterase(struct tape_device *, int);
120 int tape_std_mtfsf(struct tape_device *, int);
121 int tape_std_mtfsfm(struct tape_device *, int);
122 int tape_std_mtfsr(struct tape_device *, int);
123 int tape_std_mtload(struct tape_device *, int);
124 int tape_std_mtnop(struct tape_device *, int);
125 int tape_std_mtoffl(struct tape_device *, int);
126 int tape_std_mtreset(struct tape_device *, int);
127 int tape_std_mtreten(struct tape_device *, int);
128 int tape_std_mtrew(struct tape_device *, int);
129 int tape_std_mtsetblk(struct tape_device *, int);
130 int tape_std_mtunload(struct tape_device *, int);
131 int tape_std_mtweof(struct tape_device *, int);
134 void tape_std_default_handler(struct tape_device *);
135 void tape_std_unexpect_uchk_handler(struct tape_device *);
136 void tape_std_irq(struct tape_device *);
137 void tape_std_process_eov(struct tape_device *);
140 void tape_std_error_recovery(struct tape_device *);
141 void tape_std_error_recovery_has_failed(struct tape_device *,int error_id);
142 void tape_std_error_recovery_succeded(struct tape_device *);
143 void tape_std_error_recovery_do_retry(struct tape_device *);
144 void tape_std_error_recovery_read_opposite(struct tape_device *);
145 void tape_std_error_recovery_HWBUG(struct tape_device *, int condno);