Searched refs:jumpshot_transport (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dusb.c644 us->transport = jumpshot_transport;
H A Djumpshot.c432 int jumpshot_transport(struct scsi_cmnd * srb, struct us_data *us) function
445 US_DEBUGP("jumpshot_transport: Gah! Can't allocate storage for jumpshot info struct!\n");
454 US_DEBUGP("jumpshot_transport: INQUIRY. Returning bogus response.\n");
471 US_DEBUGP("jumpshot_transport: READ_CAPACITY: %ld sectors, %ld bytes per sector\n",
484 US_DEBUGP("jumpshot_transport: Gah! MODE_SELECT_10.\n");
494 US_DEBUGP("jumpshot_transport: READ_10: read block 0x%04lx count %ld\n", block, blocks);
507 US_DEBUGP("jumpshot_transport: READ_12: read block 0x%04lx count %ld\n", block, blocks);
517 US_DEBUGP("jumpshot_transport: WRITE_10: write block 0x%04lx count %ld\n", block, blocks);
530 US_DEBUGP("jumpshot_transport: WRITE_12: write block 0x%04lx count %ld\n", block, blocks);
536 US_DEBUGP("jumpshot_transport
[all...]
H A Djumpshot.h27 extern int jumpshot_transport(struct scsi_cmnd *srb, struct us_data *us);

Completed in 60 milliseconds