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_exynos_cap
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufs-exynos.c
611
struct ufs_dev_params
ufs_exynos_cap
;
in exynos_ufs_pre_pwr_mode()
local
621
ufs_exynos_cap
.tx_lanes = UFS_EXYNOS_LIMIT_NUM_LANES_TX;
in exynos_ufs_pre_pwr_mode()
622
ufs_exynos_cap
.rx_lanes = UFS_EXYNOS_LIMIT_NUM_LANES_RX;
in exynos_ufs_pre_pwr_mode()
623
ufs_exynos_cap
.hs_rx_gear = UFS_EXYNOS_LIMIT_HSGEAR_RX;
in exynos_ufs_pre_pwr_mode()
624
ufs_exynos_cap
.hs_tx_gear = UFS_EXYNOS_LIMIT_HSGEAR_TX;
in exynos_ufs_pre_pwr_mode()
625
ufs_exynos_cap
.pwm_rx_gear = UFS_EXYNOS_LIMIT_PWMGEAR_RX;
in exynos_ufs_pre_pwr_mode()
626
ufs_exynos_cap
.pwm_tx_gear = UFS_EXYNOS_LIMIT_PWMGEAR_TX;
in exynos_ufs_pre_pwr_mode()
627
ufs_exynos_cap
.rx_pwr_pwm = UFS_EXYNOS_LIMIT_RX_PWR_PWM;
in exynos_ufs_pre_pwr_mode()
628
ufs_exynos_cap
.tx_pwr_pwm = UFS_EXYNOS_LIMIT_TX_PWR_PWM;
in exynos_ufs_pre_pwr_mode()
629
ufs_exynos_cap
in exynos_ufs_pre_pwr_mode()
[all...]
/kernel/linux/linux-6.6/drivers/ufs/host/
H
A
D
ufs-exynos.c
768
struct ufs_dev_params
ufs_exynos_cap
;
in exynos_ufs_pre_pwr_mode()
local
777
ufshcd_init_pwr_dev_param(&
ufs_exynos_cap
);
in exynos_ufs_pre_pwr_mode()
779
ret = ufshcd_get_pwr_dev_param(&
ufs_exynos_cap
,
in exynos_ufs_pre_pwr_mode()
Completed in 5 milliseconds