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:drv_op_result
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
queue.h
68
int
drv_op_result
;
member
H
A
D
block.c
256
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in power_ro_lock_store()
258
ret = req_to_mmc_queue_req(req)->
drv_op_result
;
in power_ro_lock_store()
665
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in mmc_blk_ioctl_cmd()
669
ioc_err = req_to_mmc_queue_req(req)->
drv_op_result
;
in mmc_blk_ioctl_cmd()
735
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in mmc_blk_ioctl_multi_cmd()
739
ioc_err = req_to_mmc_queue_req(req)->
drv_op_result
;
in mmc_blk_ioctl_multi_cmd()
1096
mq_rq->
drv_op_result
= ret;
in mmc_blk_issue_drv_op()
2800
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in mmc_dbg_card_status_get()
2802
ret = req_to_mmc_queue_req(req)->
drv_op_result
;
in mmc_dbg_card_status_get()
2839
req_to_mmc_queue_req(req)->
drv_op_result
in mmc_ext_csd_open()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
queue.h
68
int
drv_op_result
;
member
H
A
D
block.c
269
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in power_ro_lock_store()
271
ret = req_to_mmc_queue_req(req)->
drv_op_result
;
in power_ro_lock_store()
693
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in mmc_blk_ioctl_cmd()
697
ioc_err = req_to_mmc_queue_req(req)->
drv_op_result
;
in mmc_blk_ioctl_cmd()
765
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in mmc_blk_ioctl_multi_cmd()
769
ioc_err = req_to_mmc_queue_req(req)->
drv_op_result
;
in mmc_blk_ioctl_multi_cmd()
1147
mq_rq->
drv_op_result
= ret;
in mmc_blk_issue_drv_op()
2868
req_to_mmc_queue_req(req)->
drv_op_result
= -EIO;
in mmc_dbg_card_status_get()
2870
ret = req_to_mmc_queue_req(req)->
drv_op_result
;
in mmc_dbg_card_status_get()
2907
req_to_mmc_queue_req(req)->
drv_op_result
in mmc_ext_csd_open()
[all...]
Completed in 9 milliseconds