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:osr_status
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
as73211.c
231
u16
osr_status
;
in as73211_req_data()
local
283
osr_status
= ret;
in as73211_req_data()
284
if (
osr_status
!= (AS73211_OSR_DOS_MEASURE | AS73211_OSR_STATUS_NDATA)) {
in as73211_req_data()
285
if (
osr_status
& AS73211_OSR_SS) {
in as73211_req_data()
289
if (
osr_status
& AS73211_OSR_STATUS_NOTREADY) {
in as73211_req_data()
293
if (!(
osr_status
& AS73211_OSR_STATUS_NDATA)) {
in as73211_req_data()
297
if (
osr_status
& AS73211_OSR_STATUS_LDATA) {
in as73211_req_data()
301
if (
osr_status
& AS73211_OSR_STATUS_ADCOF) {
in as73211_req_data()
305
if (
osr_status
& AS73211_OSR_STATUS_MRESOF) {
in as73211_req_data()
309
if (
osr_status
in as73211_req_data()
[all...]
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
as73211.c
230
u16
osr_status
;
in as73211_req_data()
local
282
osr_status
= ret;
in as73211_req_data()
283
if (
osr_status
!= (AS73211_OSR_DOS_MEASURE | AS73211_OSR_STATUS_NDATA)) {
in as73211_req_data()
284
if (
osr_status
& AS73211_OSR_SS) {
in as73211_req_data()
288
if (
osr_status
& AS73211_OSR_STATUS_NOTREADY) {
in as73211_req_data()
292
if (!(
osr_status
& AS73211_OSR_STATUS_NDATA)) {
in as73211_req_data()
296
if (
osr_status
& AS73211_OSR_STATUS_LDATA) {
in as73211_req_data()
300
if (
osr_status
& AS73211_OSR_STATUS_ADCOF) {
in as73211_req_data()
304
if (
osr_status
& AS73211_OSR_STATUS_MRESOF) {
in as73211_req_data()
308
if (
osr_status
in as73211_req_data()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
nfs_xdr.h
1471
int
osr_status
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nfs_xdr.h
1492
int
osr_status
;
member
Completed in 15 milliseconds