Searched refs:proto_handler (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/storage/
H A Dcypress_atacb.c265 us->proto_handler = cypress_atacb_passthrough; cypress_probe()
268 us->proto_handler = usb_stor_transparent_scsi_command; cypress_probe()
H A Dusb.c379 us->proto_handler(us->srb, us); usb_stor_control_thread()
682 us->proto_handler = usb_stor_transparent_scsi_command; get_protocol()
687 us->proto_handler = usb_stor_pad12_command; get_protocol()
693 us->proto_handler = usb_stor_pad12_command; get_protocol()
699 us->proto_handler = usb_stor_pad12_command; get_protocol()
705 us->proto_handler = usb_stor_transparent_scsi_command; get_protocol()
710 us->proto_handler = usb_stor_ufi_command; get_protocol()
994 if (!us->transport || !us->proto_handler) { usb_stor_probe2()
H A Drealtek_cr.c917 /* back up the proto_handler in us->extra */ realtek_cr_autosuspend_setup()
919 chip->proto_handler_backup = us->proto_handler; realtek_cr_autosuspend_setup()
922 /* override us->proto_handler setted in get_protocol() */ realtek_cr_autosuspend_setup()
923 us->proto_handler = rts51x_invoke_transport; realtek_cr_autosuspend_setup()
H A Dusb.h133 proto_cmnd proto_handler; /* protocol handler */ member in struct:us_data
H A Disd200.c1193 us->proto_handler = usb_stor_transparent_scsi_command; isd200_get_inquiry_data()
1552 us->proto_handler = isd200_ata_command; isd200_probe()

Completed in 163 milliseconds