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:a_wait_bcon
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
tusb6010.c
462
if ((musb->
a_wait_bcon
!= 0)
in musb_do_idle()
518
if (musb->is_active || ((musb->
a_wait_bcon
== 0)
in tusb_musb_try_idle()
734
/* CONNECT can wake if
a_wait_bcon
is set */
in tusb_otg_ints()
735
if (musb->
a_wait_bcon
!= 0)
in tusb_otg_ints()
793
+ msecs_to_jiffies(musb->
a_wait_bcon
);
in tusb_otg_ints()
801
if (musb->
a_wait_bcon
!= 0)
in tusb_otg_ints()
803
+ msecs_to_jiffies(musb->
a_wait_bcon
);
in tusb_otg_ints()
H
A
D
musb_core.c
84
#define TA_WAIT_BCON(m) max_t(int, (m)->
a_wait_bcon
, OTG_TIME_A_WAIT_BCON)
840
* We depend on T(
a_wait_bcon
) to shut us down, and
in musb_handle_intr_suspend()
848
+ msecs_to_jiffies(musb->
a_wait_bcon
in musb_handle_intr_suspend()
868
if (musb->
a_wait_bcon
!= 0)
in musb_handle_intr_suspend()
870
+ msecs_to_jiffies(musb->
a_wait_bcon
));
in musb_handle_intr_suspend()
955
if (musb->
a_wait_bcon
!= 0)
in musb_handle_intr_disconnect()
957
+ msecs_to_jiffies(musb->
a_wait_bcon
));
in musb_handle_intr_disconnect()
1013
/* never use invalid T(
a_wait_bcon
) */
in musb_handle_intr_reset()
1908
/* force T(
a_wait_bcon
) to be zero/unlimited *OR* valid */
in vbus_store()
1909
musb->
a_wait_bcon
in vbus_store()
[all...]
H
A
D
musb_core.h
362
int
a_wait_bcon
; /* VBUS timeout in msecs */
member
H
A
D
da8xx.c
201
if (musb->is_active || (musb->
a_wait_bcon
== 0 &&
in da8xx_musb_try_idle()
H
A
D
am35x.c
176
if (musb->is_active || (musb->
a_wait_bcon
== 0 &&
in am35x_musb_try_idle()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
tusb6010.c
467
if ((musb->
a_wait_bcon
!= 0)
in musb_do_idle()
524
if (musb->is_active || ((musb->
a_wait_bcon
== 0)
in tusb_musb_try_idle()
740
/* CONNECT can wake if
a_wait_bcon
is set */
in tusb_otg_ints()
741
if (musb->
a_wait_bcon
!= 0)
in tusb_otg_ints()
799
+ msecs_to_jiffies(musb->
a_wait_bcon
);
in tusb_otg_ints()
807
if (musb->
a_wait_bcon
!= 0)
in tusb_otg_ints()
809
+ msecs_to_jiffies(musb->
a_wait_bcon
);
in tusb_otg_ints()
H
A
D
musb_core.c
84
#define TA_WAIT_BCON(m) max_t(int, (m)->
a_wait_bcon
, OTG_TIME_A_WAIT_BCON)
837
* We depend on T(
a_wait_bcon
) to shut us down, and
in musb_handle_intr_suspend()
845
+ msecs_to_jiffies(musb->
a_wait_bcon
in musb_handle_intr_suspend()
865
if (musb->
a_wait_bcon
!= 0)
in musb_handle_intr_suspend()
867
+ msecs_to_jiffies(musb->
a_wait_bcon
));
in musb_handle_intr_suspend()
952
if (musb->
a_wait_bcon
!= 0)
in musb_handle_intr_disconnect()
954
+ msecs_to_jiffies(musb->
a_wait_bcon
));
in musb_handle_intr_disconnect()
1009
/* never use invalid T(
a_wait_bcon
) */
in musb_handle_intr_reset()
1904
/* force T(
a_wait_bcon
) to be zero/unlimited *OR* valid */
in vbus_store()
1905
musb->
a_wait_bcon
in vbus_store()
[all...]
H
A
D
musb_core.h
362
int
a_wait_bcon
; /* VBUS timeout in msecs */
member
H
A
D
da8xx.c
201
if (musb->is_active || (musb->
a_wait_bcon
== 0 &&
in da8xx_musb_try_idle()
Completed in 14 milliseconds