• Home
  • Raw
  • Download

Lines Matching defs:device

186 tape_state_set(struct tape_device *device, enum tape_state newstate)  in tape_state_set()
212 struct tape_device *device; member
224 struct tape_device *device = p->device; in tape_med_state_work_handler() local
248 tape_med_state_work(struct tape_device *device, enum tape_medium_state state) in tape_med_state_work()
262 tape_med_state_set(struct tape_device *device, enum tape_medium_state newstate) in tape_med_state_set()
291 __tape_cancel_io(struct tape_device *device, struct tape_request *request) in __tape_cancel_io()
331 tape_assign_minor(struct tape_device *device) in tape_assign_minor()
355 tape_remove_minor(struct tape_device *device) in tape_remove_minor()
372 tape_generic_online(struct tape_device *device, in tape_generic_online()
421 tape_cleanup_device(struct tape_device *device) in tape_cleanup_device()
445 struct tape_device *device; in tape_generic_pm_suspend() local
489 struct tape_device *device; in tape_generic_offline() local
528 struct tape_device *device; in tape_alloc_device() local
561 tape_get_device(struct tape_device *device) in tape_get_device()
577 tape_put_device(struct tape_device *device) in tape_put_device()
596 struct tape_device *device, *tmp; in tape_find_device() local
616 struct tape_device *device; in tape_generic_probe() local
639 __tape_discard_requests(struct tape_device *device) in __tape_discard_requests()
668 struct tape_device * device; in tape_generic_remove() local
777 __tape_start_io(struct tape_device *device, struct tape_request *request) in __tape_start_io()
803 __tape_start_next_request(struct tape_device *device) in __tape_start_next_request()
861 struct tape_device *device = in tape_delayed_next_request() local
873 struct tape_device *device; in tape_long_busy_timeout() local
888 struct tape_device * device, in __tape_end_request()
914 tape_dump_sense_dbf(struct tape_device *device, struct tape_request *request, in tape_dump_sense_dbf()
940 __tape_start_request(struct tape_device *device, struct tape_request *request) in __tape_start_request()
985 tape_do_io_async(struct tape_device *device, struct tape_request *request) in tape_do_io_async()
1011 tape_do_io(struct tape_device *device, struct tape_request *request) in tape_do_io()
1043 tape_do_io_interruptible(struct tape_device *device, in tape_do_io_interruptible()
1086 tape_cancel_io(struct tape_device *device, struct tape_request *request) in tape_cancel_io()
1102 struct tape_device *device; in __tape_do_irq() local
1248 tape_open(struct tape_device *device) in tape_open()
1278 tape_release(struct tape_device *device) in tape_release()
1292 tape_mtop(struct tape_device *device, int mt_op, int mt_count) in tape_mtop()