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:get_chip_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
spi_ks8995.c
170
static inline u8
get_chip_id
(u8 val)
in get_chip_id()
function
356
if ((
get_chip_id
(id1) == CHIPID_M) &&
in ks8995_get_revision()
357
(
get_chip_id
(id1) == ks->chip->chip_id)) {
in ks8995_get_revision()
360
} else if (
get_chip_id
(id1) != CHIPID_M) {
in ks8995_get_revision()
387
if (
get_chip_id
(id1) == ks->chip->chip_id) {
in ks8995_get_revision()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
spi_ks8995.c
164
static inline u8
get_chip_id
(u8 val)
in get_chip_id()
function
350
if ((
get_chip_id
(id1) == CHIPID_M) &&
in ks8995_get_revision()
351
(
get_chip_id
(id1) == ks->chip->chip_id)) {
in ks8995_get_revision()
354
} else if (
get_chip_id
(id1) != CHIPID_M) {
in ks8995_get_revision()
381
if (
get_chip_id
(id1) == ks->chip->chip_id) {
in ks8995_get_revision()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
abx500-core.c
121
if (ops && ops->
get_chip_id
)
in abx500_get_chip_id()
122
return ops->
get_chip_id
(dev);
in abx500_get_chip_id()
H
A
D
ab3100-core.c
393
.
get_chip_id
= ab3100_get_chip_id,
H
A
D
ab8500-core.c
332
.
get_chip_id
= ab8500_get_chip_id,
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
abx500-core.c
121
if (ops && ops->
get_chip_id
)
in abx500_get_chip_id()
122
return ops->
get_chip_id
(dev);
in abx500_get_chip_id()
H
A
D
ab8500-core.c
323
.
get_chip_id
= ab8500_get_chip_id,
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
abx500.h
58
int (*
get_chip_id
) (struct device *);
member
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
abx500.h
334
int (*
get_chip_id
) (struct device *);
member
Completed in 8 milliseconds