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:bhdr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
163
struct binary_header *
bhdr
;
in amdgpu_discovery_init()
local
182
bhdr
= (struct binary_header *)adev->mman.discovery_bin;
in amdgpu_discovery_init()
184
if (le32_to_cpu(
bhdr
->binary_signature) != BINARY_SIGNATURE) {
in amdgpu_discovery_init()
191
sizeof(
bhdr
->binary_checksum);
in amdgpu_discovery_init()
192
size =
bhdr
->binary_size - offset;
in amdgpu_discovery_init()
193
checksum =
bhdr
->binary_checksum;
in amdgpu_discovery_init()
202
info = &
bhdr
->table_list[IP_DISCOVERY];
in amdgpu_discovery_init()
220
info = &
bhdr
->table_list[GC];
in amdgpu_discovery_init()
249
struct binary_header *
bhdr
;
in amdgpu_discovery_reg_base_init()
local
268
bhdr
in amdgpu_discovery_reg_base_init()
330
struct binary_header *
bhdr
;
amdgpu_discovery_get_ip_version()
local
382
struct binary_header *
bhdr
;
amdgpu_discovery_get_gfx_info()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
314
struct binary_header *
bhdr
;
in amdgpu_discovery_verify_binary_signature()
local
315
bhdr
= (struct binary_header *)binary;
in amdgpu_discovery_verify_binary_signature()
317
return (le32_to_cpu(
bhdr
->binary_signature) == BINARY_SIGNATURE);
in amdgpu_discovery_verify_binary_signature()
348
struct binary_header *
bhdr
;
in amdgpu_discovery_init()
local
385
bhdr
= (struct binary_header *)adev->mman.discovery_bin;
in amdgpu_discovery_init()
388
sizeof(
bhdr
->binary_checksum);
in amdgpu_discovery_init()
389
size = le16_to_cpu(
bhdr
->binary_size) - offset;
in amdgpu_discovery_init()
390
checksum = le16_to_cpu(
bhdr
->binary_checksum);
in amdgpu_discovery_init()
399
info = &
bhdr
->table_list[IP_DISCOVERY];
in amdgpu_discovery_init()
420
info = &
bhdr
in amdgpu_discovery_init()
545
struct binary_header *
bhdr
;
amdgpu_discovery_read_harvest_bit_per_ip()
local
608
struct binary_header *
bhdr
;
amdgpu_discovery_read_from_harvest_table()
local
1051
struct binary_header *
bhdr
;
amdgpu_discovery_sysfs_recurse()
local
1206
struct binary_header *
bhdr
;
amdgpu_discovery_reg_base_init()
local
1417
struct binary_header *
bhdr
;
amdgpu_discovery_get_gfx_info()
local
1515
struct binary_header *
bhdr
;
amdgpu_discovery_get_mall_info()
local
1571
struct binary_header *
bhdr
;
amdgpu_discovery_get_vcn_info()
local
[all...]
/kernel/linux/linux-5.10/drivers/rapidio/
H
A
D
rio_cm.c
130
struct rio_ch_base_bhdr
bhdr
;
member
402
req->destid = ntohl(hh->
bhdr
.src_id);
in riocm_req_handler()
601
if (hdr->
bhdr
.type != RIO_CM_CHAN) {
in rio_ibmsg_handler()
604
hdr->
bhdr
.type);
in rio_ibmsg_handler()
807
hdr->
bhdr
.src_id = htonl(ch->loc_destid);
in riocm_ch_send()
808
hdr->
bhdr
.dst_id = htonl(ch->rem_destid);
in riocm_ch_send()
809
hdr->
bhdr
.src_mbox = cmbox;
in riocm_ch_send()
810
hdr->
bhdr
.dst_mbox = cmbox;
in riocm_ch_send()
811
hdr->
bhdr
.type = RIO_CM_CHAN;
in riocm_ch_send()
975
hdr->
bhdr
in riocm_ch_connect()
[all...]
/kernel/linux/linux-6.6/drivers/rapidio/
H
A
D
rio_cm.c
130
struct rio_ch_base_bhdr
bhdr
;
member
402
req->destid = ntohl(hh->
bhdr
.src_id);
in riocm_req_handler()
601
if (hdr->
bhdr
.type != RIO_CM_CHAN) {
in rio_ibmsg_handler()
604
hdr->
bhdr
.type);
in rio_ibmsg_handler()
807
hdr->
bhdr
.src_id = htonl(ch->loc_destid);
in riocm_ch_send()
808
hdr->
bhdr
.dst_id = htonl(ch->rem_destid);
in riocm_ch_send()
809
hdr->
bhdr
.src_mbox = cmbox;
in riocm_ch_send()
810
hdr->
bhdr
.dst_mbox = cmbox;
in riocm_ch_send()
811
hdr->
bhdr
.type = RIO_CM_CHAN;
in riocm_ch_send()
975
hdr->
bhdr
in riocm_ch_connect()
[all...]
Completed in 7 milliseconds