OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ed_ret
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c
571
ed_t *
ed_ret
;
local
574
ed =
ed_ret
= &ohci_dev.ed[(usb_pipeendpoint (pipe) << 1) |
601
return
ed_ret
;
[
all
...]
/external/u-boot/drivers/usb/host/
ohci-hcd.c
847
ed_t *
ed_ret
;
local
850
ed =
ed_ret
= &ohci_dev->ed[(usb_pipeendpoint(pipe) << 1) |
884
return
ed_ret
;
[
all
...]
Completed in 247 milliseconds