Searched refs:pt_unit (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/block/paride/ |
D | pt.c | 216 struct pt_unit { struct 230 static int pt_identify(struct pt_unit *tape); argument 232 static struct pt_unit pt[PT_UNITS]; 267 static inline u8 DRIVE(struct pt_unit *tape) in DRIVE() 272 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) in pt_wait() 297 static int pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) in pt_command() 329 static int pt_completion(struct pt_unit *tape, char *buf, char *fun) in pt_completion() 354 static void pt_req_sense(struct pt_unit *tape, int quiet) in pt_req_sense() 375 static int pt_atapi(struct pt_unit *tape, char *cmd, int dlen, char *buf, char *fun) in pt_atapi() 394 static int pt_poll_dsc(struct pt_unit *tape, int pause, int tmo, char *msg) in pt_poll_dsc() [all …]
|