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:enh_acoustics
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
adt7475.c
213
u8
enh_acoustics
[2];
member
554
val = data->
enh_acoustics
[0] & 0xf;
in temp_st_show()
557
val = data->
enh_acoustics
[1] & 0xf;
in temp_st_show()
561
val = (data->
enh_acoustics
[1] >> 4) & 0xf;
in temp_st_show()
612
data->
enh_acoustics
[idx] &= ~(0xf << shift);
in temp_st_store()
613
data->
enh_acoustics
[idx] |= (val << shift);
in temp_st_store()
615
i2c_smbus_write_byte_data(client, reg, data->
enh_acoustics
[idx]);
in temp_st_store()
828
return sprintf(buf, "%d\n", !!(data->
enh_acoustics
[0] & mask));
in stall_disable_show()
846
data->
enh_acoustics
[0] &= ~mask;
in stall_disable_store()
848
data->
enh_acoustics
[
in stall_disable_store()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
adt7475.c
214
u8
enh_acoustics
[2];
member
555
val = data->
enh_acoustics
[0] & 0xf;
in temp_st_show()
558
val = data->
enh_acoustics
[1] & 0xf;
in temp_st_show()
562
val = (data->
enh_acoustics
[1] >> 4) & 0xf;
in temp_st_show()
613
data->
enh_acoustics
[idx] &= ~(0xf << shift);
in temp_st_store()
614
data->
enh_acoustics
[idx] |= (val << shift);
in temp_st_store()
616
i2c_smbus_write_byte_data(client, reg, data->
enh_acoustics
[idx]);
in temp_st_store()
829
return sprintf(buf, "%d\n", !!(data->
enh_acoustics
[0] & mask));
in stall_disable_show()
847
data->
enh_acoustics
[0] &= ~mask;
in stall_disable_store()
849
data->
enh_acoustics
[
in stall_disable_store()
[all...]
Completed in 4 milliseconds