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:active_uic_cmd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd.c
1699
|| hba->
active_uic_cmd
|| hba->uic_async_done)
in ufshcd_gate_work()
1754
hba->
active_uic_cmd
|| hba->uic_async_done ||
in __ufshcd_release()
2094
WARN_ON(hba->
active_uic_cmd
);
in ufshcd_dispatch_uic_cmd()
2096
hba->
active_uic_cmd
= uic_cmd;
in ufshcd_dispatch_uic_cmd()
2141
hba->
active_uic_cmd
= NULL;
in ufshcd_wait_for_uic_cmd()
3866
hba->
active_uic_cmd
= NULL;
in ufshcd_uic_pwr_ctrl()
4942
if ((intr_status & UIC_COMMAND_COMPL) && hba->
active_uic_cmd
) {
in ufshcd_uic_cmd_compl()
4943
hba->
active_uic_cmd
->argument2 |=
in ufshcd_uic_cmd_compl()
4945
hba->
active_uic_cmd
->argument3 =
in ufshcd_uic_cmd_compl()
4948
hba->
active_uic_cmd
in ufshcd_uic_cmd_compl()
[all...]
H
A
D
ufshcd.h
641
* @
active_uic_cmd
: handle of active UIC command
739
struct uic_command *
active_uic_cmd
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
1822
|| hba->
active_uic_cmd
|| hba->uic_async_done)
in ufshcd_gate_work()
1879
hba->
active_uic_cmd
|| hba->uic_async_done ||
in __ufshcd_release()
2334
WARN_ON(hba->
active_uic_cmd
);
in ufshcd_dispatch_uic_cmd()
2336
hba->
active_uic_cmd
= uic_cmd;
in ufshcd_dispatch_uic_cmd()
2382
hba->
active_uic_cmd
= NULL;
in ufshcd_wait_for_uic_cmd()
4181
hba->
active_uic_cmd
= NULL;
in ufshcd_uic_pwr_ctrl()
5319
if (hba->
active_uic_cmd
&&
in ufshcd_is_auto_hibern8_error()
5320
(hba->
active_uic_cmd
->command == UIC_CMD_DME_HIBER_ENTER ||
in ufshcd_is_auto_hibern8_error()
5321
hba->
active_uic_cmd
->command == UIC_CMD_DME_HIBER_EXIT))
in ufshcd_is_auto_hibern8_error()
5344
if ((intr_status & UIC_COMMAND_COMPL) && hba->
active_uic_cmd
) {
in ufshcd_uic_cmd_compl()
[all...]
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
837
* @
active_uic_cmd
: handle of active UIC command
978
struct uic_command *
active_uic_cmd
;
member
Completed in 23 milliseconds