Home
last modified time | relevance | path

Searched refs:tape_device (Results 1 – 8 of 8) sorted by relevance

/drivers/s390/char/
A Dtape_std.h106 int tape_std_assign(struct tape_device *);
107 int tape_std_unassign(struct tape_device *);
113 int tape_std_mtbsf(struct tape_device *, int);
114 int tape_std_mtbsfm(struct tape_device *, int);
115 int tape_std_mtbsr(struct tape_device *, int);
117 int tape_std_mteom(struct tape_device *, int);
119 int tape_std_mtfsf(struct tape_device *, int);
120 int tape_std_mtfsfm(struct tape_device *, int);
121 int tape_std_mtfsr(struct tape_device *, int);
123 int tape_std_mtnop(struct tape_device *, int);
[all …]
A Dtape.h110 struct tape_device;
143 typedef int (*tape_mtop_fn)(struct tape_device *, int);
151 int (*setup_device)(struct tape_device *);
152 void (*cleanup_device)(struct tape_device *);
156 void (*process_eov)(struct tape_device*);
180 struct tape_device { struct
260 extern int tape_open(struct tape_device *);
261 extern int tape_release(struct tape_device *);
262 extern int tape_mtop(struct tape_device *, int, int);
273 extern struct tape_device *tape_get_device(struct tape_device *);
[all …]
A Dtape_core.c97 struct tape_device *tdev; in tape_medium_state_show()
109 struct tape_device *tdev; in tape_first_minor_show()
121 struct tape_device *tdev; in tape_state_show()
134 struct tape_device *tdev; in tape_operation_show()
161 struct tape_device *tdev; in tape_blocksize_show()
214 struct tape_device *device;
335 struct tape_device *tmp; in tape_assign_minor()
441 struct tape_device *device; in tape_generic_offline()
477 static struct tape_device *
512 struct tape_device *
[all …]
A Dtape_std.c41 struct tape_device * device = request->device; in tape_std_assign_timeout()
55 tape_std_assign(struct tape_device *device) in tape_std_assign()
94 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
179 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
203 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
213 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
256 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
268 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf()
292 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr()
324 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr()
[all …]
A Dtape_3590.c104 static int crypt_supported(struct tape_device *device) in crypt_supported()
109 static int crypt_enabled(struct tape_device *device) in crypt_enabled()
275 static int tape_3592_kekl_set(struct tape_device *device, in tape_3592_kekl_set()
537 tape_3590_mtseek(struct tape_device *device, int count) in tape_3590_mtseek()
558 tape_3590_read_opposite(struct tape_device *device, in tape_3590_read_opposite()
620 struct tape_device *device;
850 tape_3590_erp_read_buf_log(struct tape_device *device, in tape_3590_erp_read_buf_log()
882 tape_3590_erp_long_busy(struct tape_device *device, in tape_3590_erp_long_busy()
933 tape_3590_erp_read_opposite(struct tape_device *device, in tape_3590_erp_read_opposite()
1519 tape_3590_setup_device(struct tape_device *device) in tape_3590_setup_device()
[all …]
A Dtape_char.c63 tapechar_setup_device(struct tape_device * device) in tapechar_setup_device()
88 tapechar_cleanup_device(struct tape_device *device) in tapechar_cleanup_device()
130 struct tape_device *device; in tapechar_read()
136 device = (struct tape_device *) filp->private_data; in tapechar_read()
188 struct tape_device *device; in tapechar_write()
196 device = (struct tape_device *) filp->private_data; in tapechar_write()
272 struct tape_device *device; in tapechar_open()
306 struct tape_device *device; in tapechar_release()
342 __tapechar_ioctl(struct tape_device *device, in __tapechar_ioctl()
433 struct tape_device *device; in tapechar_ioctl()
[all …]
A Dtape_34xx.c59 struct tape_device *device = request->device; in __tape_34xx_medium_sense()
86 static int tape_34xx_medium_sense(struct tape_device *device) in tape_34xx_medium_sense()
122 struct tape_device *device;
142 struct tape_device *device = p->device; in tape_34xx_work_handler()
242 tape_34xx_erp_read_opposite(struct tape_device *device, in tape_34xx_erp_read_opposite()
294 tape_34xx_erp_sequence(struct tape_device *device, in tape_34xx_erp_sequence()
995 struct tape_device * device, in tape_34xx_merge_sbid()
1031 tape_34xx_setup_device(struct tape_device * device) in tape_34xx_setup_device()
1052 tape_34xx_cleanup_device(struct tape_device *device) in tape_34xx_cleanup_device()
1068 tape_34xx_mttell(struct tape_device *device, int mt_count) in tape_34xx_mttell()
[all …]
A Dtape_proc.c41 struct tape_device *device; in tape_proc_show()

Completed in 19 milliseconds