Searched refs:usb_stor_CB_transport (Results 1 – 4 of 4) sorted by relevance
77 extern int usb_stor_CB_transport(struct scsi_cmnd *, struct us_data*);
658 us->transport = usb_stor_CB_transport; in get_transport()665 us->transport = usb_stor_CB_transport; in get_transport()
926 int usb_stor_CB_transport(struct scsi_cmnd *srb, struct us_data *us) in usb_stor_CB_transport() function1033 EXPORT_SYMBOL_GPL(usb_stor_CB_transport);
1511 ret = usb_stor_CB_transport(srb, us); in dpcm_transport()