Lines Matching +full:10 +full: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()
118 srb->cmnd[ 9] = save_cmnd[10]; /* lba med */ in cypress_atacb_passthrough()
119 srb->cmnd[10] = save_cmnd[12]; /* lba high */ in cypress_atacb_passthrough()
134 srb->cmnd[10] = save_cmnd[7]; /* lba high */ 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()
182 usb_stor_transparent_scsi_command(srb, us); in cypress_atacb_passthrough()
243 struct us_data *us; in cypress_probe() local
247 result = usb_stor_probe1(&us, intf, id, in cypress_probe()
261 us->protocol_name = "Transparent SCSI with Cypress ATACB"; in cypress_probe()
262 us->proto_handler = cypress_atacb_passthrough; in cypress_probe()
264 us->protocol_name = "Transparent SCSI"; in cypress_probe()
265 us->proto_handler = usb_stor_transparent_scsi_command; in cypress_probe()
268 result = usb_stor_probe2(us); in cypress_probe()