Searched refs:tape_do_io (Results 1 – 5 of 5) sorted by relevance
/drivers/s390/char/ |
D | tape_std.c | 117 if ((rc = tape_do_io(device, request)) != 0) { in tape_std_unassign() 174 rc = tape_do_io(device, request); in tape_std_read_block_id() 313 rc = tape_do_io(device, request); in tape_std_mtfsr() 345 rc = tape_do_io(device, request); in tape_std_mtbsr()
|
D | tape.h | 235 extern int tape_do_io(struct tape_device *, struct tape_request *); 246 rc = tape_do_io(device, request); in tape_do_io_free()
|
D | tape_char.c | 169 rc = tape_do_io(device, request); in tapechar_read() 230 rc = tape_do_io(device, request); in tapechar_write()
|
D | tape_core.c | 1011 tape_do_io(struct tape_device *device, struct tape_request *request) in tape_do_io() function 1375 EXPORT_SYMBOL(tape_do_io);
|
D | tape_3590.c | 225 rc = tape_do_io(device, request); in tape_3592_kekl_query() 1511 rc = tape_do_io(device, request); in tape_3590_read_dev_chars()
|