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_DEVS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/amd/renoir/
H
A
D
rn-pci-acp3x.c
35
struct platform_device *pdev[
ACP_DEVS
];
202
struct platform_device_info pdevinfo[
ACP_DEVS
];
in snd_rn_acp_probe()
312
for (index = 0; index <
ACP_DEVS
; index++) {
in snd_rn_acp_probe()
329
for (index = 0; index <
ACP_DEVS
; index++)
in snd_rn_acp_probe()
386
for (index = 0; index <
ACP_DEVS
; index++)
in snd_rn_acp_remove()
H
A
D
rn_acp3x.h
10
#define
ACP_DEVS
3
macro
/kernel/linux/linux-6.6/sound/soc/amd/renoir/
H
A
D
rn-pci-acp3x.c
35
struct platform_device *pdev[
ACP_DEVS
];
209
struct platform_device_info pdevinfo[
ACP_DEVS
];
in snd_rn_acp_probe()
324
for (index = 0; index <
ACP_DEVS
; index++) {
in snd_rn_acp_probe()
341
for (index = 0; index <
ACP_DEVS
; index++)
in snd_rn_acp_probe()
400
for (index = 0; index <
ACP_DEVS
; index++)
in snd_rn_acp_remove()
H
A
D
rn_acp3x.h
10
#define
ACP_DEVS
3
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_acp.c
85
#define
ACP_DEVS
4
macro
238
adev->acp.acp_cell = kcalloc(
ACP_DEVS
, sizeof(struct mfd_cell),
in acp_hw_init()
350
ACP_DEVS
);
in acp_hw_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_acp.c
88
#define
ACP_DEVS
4
macro
331
adev->acp.acp_cell = kcalloc(
ACP_DEVS
, sizeof(struct mfd_cell),
in acp_hw_init()
442
r = mfd_add_hotplug_devices(adev->acp.parent, adev->acp.acp_cell,
ACP_DEVS
);
in acp_hw_init()
Completed in 4 milliseconds