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:raws
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
rt5190a-regulator.c
150
__le32
raws
;
in rt5190a_irq_handler()
local
161
ret = regmap_raw_read(priv->regmap, RT5190A_REG_OVINT, &
raws
,
in rt5190a_irq_handler()
162
sizeof(
raws
));
in rt5190a_irq_handler()
168
events = le32_to_cpu(
raws
);
in rt5190a_irq_handler()
170
ret = regmap_raw_write(priv->regmap, RT5190A_REG_OVINT, &
raws
,
in rt5190a_irq_handler()
171
sizeof(
raws
));
in rt5190a_irq_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_flow.c
462
ARRAY_SIZE(params->prof->segs[seg].
raws
))
in ice_flow_xtract_raws()
476
raw = ¶ms->prof->segs[seg].
raws
[i];
in ice_flow_xtract_raws()
1142
seg->
raws
[seg->raws_cnt].off = off;
in ice_flow_add_fld_raw()
1143
seg->
raws
[seg->raws_cnt].info.type = ICE_FLOW_FLD_TYPE_SIZE;
in ice_flow_add_fld_raw()
1144
seg->
raws
[seg->raws_cnt].info.src.val = val_loc;
in ice_flow_add_fld_raw()
1145
seg->
raws
[seg->raws_cnt].info.src.mask = mask_loc;
in ice_flow_add_fld_raw()
1147
seg->
raws
[seg->raws_cnt].info.src.last = len;
in ice_flow_add_fld_raw()
1150
/* Overflows of "
raws
" will be handled as an error condition later in
in ice_flow_add_fld_raw()
H
A
D
ice_flow.h
181
struct ice_flow_seg_fld_raw
raws
[ICE_FLOW_SEG_RAW_FLD_MAX];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_flow.c
1111
ARRAY_SIZE(params->prof->segs[seg].
raws
))
in ice_flow_xtract_raws()
1125
raw = ¶ms->prof->segs[seg].
raws
[i];
in ice_flow_xtract_raws()
1779
seg->
raws
[seg->raws_cnt].off = off;
in ice_flow_add_fld_raw()
1780
seg->
raws
[seg->raws_cnt].info.type = ICE_FLOW_FLD_TYPE_SIZE;
in ice_flow_add_fld_raw()
1781
seg->
raws
[seg->raws_cnt].info.src.val = val_loc;
in ice_flow_add_fld_raw()
1782
seg->
raws
[seg->raws_cnt].info.src.mask = mask_loc;
in ice_flow_add_fld_raw()
1784
seg->
raws
[seg->raws_cnt].info.src.last = len;
in ice_flow_add_fld_raw()
1787
/* Overflows of "
raws
" will be handled as an error condition later in
in ice_flow_add_fld_raw()
H
A
D
ice_flow.h
344
struct ice_flow_seg_fld_raw
raws
[ICE_FLOW_SEG_RAW_FLD_MAX];
member
Completed in 8 milliseconds