• Home
  • Raw
  • Download

Lines Matching defs:device

38 	struct tape_device *	device;  in tape_std_assign_timeout()  local
54 tape_std_assign(struct tape_device *device) in tape_std_assign()
98 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
130 tape_std_display(struct tape_device *device, struct display_struct *disp) in tape_std_display()
160 tape_std_read_block_id(struct tape_device *device, __u64 *id) in tape_std_read_block_id()
183 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
207 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
217 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
260 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
272 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf()
296 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr()
328 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr()
359 tape_std_mtweof(struct tape_device *device, int mt_count) in tape_std_mtweof()
384 tape_std_mtbsfm(struct tape_device *device, int mt_count) in tape_std_mtbsfm()
408 tape_std_mtbsf(struct tape_device *device, int mt_count) in tape_std_mtbsf()
439 tape_std_mtfsfm(struct tape_device *device, int mt_count) in tape_std_mtfsfm()
469 tape_std_mtrew(struct tape_device *device, int mt_count) in tape_std_mtrew()
492 tape_std_mtoffl(struct tape_device *device, int mt_count) in tape_std_mtoffl()
513 tape_std_mtnop(struct tape_device *device, int mt_count) in tape_std_mtnop()
534 tape_std_mteom(struct tape_device *device, int mt_count) in tape_std_mteom()
564 tape_std_mtreten(struct tape_device *device, int mt_count) in tape_std_mtreten()
587 tape_std_mterase(struct tape_device *device, int mt_count) in tape_std_mterase()
611 tape_std_mtunload(struct tape_device *device, int mt_count) in tape_std_mtunload()
621 tape_std_mtcompression(struct tape_device *device, int mt_count) in tape_std_mtcompression()
648 tape_std_read_block(struct tape_device *device, size_t count) in tape_std_read_block()
673 tape_std_read_backward(struct tape_device *device, struct tape_request *request) in tape_std_read_backward()
692 tape_std_write_block(struct tape_device *device, size_t count) in tape_std_write_block()
713 tape_std_process_eov(struct tape_device *device) in tape_std_process_eov()