Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMassStor.c449 us->proto_handler(&us->srb, us); in usb_stor_control_thread()
726 us->proto_handler = usb_stor_transparent_scsi_command; in get_protocol()
734 us->proto_handler = usb_stor_transparent_scsi_command; in get_protocol()
739 us->proto_handler = usb_stor_transparent_scsi_command; in get_protocol()
747 us->proto_handler = usb_stor_ATAPI_command; in get_protocol()
754 us->proto_handler = usb_stor_qic157_command; in get_protocol()
760 us->proto_handler = usb_stor_ATAPI_command; in get_protocol()
767 us->proto_handler = usb_stor_ufi_command; in get_protocol()
774 us->proto_handler = isd200_ata_command; in get_protocol()
H A DdrvMassStor.h164 proto_cmnd proto_handler; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMassStor.c212 ms_us->proto_handler(&ms_us->srb, ms_us); in ms_usb_inquiry_data()
358 ms_us->proto_handler = ms_usb_transparent_scsi_command; in ms_usb_get_protocol()
364 ms_us->proto_handler = ms_usb_transparent_scsi_command; in ms_usb_get_protocol()
368 ms_us->proto_handler = ms_usb_transparent_scsi_command; in ms_usb_get_protocol()
374 ms_us->proto_handler = ms_usb_qic157_command; in ms_usb_get_protocol()
379 ms_us->proto_handler = ms_usb_ufi_command; in ms_usb_get_protocol()
H A DdrvMassStor.h152 proto_cmnd proto_handler; member