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:amd_pmc_dev
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmc/
H
A
D
pmc.c
150
static struct
amd_pmc_dev
pmc;
151
static int amd_pmc_send_cmd(struct
amd_pmc_dev
*dev, u32 arg, u32 *data, u8 msg, bool ret);
152
static int amd_pmc_read_stb(struct
amd_pmc_dev
*dev, u32 *buf);
153
static int amd_pmc_write_stb(struct
amd_pmc_dev
*dev, u32 data);
155
static inline u32 amd_pmc_reg_read(struct
amd_pmc_dev
*dev, int reg_offset)
in amd_pmc_reg_read()
160
static inline void amd_pmc_reg_write(struct
amd_pmc_dev
*dev, int reg_offset, u32 val)
in amd_pmc_reg_write()
184
struct
amd_pmc_dev
*dev = filp->f_inode->i_private;
in amd_pmc_stb_debugfs_open()
228
struct
amd_pmc_dev
*dev = filp->f_inode->i_private;
in amd_pmc_stb_debugfs_open_v2()
292
static void amd_pmc_get_ip_info(struct
amd_pmc_dev
*dev)
in amd_pmc_get_ip_info()
309
static int amd_pmc_setup_smu_logging(struct
amd_pmc_dev
*de
[all...]
H
A
D
pmc.h
17
struct
amd_pmc_dev
{
struct
42
void amd_pmc_process_restore_quirks(struct
amd_pmc_dev
*dev);
43
void amd_pmc_quirks_init(struct
amd_pmc_dev
*dev);
H
A
D
pmc-quirks.c
243
void amd_pmc_process_restore_quirks(struct
amd_pmc_dev
*dev)
in amd_pmc_process_restore_quirks()
249
void amd_pmc_quirks_init(struct
amd_pmc_dev
*dev)
in amd_pmc_quirks_init()
Completed in 3 milliseconds