Home
last modified time | relevance | path

Searched refs:proto_handler (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/storage/ !
Dusb.c450 us->proto_handler(us->srb, us); in usb_stor_control_thread()
933 ss->proto_handler = usb_stor_transparent_scsi_command; in storage_probe()
938 ss->proto_handler = usb_stor_ATAPI_command; in storage_probe()
944 ss->proto_handler = usb_stor_qic157_command; in storage_probe()
950 ss->proto_handler = usb_stor_ATAPI_command; in storage_probe()
956 ss->proto_handler = usb_stor_transparent_scsi_command; in storage_probe()
961 ss->proto_handler = usb_stor_ufi_command; in storage_probe()
967 ss->proto_handler = isd200_ata_command; in storage_probe()
Dusb.h143 proto_cmnd proto_handler; /* protocol handler */ member
Disd200.c1347 us->proto_handler = usb_stor_transparent_scsi_command; in isd200_get_inquiry_data()