Searched refs:tape_device (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_std.h100 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 struct tape_request *tape_std_bread(struct tape_device *, struct request *);
106 void tape_std_check_locate(struct tape_device *, struct tape_request *);
108 struct tape_device *, int);
111 int tape_std_assign(struct tape_device *);
112 int tape_std_unassign(struct tape_device *);
113 int tape_std_read_block_id(struct tape_device *device, __u64 *id);
114 int tape_std_display(struct tape_device *, struc
[all...]
H A Dtape.h111 struct tape_device;
126 struct tape_device *device; /* tape device of this request */
143 typedef int (*tape_mtop_fn)(struct tape_device *, int);
151 int (*setup_device)(struct tape_device *);
152 void (*cleanup_device)(struct tape_device *);
153 int (*irq)(struct tape_device *, struct tape_request *, struct irb *);
154 struct tape_request *(*read_block)(struct tape_device *, size_t);
155 struct tape_request *(*write_block)(struct tape_device *, size_t);
156 void (*process_eov)(struct tape_device*);
159 struct tape_request *(*bread)(struct tape_device *, struc
206 struct tape_device { struct
[all...]
H A Dtape_std.c39 struct tape_device * device;
55 tape_std_assign(struct tape_device *device)
98 tape_std_unassign (struct tape_device *device)
130 tape_std_display(struct tape_device *device, struct display_struct *disp)
160 tape_std_read_block_id(struct tape_device *device, __u64 *id)
183 tape_std_terminate_write(struct tape_device *device)
207 tape_std_mtload(struct tape_device *device, int count)
217 tape_std_mtsetblk(struct tape_device *device, int count)
260 tape_std_mtreset(struct tape_device *device, int count)
272 tape_std_mtfsf(struct tape_device *devic
[all...]
H A Dtape_core.c90 struct tape_device *tdev;
102 struct tape_device *tdev;
114 struct tape_device *tdev;
127 struct tape_device *tdev;
154 struct tape_device *tdev;
181 tape_state_set(struct tape_device *device, enum tape_state newstate)
207 tape_med_state_set(struct tape_device *device, enum tape_medium_state newstate)
236 __tape_cancel_io(struct tape_device *device, struct tape_request *request)
276 tape_assign_minor(struct tape_device *device)
278 struct tape_device *tm
[all...]
H A Dtape_block.c53 tapeblock_trigger_requeue(struct tape_device *device)
67 struct tape_device *device;
92 tapeblock_start_request(struct tape_device *device, struct request *req)
129 struct tape_device * device;
179 struct tape_device *device;
181 device = (struct tape_device *) queue->queuedata;
191 tapeblock_setup_device(struct tape_device * device)
253 tapeblock_cleanup_device(struct tape_device *device)
279 struct tape_device * device;
283 device = (struct tape_device *) dis
[all...]
H A Dtape_char.c64 tapechar_setup_device(struct tape_device * device)
89 tapechar_cleanup_device(struct tape_device *device)
98 tapechar_check_idalbuffer(struct tape_device *device, size_t block_size)
131 struct tape_device *device;
137 device = (struct tape_device *) filp->private_data;
194 struct tape_device *device;
202 device = (struct tape_device *) filp->private_data;
283 struct tape_device *device;
317 struct tape_device *device;
320 device = (struct tape_device *) fil
[all...]
H A Dtape_3590.c101 static int crypt_supported(struct tape_device *device)
106 static int crypt_enabled(struct tape_device *device)
199 static int tape_3592_kekl_query(struct tape_device *device,
240 static int tape_3592_ioctl_kekl_query(struct tape_device *device,
267 static int tape_3590_mttell(struct tape_device *device, int mt_count);
272 static int tape_3592_kekl_set(struct tape_device *device,
303 static int tape_3592_ioctl_kekl_set(struct tape_device *device,
330 static int tape_3592_enable_crypt(struct tape_device *device)
361 static int tape_3592_disable_crypt(struct tape_device *device)
390 static int tape_3592_ioctl_crypt_set(struct tape_device *devic
[all...]
H A Dtape_34xx.c50 static void tape_34xx_delete_sbid_from(struct tape_device *, int);
57 tape_34xx_medium_sense(struct tape_device *device)
101 struct tape_device *device;
118 struct tape_device *device = p->device;
132 tape_34xx_schedule_work(struct tape_device *device, enum tape_op op)
199 tape_34xx_unsolicited_irq(struct tape_device *device, struct irb *irb)
218 tape_34xx_erp_read_opposite(struct tape_device *device,
239 tape_34xx_erp_bug(struct tape_device *device, struct tape_request *request,
255 tape_34xx_erp_overrun(struct tape_device *device, struct tape_request *request,
270 tape_34xx_erp_sequence(struct tape_device *devic
[all...]
H A Dtape_proc.c41 struct tape_device *device;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dviotape.c197 static struct device *tape_device[VIOTAPE_MAX_TAPE]; variable in typeref:struct:device
374 op->dev = tape_device[devi.devno];
466 op->dev = tape_device[devi.devno];
879 tape_device[i] = &vdev->dev;

Completed in 75 milliseconds