Lines Matching refs:us
83 static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us) in cypress_atacb_passthrough() argument
88 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
154 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
161 usb_stor_dbg(us, "cypress atacb not supported ???\n"); in cypress_atacb_passthrough()
189 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
248 struct us_data *us; in cypress_probe() local
252 result = usb_stor_probe1(&us, intf, id, in cypress_probe()
264 us->protocol_name = "Transparent SCSI with Cypress ATACB"; in cypress_probe()
265 us->proto_handler = cypress_atacb_passthrough; in cypress_probe()
267 us->protocol_name = "Transparent SCSI"; in cypress_probe()
268 us->proto_handler = usb_stor_transparent_scsi_command; in cypress_probe()
271 result = usb_stor_probe2(us); in cypress_probe()