Home
last modified time | relevance | path

Searched refs:pt_command (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/block/paride/
Dpt.c296 static int pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) in pt_command() function
359 r = pt_command(tape, rs_cmd, 16, "Request sense"); in pt_req_sense()
378 r = pt_command(tape, cmd, dlen, fun); in pt_atapi()
426 if (pt_command(tape, cmd, 0, fun)) { in pt_media_access_cmd()
789 r = pt_command(tape, rd_cmd, n, "read"); in pt_read()
890 r = pt_command(tape, wr_cmd, n, "write"); in pt_write()