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:acp_res
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_acp.c
276
adev->acp.
acp_res
= kcalloc(3, sizeof(struct resource), GFP_KERNEL);
in acp_hw_init()
277
if (!adev->acp.
acp_res
) {
in acp_hw_init()
295
adev->acp.
acp_res
[0].name = "acp2x_dma";
in acp_hw_init()
296
adev->acp.
acp_res
[0].flags = IORESOURCE_MEM;
in acp_hw_init()
297
adev->acp.
acp_res
[0].start = acp_base;
in acp_hw_init()
298
adev->acp.
acp_res
[0].end = acp_base + ACP_DMA_REGS_END;
in acp_hw_init()
300
adev->acp.
acp_res
[1].name = "acp2x_dw_i2s_play_cap";
in acp_hw_init()
301
adev->acp.
acp_res
[1].flags = IORESOURCE_MEM;
in acp_hw_init()
302
adev->acp.
acp_res
[1].start = acp_base + ACP_I2S_CAP_REGS_START;
in acp_hw_init()
303
adev->acp.
acp_res
[
in acp_hw_init()
[all...]
H
A
D
amdgpu_acp.h
36
struct resource *
acp_res
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_acp.c
246
adev->acp.
acp_res
= kcalloc(5, sizeof(struct resource), GFP_KERNEL);
in acp_hw_init()
247
if (adev->acp.
acp_res
== NULL) {
in acp_hw_init()
300
adev->acp.
acp_res
[0].name = "acp2x_dma";
in acp_hw_init()
301
adev->acp.
acp_res
[0].flags = IORESOURCE_MEM;
in acp_hw_init()
302
adev->acp.
acp_res
[0].start = acp_base;
in acp_hw_init()
303
adev->acp.
acp_res
[0].end = acp_base + ACP_DMA_REGS_END;
in acp_hw_init()
305
adev->acp.
acp_res
[1].name = "acp2x_dw_i2s_play";
in acp_hw_init()
306
adev->acp.
acp_res
[1].flags = IORESOURCE_MEM;
in acp_hw_init()
307
adev->acp.
acp_res
[1].start = acp_base + ACP_I2S_PLAY_REGS_START;
in acp_hw_init()
308
adev->acp.
acp_res
[
in acp_hw_init()
[all...]
H
A
D
amdgpu_acp.h
36
struct resource *
acp_res
;
member
/kernel/linux/linux-6.6/sound/soc/amd/acp/
H
A
D
acp-pci.c
32
static const struct resource
acp_res
[] = {
variable
78
res_acp =
acp_res
;
in acp_pci_probe()
79
num_res = ARRAY_SIZE(
acp_res
);
in acp_pci_probe()
Completed in 3 milliseconds