Searched refs:USBSTOR_CSWCompletionRoutine (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/usb/usbstor/ |
H A D | scsi.c | 125 IO_COMPLETION_ROUTINE USBSTOR_CSWCompletionRoutine; variable 129 USBSTOR_CSWCompletionRoutine( in USBSTOR_CSWCompletionRoutine() function 253 USBSTOR_CSWCompletionRoutine); in USBSTOR_SendCSWRequest()
|
/reactos/drivers/usb/usbstor_new/ |
H A D | scsi.c | 171 IO_COMPLETION_ROUTINE USBSTOR_CSWCompletionRoutine; variable 175 USBSTOR_CSWCompletionRoutine( in USBSTOR_CSWCompletionRoutine() function 415 IoSetCompletionRoutine(Irp, USBSTOR_CSWCompletionRoutine, Context, TRUE, TRUE, TRUE); in USBSTOR_SendCSW() 558 IoSetCompletionRoutine(Irp, USBSTOR_CSWCompletionRoutine, Context, TRUE, TRUE, TRUE); in USBSTOR_CBWCompletionRoutine()
|
H A D | usbstor.h | 450 USBSTOR_CSWCompletionRoutine(
|