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:company_id
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
rtas-types.h
92
__be32
company_id
; /* Company ID of the company */
member
H
A
D
rtas.h
173
return be32_to_cpu(ext_log->
company_id
);
in rtas_ext_event_company_id()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
rtas-types.h
82
__be32
company_id
; /* Company ID of the company */
member
H
A
D
rtas.h
344
return be32_to_cpu(ext_log->
company_id
);
in rtas_ext_event_company_id()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_spc.c
177
u32
company_id
= dev->t10_wwn.
company_id
;
in spc_gen_naa_6h_vendor_specific()
local
187
buf[off++] |= (
company_id
>> 20) & 0xf;
in spc_gen_naa_6h_vendor_specific()
188
buf[off++] = (
company_id
>> 12) & 0xff;
in spc_gen_naa_6h_vendor_specific()
189
buf[off++] = (
company_id
>> 4) & 0xff;
in spc_gen_naa_6h_vendor_specific()
190
buf[off] = (
company_id
& 0xf) << 4;
in spc_gen_naa_6h_vendor_specific()
H
A
D
target_core_configfs.c
1554
to_t10_wwn(item)->
company_id
);
in target_wwn_company_id_show()
1589
t10_wwn->
company_id
= val;
in target_wwn_company_id_store()
1592
t10_wwn->
company_id
);
in target_wwn_company_id_store()
1743
CONFIGFS_ATTR(target_wwn_,
company_id
);
H
A
D
target_core_device.c
745
dev->t10_wwn.
company_id
= 0x001405;
in target_alloc_device()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
rtas.c
979
uint32_t
company_id
= rtas_ext_event_company_id(ext_log);
in get_pseries_errorlog()
local
984
company_id
!= RTAS_V6EXT_COMPANY_ID_IBM)
in get_pseries_errorlog()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
asc7621.c
39
u8
company_id
;
member
50
.
company_id
= 0x61,
59
.
company_id
= 0x61,
1154
if (company == asc7621_chips[chip_index].
company_id
&&
in asc7621_detect()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
asc7621.c
39
u8
company_id
;
member
50
.
company_id
= 0x61,
59
.
company_id
= 0x61,
1154
if (company == asc7621_chips[chip_index].
company_id
&&
in asc7621_detect()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
rtas.c
1686
uint32_t
company_id
= rtas_ext_event_company_id(ext_log);
in get_pseries_errorlog()
local
1691
company_id
!= RTAS_V6EXT_COMPANY_ID_IBM)
in get_pseries_errorlog()
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
335
u32
company_id
;
member
Completed in 22 milliseconds