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()
92 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
124 tape_std_display(struct tape_device *device, struct display_struct *disp) in tape_std_display()
154 tape_std_read_block_id(struct tape_device *device, __u64 *id) in tape_std_read_block_id()
177 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
201 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
211 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
254 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
266 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf()
290 tape_std_mtfsr(struct tape_device *device, int mt_count) in tape_std_mtfsr()
322 tape_std_mtbsr(struct tape_device *device, int mt_count) in tape_std_mtbsr()
353 tape_std_mtweof(struct tape_device *device, int mt_count) in tape_std_mtweof()
378 tape_std_mtbsfm(struct tape_device *device, int mt_count) in tape_std_mtbsfm()
402 tape_std_mtbsf(struct tape_device *device, int mt_count) in tape_std_mtbsf()
433 tape_std_mtfsfm(struct tape_device *device, int mt_count) in tape_std_mtfsfm()
463 tape_std_mtrew(struct tape_device *device, int mt_count) in tape_std_mtrew()
486 tape_std_mtoffl(struct tape_device *device, int mt_count) in tape_std_mtoffl()
507 tape_std_mtnop(struct tape_device *device, int mt_count) in tape_std_mtnop()
528 tape_std_mteom(struct tape_device *device, int mt_count) in tape_std_mteom()
558 tape_std_mtreten(struct tape_device *device, int mt_count) in tape_std_mtreten()
581 tape_std_mterase(struct tape_device *device, int mt_count) in tape_std_mterase()
605 tape_std_mtunload(struct tape_device *device, int mt_count) in tape_std_mtunload()
615 tape_std_mtcompression(struct tape_device *device, int mt_count) in tape_std_mtcompression()
642 tape_std_read_block(struct tape_device *device, size_t count) in tape_std_read_block()
667 tape_std_read_backward(struct tape_device *device, struct tape_request *request) in tape_std_read_backward()
686 tape_std_write_block(struct tape_device *device, size_t count) in tape_std_write_block()
707 tape_std_process_eov(struct tape_device *device) in tape_std_process_eov()