Lines Matching defs:device

39 	struct tape_device *	device = request->device;  in tape_std_assign_timeout()  local
53 tape_std_assign(struct tape_device *device) in tape_std_assign()
93 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
125 tape_std_display(struct tape_device *device, struct display_struct *disp) in tape_std_display()
155 tape_std_read_block_id(struct tape_device *device, __u64 *id) in tape_std_read_block_id()
178 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
202 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
212 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
255 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
267 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf()
291 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr()
323 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr()
354 tape_std_mtweof(struct tape_device *device, int mt_count) in tape_std_mtweof()
379 tape_std_mtbsfm(struct tape_device *device, int mt_count) in tape_std_mtbsfm()
403 tape_std_mtbsf(struct tape_device *device, int mt_count) in tape_std_mtbsf()
434 tape_std_mtfsfm(struct tape_device *device, int mt_count) in tape_std_mtfsfm()
464 tape_std_mtrew(struct tape_device *device, int mt_count) in tape_std_mtrew()
487 tape_std_mtoffl(struct tape_device *device, int mt_count) in tape_std_mtoffl()
508 tape_std_mtnop(struct tape_device *device, int mt_count) in tape_std_mtnop()
529 tape_std_mteom(struct tape_device *device, int mt_count) in tape_std_mteom()
559 tape_std_mtreten(struct tape_device *device, int mt_count) in tape_std_mtreten()
582 tape_std_mterase(struct tape_device *device, int mt_count) in tape_std_mterase()
606 tape_std_mtunload(struct tape_device *device, int mt_count) in tape_std_mtunload()
616 tape_std_mtcompression(struct tape_device *device, int mt_count) in tape_std_mtcompression()
643 tape_std_read_block(struct tape_device *device, size_t count) in tape_std_read_block()
668 tape_std_read_backward(struct tape_device *device, struct tape_request *request) in tape_std_read_backward()
687 tape_std_write_block(struct tape_device *device, size_t count) in tape_std_write_block()
708 tape_std_process_eov(struct tape_device *device) in tape_std_process_eov()