Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMassStor.c726 us->proto_handler = usb_stor_transparent_scsi_command; in get_protocol()
734 us->proto_handler = usb_stor_transparent_scsi_command; in get_protocol()
739 us->proto_handler = usb_stor_transparent_scsi_command; in get_protocol()
H A DdrvProtocol.h107 extern void usb_stor_transparent_scsi_command(Scsi_Cmnd*, struct us_data*);
H A DdrvProtocol.c207 void usb_stor_transparent_scsi_command(Scsi_Cmnd *srb, struct us_data *us) in usb_stor_transparent_scsi_command() function