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:total_regs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/i2c/other/
H
A
D
ak4xxx-adda.c
50
for (reg = 0x04; reg < ak->
total_regs
; reg++)
in ak4524_reset()
65
for (reg = 0x00; reg < ak->
total_regs
; reg++)
in ak435X_reset()
81
for (reg = 0x01; reg < ak->
total_regs
; reg++)
in ak4381_reset()
272
ak->
total_regs
= 0x08;
in snd_akm4xxx_init()
278
ak->
total_regs
= 0x06;
in snd_akm4xxx_init()
284
ak->
total_regs
= 0x0d;
in snd_akm4xxx_init()
290
ak->
total_regs
= 0x0b;
in snd_akm4xxx_init()
296
ak->
total_regs
= 0x10;
in snd_akm4xxx_init()
302
ak->
total_regs
= 0x05;
in snd_akm4xxx_init()
308
ak->
total_regs
in snd_akm4xxx_init()
[all...]
/kernel/linux/linux-6.6/sound/i2c/other/
H
A
D
ak4xxx-adda.c
50
for (reg = 0x04; reg < ak->
total_regs
; reg++)
in ak4524_reset()
65
for (reg = 0x00; reg < ak->
total_regs
; reg++)
in ak435X_reset()
81
for (reg = 0x01; reg < ak->
total_regs
; reg++)
in ak4381_reset()
272
ak->
total_regs
= 0x08;
in snd_akm4xxx_init()
278
ak->
total_regs
= 0x06;
in snd_akm4xxx_init()
284
ak->
total_regs
= 0x0d;
in snd_akm4xxx_init()
290
ak->
total_regs
= 0x0b;
in snd_akm4xxx_init()
296
ak->
total_regs
= 0x10;
in snd_akm4xxx_init()
302
ak->
total_regs
= 0x05;
in snd_akm4xxx_init()
308
ak->
total_regs
in snd_akm4xxx_init()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
ak4xxx-adda.h
66
unsigned int
total_regs
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
ak4xxx-adda.h
66
unsigned int
total_regs
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_hw.c
3477
int err, k,
total_regs
;
in qlcnic_83xx_fill_stats()
local
3487
total_regs
= cmd->rsp.num;
in qlcnic_83xx_fill_stats()
3502
for (; k <
total_regs
; k += 2)
in qlcnic_83xx_fill_stats()
3512
for (k += 2; k <
total_regs
; k += 2)
in qlcnic_83xx_fill_stats()
3519
for (k += 2; k <
total_regs
; k += 2)
in qlcnic_83xx_fill_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_hw.c
3476
int err, k,
total_regs
;
in qlcnic_83xx_fill_stats()
local
3486
total_regs
= cmd->rsp.num;
in qlcnic_83xx_fill_stats()
3501
for (; k <
total_regs
; k += 2)
in qlcnic_83xx_fill_stats()
3511
for (k += 2; k <
total_regs
; k += 2)
in qlcnic_83xx_fill_stats()
3518
for (k += 2; k <
total_regs
; k += 2)
in qlcnic_83xx_fill_stats()
Completed in 12 milliseconds