ReactOS
0.4.16-dev-297-gc569aee
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
iso.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS USB Port Driver
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: USBPort isochronous transfer functions
5
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
6
*/
7
8
#include "
usbport.h
"
9
10
#define NDEBUG
11
#include <debug.h>
12
13
USBD_STATUS
14
NTAPI
15
USBPORT_InitializeIsoTransfer
(
PDEVICE_OBJECT
FdoDevice,
16
struct
_URB_ISOCH_TRANSFER
* Urb,
17
PUSBPORT_TRANSFER
Transfer)
18
{
19
DPRINT1
(
"USBPORT_InitializeIsoTransfer: UNIMPLEMENTED. FIXME.\n"
);
20
return
USBD_STATUS_NOT_SUPPORTED
;
21
}
22
23
ULONG
24
NTAPI
25
USBPORT_CompleteIsoTransfer
(
IN
PVOID
MiniPortExtension,
26
IN
PVOID
MiniPortEndpoint,
27
IN
PVOID
TransferParameters,
28
IN
ULONG
TransferLength)
29
{
30
DPRINT1
(
"USBPORT_CompleteIsoTransfer: UNIMPLEMENTED. FIXME.\n"
);
31
return
0;
32
}
33
DPRINT1
#define DPRINT1
Definition:
precomp.h:8
USBPORT_InitializeIsoTransfer
USBD_STATUS NTAPI USBPORT_InitializeIsoTransfer(PDEVICE_OBJECT FdoDevice, struct _URB_ISOCH_TRANSFER *Urb, PUSBPORT_TRANSFER Transfer)
Definition:
iso.c:15
USBPORT_CompleteIsoTransfer
ULONG NTAPI USBPORT_CompleteIsoTransfer(IN PVOID MiniPortExtension, IN PVOID MiniPortEndpoint, IN PVOID TransferParameters, IN ULONG TransferLength)
Definition:
iso.c:25
void
Definition:
nsiface.idl:2307
_DEVICE_OBJECT
Definition:
env_spec_w32.h:413
_URB_ISOCH_TRANSFER
Definition:
usb.h:514
_USBPORT_TRANSFER
Definition:
usbport.h:245
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
USBD_STATUS_NOT_SUPPORTED
#define USBD_STATUS_NOT_SUPPORTED
Definition:
usb.h:202
USBD_STATUS
LONG USBD_STATUS
Definition:
usb.h:165
usbport.h
drivers
usb
usbport
iso.c
Generated on Wed Nov 27 2024 06:06:24 for ReactOS by
1.9.6