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:ufs_device_wlun
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd-priv.h
329
return pm_runtime_get_sync(&hba->
ufs_device_wlun
->sdev_gendev);
in ufshcd_rpm_get_sync()
334
return pm_runtime_put_sync(&hba->
ufs_device_wlun
->sdev_gendev);
in ufshcd_rpm_put_sync()
339
pm_runtime_get_noresume(&hba->
ufs_device_wlun
->sdev_gendev);
in ufshcd_rpm_get_noresume()
344
return pm_runtime_resume(&hba->
ufs_device_wlun
->sdev_gendev);
in ufshcd_rpm_resume()
349
return pm_runtime_put(&hba->
ufs_device_wlun
->sdev_gendev);
in ufshcd_rpm_put()
H
A
D
ufshcd.c
602
const struct scsi_device *sdev_ufs = hba->
ufs_device_wlun
;
in ufshcd_print_host_state()
4327
!pm_runtime_suspended(&hba->
ufs_device_wlun
->sdev_gendev)) {
in ufshcd_auto_hibern8_update()
4962
if (hba->
ufs_device_wlun
) {
in ufshcd_setup_links()
4964
&hba->
ufs_device_wlun
->sdev_gendev,
in ufshcd_setup_links()
4968
dev_name(&hba->
ufs_device_wlun
->sdev_gendev));
in ufshcd_setup_links()
5140
hba->
ufs_device_wlun
= NULL;
in ufshcd_slave_destroy()
5142
} else if (hba->
ufs_device_wlun
) {
in ufshcd_slave_destroy()
5147
if (hba->
ufs_device_wlun
) {
in ufshcd_slave_destroy()
5148
supplier = &hba->
ufs_device_wlun
->sdev_gendev;
in ufshcd_slave_destroy()
6239
if (pm_runtime_status_suspended(&hba->
ufs_device_wlun
in ufshcd_err_handling_prepare()
[all...]
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
807
* @
ufs_device_wlun
: WLUN that controls the entire UFS device.
930
struct scsi_device *
ufs_device_wlun
;
member
Completed in 13 milliseconds