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:ST_IDLE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
via-macii.c
78
#define
ST_IDLE
0x30 /* ADB state: idle, nothing to send */
macro
174
via[B] |=
ST_IDLE
;
in macii_init_via()
394
WARN_ON((status & ST_MASK) !=
ST_IDLE
);
in macii_interrupt()
506
(status & ST_MASK) ==
ST_IDLE
);
in macii_interrupt()
560
via[B] = (via[B] & ~ST_MASK) |
ST_IDLE
;
in macii_interrupt()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
via-macii.c
76
#define
ST_IDLE
0x30 /* ADB state: idle, nothing to send */
macro
172
via[B] |=
ST_IDLE
;
in macii_init_via()
392
WARN_ON((status & ST_MASK) !=
ST_IDLE
);
in macii_interrupt()
504
(status & ST_MASK) ==
ST_IDLE
);
in macii_interrupt()
558
via[B] = (via[B] & ~ST_MASK) |
ST_IDLE
;
in macii_interrupt()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
st.h
217
#define
ST_IDLE
0
macro
H
A
D
st.c
946
STps->rw =
ST_IDLE
;
in reset_state()
1083
STps->rw =
ST_IDLE
;
in check_tape()
1313
STps->rw =
ST_IDLE
;
in st_open()
3012
STps->rw =
ST_IDLE
; /* prevent automatic WEOF at close */
in st_int_ioctl()
3260
STps->rw =
ST_IDLE
;
in set_location()
3624
STps->rw =
ST_IDLE
;
in st_ioctl_common()
3650
STps->rw =
ST_IDLE
; /* Prevent automatic WEOF and fsf */
in st_ioctl_common()
3697
STp->ps[i].rw =
ST_IDLE
;
in st_ioctl_common()
3711
STp->ps[0].rw =
ST_IDLE
;
in st_ioctl_common()
4395
STps->rw =
ST_IDLE
;
in st_probe()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
st.h
214
#define
ST_IDLE
0
macro
H
A
D
st.c
947
STps->rw =
ST_IDLE
;
in reset_state()
1084
STps->rw =
ST_IDLE
;
in check_tape()
1314
STps->rw =
ST_IDLE
;
in st_open()
3012
STps->rw =
ST_IDLE
; /* prevent automatic WEOF at close */
in st_int_ioctl()
3260
STps->rw =
ST_IDLE
;
in set_location()
3625
STps->rw =
ST_IDLE
;
in st_ioctl()
3651
STps->rw =
ST_IDLE
; /* Prevent automatic WEOF and fsf */
in st_ioctl()
3698
STp->ps[i].rw =
ST_IDLE
;
in st_ioctl()
3712
STp->ps[0].rw =
ST_IDLE
;
in st_ioctl()
4347
STps->rw =
ST_IDLE
;
in st_probe()
[all...]
/kernel/linux/linux-5.10/drivers/w1/masters/
H
A
D
ds2490.c
97
#define
ST_IDLE
0x20 /* DS2490 is currently idle */
macro
439
} while (!(st->status &
ST_IDLE
) && !(err < 0) && ++count < 100);
in ds_wait_status()
744
} while (!(st.status & (
ST_IDLE
| ST_HALT)));
in ds9490r_search()
/kernel/linux/linux-6.6/drivers/w1/masters/
H
A
D
ds2490.c
97
#define
ST_IDLE
0x20 /* DS2490 is currently idle */
macro
443
} while (!(st->status &
ST_IDLE
) && !(err < 0) && ++count < 100);
in ds_wait_status()
761
} while (!(st.status & (
ST_IDLE
| ST_HALT)));
in ds9490r_search()
Completed in 17 milliseconds