OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ept_list
(Results
1 - 1
of
1
) sorted by null
/bootable/bootloader/legacy/arch_msm7k/
hsusb.c
50
struct usb_endpoint *
ept_list
= 0;
variable in typeref:struct:usb_endpoint
80
ept->next =
ept_list
;
81
ept_list
= ept;
267
for(ept =
ept_list
; ept; ept = ept->next){
299
for(ept =
ept_list
; ept; ept = ept->next) {
405
for(ept =
ept_list
; ept; ept = ept->next) {
444
for(ept =
ept_list
; ept; ept = ept->next){
Completed in 38 milliseconds