Lines Matching refs:us
73 static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us) in cypress_atacb_passthrough() argument
78 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
148 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
154 usb_stor_dbg(us, "cypress atacb not supported ???\n"); in cypress_atacb_passthrough()
183 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
244 struct us_data *us; in cypress_probe() local
248 result = usb_stor_probe1(&us, intf, id, in cypress_probe()
262 us->protocol_name = "Transparent SCSI with Cypress ATACB"; in cypress_probe()
263 us->proto_handler = cypress_atacb_passthrough; in cypress_probe()
265 us->protocol_name = "Transparent SCSI"; in cypress_probe()
266 us->proto_handler = usb_stor_transparent_scsi_command; in cypress_probe()
269 result = usb_stor_probe2(us); in cypress_probe()