Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/storage/ !
Dprotocol.h29 extern void usb_stor_ufi_command(struct scsi_cmnd*, struct us_data*);
Dprotocol.c61 void usb_stor_ufi_command(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_ufi_command() function
Dusb.c725 us->proto_handler = usb_stor_ufi_command; in get_protocol()