Lines Matching refs:callback
297 if (request->callback == NULL) in __tape_cancel_io()
654 if (request->callback != NULL) in __tape_discard_requests()
655 request->callback(request, request->callback_data); in __tape_discard_requests()
853 if (request->callback != NULL) in __tape_start_next_request()
854 request->callback(request, request->callback_data); in __tape_start_next_request()
901 if (request->callback != NULL) in __tape_end_request()
902 request->callback(request, request->callback_data); in __tape_end_request()
1006 request->callback = NULL; in __tape_wake_up()
1017 request->callback = __tape_wake_up; in tape_do_io()
1025 wait_event(device->wait_queue, (request->callback == NULL)); in tape_do_io()
1038 request->callback = NULL; in __tape_wake_up_interruptible()
1050 request->callback = __tape_wake_up_interruptible; in tape_do_io_interruptible()
1058 (request->callback == NULL)); in tape_do_io_interruptible()
1072 (request->callback == NULL) in tape_do_io_interruptible()