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:applesmc_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
applesmc.c
113
struct
applesmc_entry
{
struct
134
struct
applesmc_entry
*cache; /* cached key entries */
341
static int applesmc_read_entry(const struct
applesmc_entry
*entry,
in applesmc_read_entry()
355
static int applesmc_write_entry(const struct
applesmc_entry
*entry,
in applesmc_write_entry()
368
static const struct
applesmc_entry
*applesmc_get_entry_by_index(int index)
in applesmc_get_entry_by_index()
370
struct
applesmc_entry
*cache = &smcreg.cache[index];
in applesmc_get_entry_by_index()
406
const struct
applesmc_entry
*entry;
in applesmc_get_lower_bound()
428
const struct
applesmc_entry
*entry;
in applesmc_get_upper_bound()
447
static const struct
applesmc_entry
*applesmc_get_entry_by_key(const char *key)
in applesmc_get_entry_by_key()
466
const struct
applesmc_entry
*entr
in applesmc_read_key()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
applesmc.c
113
struct
applesmc_entry
{
struct
134
struct
applesmc_entry
*cache; /* cached key entries */
341
static int applesmc_read_entry(const struct
applesmc_entry
*entry,
in applesmc_read_entry()
355
static int applesmc_write_entry(const struct
applesmc_entry
*entry,
in applesmc_write_entry()
368
static const struct
applesmc_entry
*applesmc_get_entry_by_index(int index)
in applesmc_get_entry_by_index()
370
struct
applesmc_entry
*cache = &smcreg.cache[index];
in applesmc_get_entry_by_index()
406
const struct
applesmc_entry
*entry;
in applesmc_get_lower_bound()
428
const struct
applesmc_entry
*entry;
in applesmc_get_upper_bound()
447
static const struct
applesmc_entry
*applesmc_get_entry_by_key(const char *key)
in applesmc_get_entry_by_key()
466
const struct
applesmc_entry
*entr
in applesmc_read_key()
[all...]
Completed in 3 milliseconds