Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c96 struct tape_device *tdev; in tape_medium_state_show()
108 struct tape_device *tdev; in tape_first_minor_show()
120 struct tape_device *tdev; in tape_state_show()
133 struct tape_device *tdev; in tape_operation_show()
160 struct tape_device *tdev; in tape_blocksize_show()
213 struct tape_device *device;
334 struct tape_device *tmp; in tape_assign_minor()
440 struct tape_device *device; in tape_generic_offline()
476 static struct tape_device *
511 struct tape_device *
[all …]
A Dtape_std.c39 struct tape_device * device = request->device; in tape_std_assign_timeout()
53 tape_std_assign(struct tape_device *device) in tape_std_assign()
92 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
177 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
201 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
211 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
254 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
266 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf()
290 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr()
322 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr()
[all …]
A Dtape_3590.c103 static int crypt_supported(struct tape_device *device) in crypt_supported()
108 static int crypt_enabled(struct tape_device *device) in crypt_enabled()
274 static int tape_3592_kekl_set(struct tape_device *device, in tape_3592_kekl_set()
536 tape_3590_mtseek(struct tape_device *device, int count) in tape_3590_mtseek()
557 tape_3590_read_opposite(struct tape_device *device, in tape_3590_read_opposite()
619 struct tape_device *device;
849 tape_3590_erp_read_buf_log(struct tape_device *device, in tape_3590_erp_read_buf_log()
881 tape_3590_erp_long_busy(struct tape_device *device, in tape_3590_erp_long_busy()
932 tape_3590_erp_read_opposite(struct tape_device *device, in tape_3590_erp_read_opposite()
1518 tape_3590_setup_device(struct tape_device *device) in tape_3590_setup_device()
[all …]
A Dtape_char.c64 tapechar_setup_device(struct tape_device * device) in tapechar_setup_device()
89 tapechar_cleanup_device(struct tape_device *device) in tapechar_cleanup_device()
131 struct tape_device *device; in tapechar_read()
137 device = (struct tape_device *) filp->private_data; in tapechar_read()
189 struct tape_device *device; in tapechar_write()
197 device = (struct tape_device *) filp->private_data; in tapechar_write()
273 struct tape_device *device; in tapechar_open()
307 struct tape_device *device; in tapechar_release()
343 __tapechar_ioctl(struct tape_device *device, in __tapechar_ioctl()
434 struct tape_device *device; in tapechar_ioctl()
[all …]
A Dtape_34xx.c58 struct tape_device *device = request->device; in __tape_34xx_medium_sense()
85 static int tape_34xx_medium_sense(struct tape_device *device) in tape_34xx_medium_sense()
121 struct tape_device *device;
141 struct tape_device *device = p->device; in tape_34xx_work_handler()
241 tape_34xx_erp_read_opposite(struct tape_device *device, in tape_34xx_erp_read_opposite()
293 tape_34xx_erp_sequence(struct tape_device *device, in tape_34xx_erp_sequence()
994 struct tape_device * device, in tape_34xx_merge_sbid()
1030 tape_34xx_setup_device(struct tape_device * device) in tape_34xx_setup_device()
1051 tape_34xx_cleanup_device(struct tape_device *device) in tape_34xx_cleanup_device()
1067 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 17 milliseconds