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:num_timers
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
omap_remoteproc.c
91
* @
num_timers
: number of rproc timer(s)
108
int
num_timers
;
member
278
int
num_timers
= oproc->
num_timers
+ oproc->num_wd_timers;
in omap_rproc_watchdog_isr()
local
281
for (i = oproc->
num_timers
; i <
num_timers
; i++) {
in omap_rproc_watchdog_isr()
323
int
num_timers
= oproc->
num_timers
+ oproc->num_wd_timers;
in omap_rproc_enable_timers()
local
325
if (!
num_timers
)
in omap_rproc_enable_timers()
331
for (i = 0; i <
num_timers
;
in omap_rproc_enable_timers()
457
int
num_timers
= oproc->
num_timers
+ oproc->num_wd_timers;
omap_rproc_disable_timers()
local
1251
int
num_timers
;
omap_rproc_of_get_timers()
local
[all...]
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
omap_remoteproc.c
92
* @
num_timers
: number of rproc timer(s)
109
int
num_timers
;
member
279
int
num_timers
= oproc->
num_timers
+ oproc->num_wd_timers;
in omap_rproc_watchdog_isr()
local
282
for (i = oproc->
num_timers
; i <
num_timers
; i++) {
in omap_rproc_watchdog_isr()
324
int
num_timers
= oproc->
num_timers
+ oproc->num_wd_timers;
in omap_rproc_enable_timers()
local
326
if (!
num_timers
)
in omap_rproc_enable_timers()
332
for (i = 0; i <
num_timers
;
in omap_rproc_enable_timers()
458
int
num_timers
= oproc->
num_timers
+ oproc->num_wd_timers;
omap_rproc_disable_timers()
local
1250
int
num_timers
;
omap_rproc_of_get_timers()
local
[all...]
/kernel/linux/linux-5.10/drivers/leds/
H
A
D
leds-netxbig.c
430
int
num_timers
;
in netxbig_leds_get_of_pdata()
local
468
num_timers
= ret / 3;
in netxbig_leds_get_of_pdata()
469
timers = devm_kcalloc(dev,
num_timers
, sizeof(*timers),
in netxbig_leds_get_of_pdata()
475
for (i = 0; i <
num_timers
; i++) {
in netxbig_leds_get_of_pdata()
492
pdata->num_timer =
num_timers
;
in netxbig_leds_get_of_pdata()
/kernel/linux/linux-6.6/drivers/leds/
H
A
D
leds-netxbig.c
430
int
num_timers
;
in netxbig_leds_get_of_pdata()
local
468
num_timers
= ret / 3;
in netxbig_leds_get_of_pdata()
469
timers = devm_kcalloc(dev,
num_timers
, sizeof(*timers),
in netxbig_leds_get_of_pdata()
475
for (i = 0; i <
num_timers
; i++) {
in netxbig_leds_get_of_pdata()
492
pdata->num_timer =
num_timers
;
in netxbig_leds_get_of_pdata()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-tegra186.c
56
unsigned int
num_timers
;
member
253
offset += tegra->soc->
num_timers
* 0x10000 + index * 0x10000;
in tegra186_wdt_create()
482
.
num_timers
= 10,
487
.
num_timers
= 16,
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu_imx8q.h
76
u32
num_timers
;
member
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H
A
D
mpic.c
1552
int
num_timers
= 4;
in mpic_init()
local
1571
num_timers
= 8;
in mpic_init()
1575
for (i = 0; i <
num_timers
; i++) {
in mpic_init()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H
A
D
mpic.c
1551
int
num_timers
= 4;
in mpic_init()
local
1570
num_timers
= 8;
in mpic_init()
1574
for (i = 0; i <
num_timers
; i++) {
in mpic_init()
Completed in 11 milliseconds