OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfer_started
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c
719
if (ep->
xfer_started
) {
735
if (ep->
xfer_started
) {
1101
if (ep->
xfer_started
&& !(desc->control & DSCCTL_HWO)) {
1103
ep->
xfer_started
= 0;
1123
if (ep->
xfer_started
) {
1128
ep->
xfer_started
= 1;
1132
if (ep->
xfer_started
) {
1137
ep->
xfer_started
= 1;
1152
ep->
xfer_started
= 0;
[
all
...]
DwUsb3Dxe.h
534
UINT8
xfer_started
;
member in struct:usb3_pcd_ep
Completed in 181 milliseconds