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:addr_sz
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
of_property.c
189
u32 i,
addr_sz
[OF_PCI_MAX_INT_PIN] = { 0 }, map_sz = 0;
in of_pci_prop_intr_map()
local
221
&
addr_sz
[i]);
in of_pci_prop_intr_map()
229
map_sz += 5 +
addr_sz
[i] + out_irq[i].args_count;
in of_pci_prop_intr_map()
256
if (
addr_sz
[i]) {
in of_pci_prop_intr_map()
259
addr_sz
[i]);
in of_pci_prop_intr_map()
263
mapp +=
addr_sz
[i];
in of_pci_prop_intr_map()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
insn-eval.h
16
#define INSN_CODE_SEG_PARAMS(oper_sz,
addr_sz
) (oper_sz | (
addr_sz
<< 4))
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
insn-eval.h
16
#define INSN_CODE_SEG_PARAMS(oper_sz,
addr_sz
) (oper_sz | (
addr_sz
<< 4))
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-picolcd_debugfs.c
173
if (data->
addr_sz
== 3)
in _picolcd_flash_setaddr()
175
return data->
addr_sz
== 2 ? 2 : 3;
in _picolcd_flash_setaddr()
507
switch (data->
addr_sz
) {
in picolcd_debug_out_report()
527
switch (data->
addr_sz
) {
in picolcd_debug_out_report()
551
switch (data->
addr_sz
) {
in picolcd_debug_out_report()
733
switch (data->
addr_sz
) {
in picolcd_debug_raw_event()
859
data->
addr_sz
= flash_r->field[0]->report_count - 1;
in picolcd_init_devfs()
861
data->
addr_sz
= -1;
in picolcd_init_devfs()
862
if (data->
addr_sz
== 2 || data->
addr_sz
in picolcd_init_devfs()
[all...]
H
A
D
hid-picolcd.h
71
int
addr_sz
;
member
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-picolcd_debugfs.c
173
if (data->
addr_sz
== 3)
in _picolcd_flash_setaddr()
175
return data->
addr_sz
== 2 ? 2 : 3;
in _picolcd_flash_setaddr()
507
switch (data->
addr_sz
) {
in picolcd_debug_out_report()
527
switch (data->
addr_sz
) {
in picolcd_debug_out_report()
551
switch (data->
addr_sz
) {
in picolcd_debug_out_report()
733
switch (data->
addr_sz
) {
in picolcd_debug_raw_event()
859
data->
addr_sz
= flash_r->field[0]->report_count - 1;
in picolcd_init_devfs()
861
data->
addr_sz
= -1;
in picolcd_init_devfs()
862
if (data->
addr_sz
== 2 || data->
addr_sz
in picolcd_init_devfs()
[all...]
H
A
D
hid-picolcd.h
71
int
addr_sz
;
member
Completed in 7 milliseconds