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