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:ucd_rsp_ptr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
344
header = &hba->lrb[tag].
ucd_rsp_ptr
->header;
in ufshcd_add_cmd_upiu_trace()
549
ufshcd_hex_dump("UPIU RSP: ", lrbp->
ucd_rsp_ptr
,
in ufshcd_print_tr()
879
* @
ucd_rsp_ptr
: pointer to response UPIU
884
ufshcd_get_req_rsp(struct utp_upiu_rsp *
ucd_rsp_ptr
)
in ufshcd_get_req_rsp()
argument
886
return
ucd_rsp_ptr
->header.transaction_code;
in ufshcd_get_req_rsp()
891
* @
ucd_rsp_ptr
: pointer to response UPIU
898
static inline bool ufshcd_is_exception_event(struct utp_upiu_rsp *
ucd_rsp_ptr
)
in ufshcd_is_exception_event()
argument
900
return
ucd_rsp_ptr
->header.device_information & 1;
in ufshcd_is_exception_event()
2204
resp_len = be16_to_cpu(lrbp->
ucd_rsp_ptr
->header.data_segment_length);
in ufshcd_copy_sense_data()
2208
len = be16_to_cpu(lrbp->
ucd_rsp_ptr
in ufshcd_copy_sense_data()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd.c
476
ufshcd_hex_dump("UPIU RSP: ", lrbp->
ucd_rsp_ptr
,
in ufshcd_print_trs()
756
* @
ucd_rsp_ptr
: pointer to response UPIU
759
ufshcd_get_req_rsp(struct utp_upiu_rsp *
ucd_rsp_ptr
)
in ufshcd_get_req_rsp()
argument
761
return be32_to_cpu(
ucd_rsp_ptr
->header.dword_0) >> 24;
in ufshcd_get_req_rsp()
766
* @
ucd_rsp_ptr
: pointer to response UPIU
772
ufshcd_get_rsp_upiu_result(struct utp_upiu_rsp *
ucd_rsp_ptr
)
in ufshcd_get_rsp_upiu_result()
argument
774
return be32_to_cpu(
ucd_rsp_ptr
->header.dword_1) & MASK_RSP_UPIU_RESULT;
in ufshcd_get_rsp_upiu_result()
780
* @
ucd_rsp_ptr
: pointer to response UPIU
785
ufshcd_get_rsp_upiu_data_seg_len(struct utp_upiu_rsp *
ucd_rsp_ptr
)
in ufshcd_get_rsp_upiu_data_seg_len()
argument
787
return be32_to_cpu(
ucd_rsp_ptr
in ufshcd_get_rsp_upiu_data_seg_len()
800
ufshcd_is_exception_event(struct utp_upiu_rsp *
ucd_rsp_ptr
)
ufshcd_is_exception_event()
argument
[all...]
H
A
D
ufshcd.h
149
* @
ucd_rsp_ptr
: Response UPIU address for this command
172
struct utp_upiu_rsp *
ucd_rsp_ptr
;
member
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
155
* @
ucd_rsp_ptr
: Response UPIU address for this command
178
struct utp_upiu_rsp *
ucd_rsp_ptr
;
member
Completed in 16 milliseconds