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:p_lm70
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
lm70.c
48
struct lm70 *
p_lm70
= dev_get_drvdata(dev);
in temp1_input_show()
local
49
struct spi_device *spi =
p_lm70
->spi;
in temp1_input_show()
54
if (mutex_lock_interruptible(&
p_lm70
->lock))
in temp1_input_show()
91
switch (
p_lm70
->chip) {
in temp1_input_show()
109
mutex_unlock(&
p_lm70
->lock);
in temp1_input_show()
154
struct lm70 *
p_lm70
;
in lm70_probe()
local
169
p_lm70
= devm_kzalloc(&spi->dev, sizeof(*
p_lm70
), GFP_KERNEL);
in lm70_probe()
170
if (!
p_lm70
)
in lm70_probe()
173
mutex_init(&
p_lm70
in lm70_probe()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
lm70.c
49
struct lm70 *
p_lm70
= dev_get_drvdata(dev);
in temp1_input_show()
local
50
struct spi_device *spi =
p_lm70
->spi;
in temp1_input_show()
55
if (mutex_lock_interruptible(&
p_lm70
->lock))
in temp1_input_show()
98
switch (
p_lm70
->chip) {
in temp1_input_show()
120
mutex_unlock(&
p_lm70
->lock);
in temp1_input_show()
169
struct lm70 *
p_lm70
;
in lm70_probe()
local
184
p_lm70
= devm_kzalloc(&spi->dev, sizeof(*
p_lm70
), GFP_KERNEL);
in lm70_probe()
185
if (!
p_lm70
)
in lm70_probe()
188
mutex_init(&
p_lm70
in lm70_probe()
[all...]
Completed in 2 milliseconds