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:next_otg_timer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
otg_fsm.c
232
if ((ci->
next_otg_timer
== NUM_OTG_FSM_TIMERS) ||
in ci_otg_add_timer()
233
ktime_after(ci->hr_timeouts[ci->
next_otg_timer
],
in ci_otg_add_timer()
235
ci->
next_otg_timer
= t;
in ci_otg_add_timer()
257
if (ci->
next_otg_timer
== t) {
in ci_otg_del_timer()
263
ci->
next_otg_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_del_timer()
277
ci->
next_otg_timer
= next_timer;
in ci_otg_del_timer()
394
ci->
next_otg_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_hrtimer_func()
414
ci->
next_otg_timer
= next_timer;
in ci_otg_hrtimer_func()
819
ci->
next_otg_timer
= NUM_OTG_FSM_TIMERS;
in ci_hdrc_otg_fsm_init()
H
A
D
ci.h
172
* @
next_otg_timer
: next nearest enabled timer to be expired
222
enum otg_fsm_timer
next_otg_timer
;
member
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
otg_fsm.c
232
if ((ci->
next_otg_timer
== NUM_OTG_FSM_TIMERS) ||
in ci_otg_add_timer()
233
ktime_after(ci->hr_timeouts[ci->
next_otg_timer
],
in ci_otg_add_timer()
235
ci->
next_otg_timer
= t;
in ci_otg_add_timer()
257
if (ci->
next_otg_timer
== t) {
in ci_otg_del_timer()
263
ci->
next_otg_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_del_timer()
277
ci->
next_otg_timer
= next_timer;
in ci_otg_del_timer()
394
ci->
next_otg_timer
= NUM_OTG_FSM_TIMERS;
in ci_otg_hrtimer_func()
414
ci->
next_otg_timer
= next_timer;
in ci_otg_hrtimer_func()
826
ci->
next_otg_timer
= NUM_OTG_FSM_TIMERS;
in ci_hdrc_otg_fsm_init()
H
A
D
ci.h
177
* @
next_otg_timer
: next nearest enabled timer to be expired
227
enum otg_fsm_timer
next_otg_timer
;
member
Completed in 5 milliseconds