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:t_status
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
ad7291.c
112
u16
t_status
, v_status;
in ad7291_event_handler()
local
117
if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &
t_status
))
in ad7291_event_handler()
123
if (!(
t_status
|| v_status))
in ad7291_event_handler()
133
if ((
t_status
& AD7291_T_LOW) || (
t_status
& AD7291_T_AVG_LOW))
in ad7291_event_handler()
140
if ((
t_status
& AD7291_T_HIGH) || (
t_status
& AD7291_T_AVG_HIGH))
in ad7291_event_handler()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ad7291.c
112
u16
t_status
, v_status;
in ad7291_event_handler()
local
117
if (ad7291_i2c_read(chip, AD7291_T_ALERT_STATUS, &
t_status
))
in ad7291_event_handler()
123
if (!(
t_status
|| v_status))
in ad7291_event_handler()
133
if ((
t_status
& AD7291_T_LOW) || (
t_status
& AD7291_T_AVG_LOW))
in ad7291_event_handler()
140
if ((
t_status
& AD7291_T_HIGH) || (
t_status
& AD7291_T_AVG_HIGH))
in ad7291_event_handler()
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
H
A
D
amlogic-gxl.h
36
* @
t_status
: Descriptor of the cipher operation (see description below)
39
*
t_status
is segmented like this:
54
__le32
t_status
;
member
H
A
D
amlogic-gxl-cipher.c
170
desc->
t_status
= cpu_to_le32(v);
in meson_cipher()
220
desc->
t_status
= cpu_to_le32(v);
in meson_cipher()
/kernel/linux/linux-6.6/drivers/crypto/amlogic/
H
A
D
amlogic-gxl.h
36
* @
t_status
: Descriptor of the cipher operation (see description below)
39
*
t_status
is segmented like this:
54
__le32
t_status
;
member
H
A
D
amlogic-gxl-cipher.c
170
desc->
t_status
= cpu_to_le32(v);
in meson_cipher()
220
desc->
t_status
= cpu_to_le32(v);
in meson_cipher()
Completed in 4 milliseconds