Lines Matching refs:tape_device
64 tapechar_setup_device(struct tape_device * device) in tapechar_setup_device()
89 tapechar_cleanup_device(struct tape_device *device) in tapechar_cleanup_device()
98 tapechar_check_idalbuffer(struct tape_device *device, size_t block_size) in tapechar_check_idalbuffer()
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()
310 device = (struct tape_device *) filp->private_data; in tapechar_release()
343 __tapechar_ioctl(struct tape_device *device, in __tapechar_ioctl()
441 struct tape_device *device; in tapechar_ioctl()
446 device = (struct tape_device *) filp->private_data; in tapechar_ioctl()
457 struct tape_device *device = filp->private_data; in tapechar_compat_ioctl()