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:MS_Ready
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
ene_ub6250.c
252
#define
MS_Ready
BIT(1)
macro
1455
if ((info->MS_Status & MS_Insert) && (info->MS_Status &
MS_Ready
)) {
in ms_scsi_test_unit_ready()
2103
if ((s & MS_Insert) && (s &
MS_Ready
)) {
in ene_ms_init()
2105
printk(KERN_INFO "Ready = %x\n", !!(s &
MS_Ready
));
in ene_ms_init()
2209
if (!(info->MS_Status &
MS_Ready
)) {
in ene_init()
2308
if (unlikely(!(info->SD_Status & SD_Ready) || (info->MS_Status &
MS_Ready
)))
in ene_transport()
2315
if (info->MS_Status &
MS_Ready
)
in ene_transport()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
ene_ub6250.c
252
#define
MS_Ready
BIT(1)
macro
1456
if ((info->MS_Status & MS_Insert) && (info->MS_Status &
MS_Ready
)) {
in ms_scsi_test_unit_ready()
2104
if ((s & MS_Insert) && (s &
MS_Ready
)) {
in ene_ms_init()
2106
printk(KERN_INFO "Ready = %x\n", !!(s &
MS_Ready
));
in ene_ms_init()
2210
if (!(info->MS_Status &
MS_Ready
)) {
in ene_init()
2309
if (unlikely(!(info->SD_Status & SD_Ready) || (info->MS_Status &
MS_Ready
)))
in ene_transport()
2316
if (info->MS_Status &
MS_Ready
)
in ene_transport()
Completed in 8 milliseconds