OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ED_UNLINK
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
35
#define
ED_UNLINK
0x01
au1x00_usb_ohci.c
555
ed->state =
ED_UNLINK
;
564
* if the state of the ed is ED_NEW then a dummy td is added and the state is changed to
ED_UNLINK
589
ed->state =
ED_UNLINK
;
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
45
#define
ED_UNLINK
0x01
ohci-hcd.c
829
ed->state =
ED_UNLINK
;
839
*
ED_UNLINK
in all other cases the state is left unchanged the ed
864
ed->state =
ED_UNLINK
;
877
if (ed->type == PIPE_INTERRUPT && ed->state ==
ED_UNLINK
) {
1120
if ((status & (ED_OPER |
ED_UNLINK
)) && (urb->state != URB_DEL))
[
all
...]
Completed in 480 milliseconds