Lines Matching refs:tape_device
63 tapechar_setup_device(struct tape_device * device) in tapechar_setup_device()
88 tapechar_cleanup_device(struct tape_device *device) in tapechar_cleanup_device()
97 tapechar_check_idalbuffer(struct tape_device *device, size_t block_size) in tapechar_check_idalbuffer()
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()
309 device = (struct tape_device *) filp->private_data; in tapechar_release()
342 __tapechar_ioctl(struct tape_device *device, in __tapechar_ioctl()
433 struct tape_device *device; in tapechar_ioctl()
438 device = (struct tape_device *) filp->private_data; in tapechar_ioctl()
449 struct tape_device *device = filp->private_data; in tapechar_compat_ioctl()