Lines Matching refs:us
85 static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us) in cypress_atacb_passthrough() argument
90 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
156 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
163 usb_stor_dbg(us, "cypress atacb not supported ???\n"); in cypress_atacb_passthrough()
191 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
251 struct us_data *us; in cypress_probe() local
255 result = usb_stor_probe1(&us, intf, id, in cypress_probe()
268 us->protocol_name = "Transparent SCSI with Cypress ATACB"; in cypress_probe()
269 us->proto_handler = cypress_atacb_passthrough; in cypress_probe()
271 us->protocol_name = "Transparent SCSI"; in cypress_probe()
272 us->proto_handler = usb_stor_transparent_scsi_command; in cypress_probe()
275 result = usb_stor_probe2(us); in cypress_probe()