Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMassStor.c358 ms_us->proto_handler = ms_usb_transparent_scsi_command; in ms_usb_get_protocol()
364 ms_us->proto_handler = ms_usb_transparent_scsi_command; in ms_usb_get_protocol()
368 ms_us->proto_handler = ms_usb_transparent_scsi_command; in ms_usb_get_protocol()
H A DdrvBulktran.h156 extern void ms_usb_transparent_scsi_command(stCmd_scsi*, struct ms_usdata*);
H A DdrvBulktran.c177 void ms_usb_transparent_scsi_command(stCmd_scsi *request_block, struct ms_usdata *ms_us) in ms_usb_transparent_scsi_command() function