Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:b_srp_done
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-mv-usb.h
71
u8
b_srp_done
;
member
H
A
D
phy-fsl-usb.c
260
fsl_otg_dev->fsm.
b_srp_done
= 1;
in b_srp_end()
313
(unsigned long)&fsm->
b_srp_done
);
in fsl_otg_init_timers()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-mv-usb.h
71
u8
b_srp_done
;
member
H
A
D
phy-fsl-usb.c
260
fsl_otg_dev->fsm.
b_srp_done
= 1;
in b_srp_end()
313
(unsigned long)&fsm->
b_srp_done
);
in fsl_otg_init_timers()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
otg-fsm.h
129
*
b_srp_done
: TRUE when the B-device has completed initiating SRP
171
int
b_srp_done
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
otg-fsm.h
116
*
b_srp_done
: TRUE when the B-device has completed initiating SRP
158
int
b_srp_done
;
member
/kernel/linux/linux-5.10/drivers/usb/common/
H
A
D
usb-otg-fsm.c
71
fsm->
b_srp_done
= 0;
in otg_leave_state()
356
if (!fsm->id || fsm->
b_srp_done
)
in otg_statemachine()
/kernel/linux/linux-6.6/drivers/usb/common/
H
A
D
usb-otg-fsm.c
71
fsm->
b_srp_done
= 0;
in otg_leave_state()
356
if (!fsm->id || fsm->
b_srp_done
)
in otg_statemachine()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
otg_fsm.c
336
ci->fsm.
b_srp_done
= 1;
in b_srp_fail_tmout()
342
ci->fsm.
b_srp_done
= 1;
in b_data_pls_tmout()
H
A
D
debug.c
232
seq_printf(s, "
b_srp_done
: %d\n", fsm->
b_srp_done
);
in ci_otg_show()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
otg_fsm.c
336
ci->fsm.
b_srp_done
= 1;
in b_srp_fail_tmout()
342
ci->fsm.
b_srp_done
= 1;
in b_data_pls_tmout()
H
A
D
debug.c
232
seq_printf(s, "
b_srp_done
: %d\n", fsm->
b_srp_done
);
in ci_otg_show()
Completed in 12 milliseconds