Searched refs:usb_stor_CB_transport (Results 1 – 4 of 4) sorted by relevance
62 extern int usb_stor_CB_transport(struct scsi_cmnd *, struct us_data*);
671 us->transport = usb_stor_CB_transport; in get_transport()678 us->transport = usb_stor_CB_transport; in get_transport()
957 int usb_stor_CB_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_CB_transport() function1068 EXPORT_SYMBOL_GPL(usb_stor_CB_transport);
1508 ret = usb_stor_CB_transport(srb, us); in dpcm_transport()