Home
last modified time | relevance | path

Searched refs:_URB_BULK_OR_INTERRUPT_TRANSFER (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/bluetooth/fbtusb/
H A Dfbtrwr.c117 urb = (PURB) ExAllocatePool(NonPagedPool, sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER)); in FreeBT_DispatchRead()
130 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in FreeBT_DispatchRead()
357 urb = (PURB) ExAllocatePool(NonPagedPool, sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER)); in FreeBT_DispatchWrite()
370 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in FreeBT_DispatchWrite()
H A Dfbtdev.c322 urb = (PURB)ExAllocatePool(NonPagedPool, sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER)); in FreeBT_GetHCIEvent()
333 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in FreeBT_GetHCIEvent()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxusbpipe.hpp86 _URB_BULK_OR_INTERRUPT_TRANSFER m_UrbLegacy;
91 _URB_BULK_OR_INTERRUPT_TRANSFER* m_Urb;
/reactos/drivers/usb/usbstor_new/
H A Dscsi.c394 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in USBSTOR_SendCSW()
527 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in USBSTOR_CBWCompletionRoutine()
547 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in USBSTOR_CBWCompletionRoutine()
677 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in USBSTOR_SendRequest()
/reactos/sdk/include/psdk/
H A Dusb.h497 struct _URB_BULK_OR_INTERRUPT_TRANSFER { struct
543 struct _URB_BULK_OR_INTERRUPT_TRANSFER UrbBulkOrInterruptTransfer;
/reactos/drivers/usb/usbstor/
H A Dscsi.c73 RtlZeroMemory(&Context->Urb, sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER)); in USBSTOR_IssueBulkOrInterruptRequest()
75 Context->Urb.UrbHeader.Length = sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER); in USBSTOR_IssueBulkOrInterruptRequest()
/reactos/drivers/hid/hidusb/
H A Dhidusb.c559 …Urb = ExAllocatePoolWithTag(NonPagedPool, sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), HIDUSB_U… in HidUsb_ReadReport()
571 RtlZeroMemory(Urb, sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER)); in HidUsb_ReadReport()
584 sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER), in HidUsb_ReadReport()
/reactos/drivers/usb/usbhub/
H A Dusbhub.c2446 struct _URB_BULK_OR_INTERRUPT_TRANSFER * Urb; in USBH_SubmitStatusChangeTransfer()
2469 Urb = (struct _URB_BULK_OR_INTERRUPT_TRANSFER *)&HubExtension->SCEWorkerUrb; in USBH_SubmitStatusChangeTransfer()
2471 Urb->Hdr.Length = sizeof(struct _URB_BULK_OR_INTERRUPT_TRANSFER); in USBH_SubmitStatusChangeTransfer()