Home
last modified time | relevance | path

Searched refs:_URB_ISOCH_TRANSFER (Results 1 – 12 of 12) sorted by relevance

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dusbdi.h297 struct _URB_ISOCH_TRANSFER { struct
395 struct _URB_ISOCH_TRANSFER UrbIsochronousTransfer;
H A Dusb.h293 struct _URB_ISOCH_TRANSFER { struct
377 struct _URB_ISOCH_TRANSFER UrbIsochronousTransfer;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/
H A Dusbdi.h297 struct _URB_ISOCH_TRANSFER { struct
395 struct _URB_ISOCH_TRANSFER UrbIsochronousTransfer;
H A Dusb.h293 struct _URB_ISOCH_TRANSFER { struct
377 struct _URB_ISOCH_TRANSFER UrbIsochronousTransfer;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dusb.h500 struct _URB_ISOCH_TRANSFER { struct
549 struct _URB_ISOCH_TRANSFER UrbIsochronousTransfer;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dusb.h500 struct _URB_ISOCH_TRANSFER { struct
549 struct _URB_ISOCH_TRANSFER UrbIsochronousTransfer;
/dports/graphics/argyllcms/Argyll_V1.9.2/usb/driver/
H A Dusbdlib_gcc.h40 #define GET_ISO_URB_SIZE(n) (sizeof(struct _URB_ISOCH_TRANSFER) \
H A Dtransfer.c292 urb_size = sizeof(struct _URB_ISOCH_TRANSFER) in create_urb()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dusbdlib.h121 #define GET_ISO_URB_SIZE(n) (sizeof(struct _URB_ISOCH_TRANSFER)+ \
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dusbdlib.h121 #define GET_ISO_URB_SIZE(n) (sizeof(struct _URB_ISOCH_TRANSFER)+ \
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Usb/
H A Dmod.rs469 pub UrbIsochronousTransfer: _URB_ISOCH_TRANSFER,
3038 pub struct _URB_ISOCH_TRANSFER { struct
3052 impl ::core::marker::Copy for _URB_ISOCH_TRANSFER {} argument
3053 impl ::core::clone::Clone for _URB_ISOCH_TRANSFER { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Usb/
H A Dmod.rs606 pub UrbIsochronousTransfer: _URB_ISOCH_TRANSFER,
5923 pub struct _URB_ISOCH_TRANSFER { struct
5937 impl _URB_ISOCH_TRANSFER {} argument
5938 impl ::std::default::Default for _URB_ISOCH_TRANSFER { implementation
5943 impl ::std::fmt::Debug for _URB_ISOCH_TRANSFER { implementation
5961 impl ::std::cmp::PartialEq for _URB_ISOCH_TRANSFER { implementation
5966 impl ::std::cmp::Eq for _URB_ISOCH_TRANSFER {} implementation
5967 unsafe impl ::windows::runtime::Abi for _URB_ISOCH_TRANSFER { implementation