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:cla
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clkdev.c
160
struct clk_lookup_alloc *
cla
;
in vclkdev_alloc()
local
162
cla
= kzalloc(sizeof(*
cla
), GFP_KERNEL);
in vclkdev_alloc()
163
if (!
cla
)
in vclkdev_alloc()
166
cla
->cl.clk_hw = hw;
in vclkdev_alloc()
168
strlcpy(
cla
->con_id, con_id, sizeof(
cla
->con_id));
in vclkdev_alloc()
169
cla
->cl.con_id =
cla
->con_id;
in vclkdev_alloc()
173
vscnprintf(
cla
in vclkdev_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clkdev.c
160
struct clk_lookup_alloc *
cla
;
in vclkdev_alloc()
local
162
cla
= kzalloc(sizeof(*
cla
), GFP_KERNEL);
in vclkdev_alloc()
163
if (!
cla
)
in vclkdev_alloc()
166
cla
->cl.clk_hw = hw;
in vclkdev_alloc()
168
strscpy(
cla
->con_id, con_id, sizeof(
cla
->con_id));
in vclkdev_alloc()
169
cla
->cl.con_id =
cla
->con_id;
in vclkdev_alloc()
173
vscnprintf(
cla
in vclkdev_alloc()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H
A
D
saa7134-video.c
616
const struct cliplist *
cla
= a;
in cliplist_cmp()
local
618
if (
cla
->position < clb->position)
in cliplist_cmp()
620
if (
cla
->position > clb->position)
in cliplist_cmp()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_mlme_ext.c
3932
int
cla
, op;
in init_channel_list()
local
3934
cla
= 0;
in init_channel_list()
3953
reg = &channel_list->reg_class[
cla
];
in init_channel_list()
3954
cla
++;
in init_channel_list()
3962
channel_list->reg_classes =
cla
;
in init_channel_list()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme_ext.c
361
int
cla
, op;
in init_channel_list()
local
363
cla
= 0;
in init_channel_list()
382
reg = &channel_list->reg_class[
cla
];
in init_channel_list()
383
cla
++;
in init_channel_list()
391
channel_list->reg_classes =
cla
;
in init_channel_list()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme_ext.c
299
int
cla
, op;
in init_channel_list()
local
301
cla
= 0;
in init_channel_list()
320
reg = &channel_list->reg_class[
cla
];
in init_channel_list()
321
cla
++;
in init_channel_list()
329
channel_list->reg_classes =
cla
;
in init_channel_list()
Completed in 33 milliseconds