Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/paride/
Dpt.c297 static int pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) in pt_command() function
360 r = pt_command(tape, rs_cmd, 16, "Request sense"); in pt_req_sense()
379 r = pt_command(tape, cmd, dlen, fun); in pt_atapi()
427 if (pt_command(tape, cmd, 0, fun)) { in pt_media_access_cmd()
797 r = pt_command(tape, rd_cmd, n, "read"); in pt_read()
898 r = pt_command(tape, wr_cmd, n, "write"); in pt_write()