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:emerg2
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
lm90.c
2118
int man_id, emerg,
emerg2
, status2;
in lm90_detect_maxim()
local
2137
emerg2
= i2c_smbus_read_byte_data(client,
in lm90_detect_maxim()
2141
if (emerg < 0 || man_id < 0 ||
emerg2
< 0 || status2 < 0)
in lm90_detect_maxim()
2155
if (!(config1 & 0x10) && !(status2 & 0x01) && emerg ==
emerg2
&&
in lm90_detect_maxim()
2164
* should differ from
emerg2
, and
emerg2
should match man_id
in lm90_detect_maxim()
2168
emerg2
== man_id &&
emerg2
!= status2)
in lm90_detect_maxim()
2183
emerg == 0x01 &&
emerg2
== 0x01 && status2 == 0x01)
in lm90_detect_maxim()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
lm90.c
1532
int emerg,
emerg2
, status2;
in lm90_detect()
local
1544
emerg2
= i2c_smbus_read_byte_data(client,
in lm90_detect()
1548
if (emerg < 0 || man_id < 0 ||
emerg2
< 0 || status2 < 0)
in lm90_detect()
1587
&& emerg ==
emerg2
in lm90_detect()
Completed in 7 milliseconds