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:vendor_ver
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-of-esdhc.c
77
u8
vendor_ver
;
member
124
if (esdhc->
vendor_ver
> VENDOR_V_22) {
in esdhc_readl_fixup()
507
(esdhc->
vendor_ver
== VENDOR_V_23);
in esdhc_of_adma_workaround()
584
if (esdhc->
vendor_ver
<= VENDOR_V_22)
in esdhc_clock_enable()
602
while (esdhc->
vendor_ver
> VENDOR_V_22) {
in esdhc_clock_enable()
658
if (esdhc->
vendor_ver
< VENDOR_V_23)
in esdhc_of_set_clock()
723
while (esdhc->
vendor_ver
> VENDOR_V_22) {
in esdhc_of_set_clock()
816
(esdhc->
vendor_ver
<= VENDOR_V_22)) {
in esdhc_reset()
828
(esdhc->
vendor_ver
<= VENDOR_V_22)) {
in esdhc_reset()
1349
esdhc->
vendor_ver
in esdhc_init()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-of-esdhc.c
84
u8
vendor_ver
;
member
131
if (esdhc->
vendor_ver
> VENDOR_V_22) {
in esdhc_readl_fixup()
514
(esdhc->
vendor_ver
== VENDOR_V_23);
in esdhc_of_adma_workaround()
591
if (esdhc->
vendor_ver
<= VENDOR_V_22)
in esdhc_clock_enable()
609
while (esdhc->
vendor_ver
> VENDOR_V_22) {
in esdhc_clock_enable()
665
if (esdhc->
vendor_ver
< VENDOR_V_23)
in esdhc_of_set_clock()
730
while (esdhc->
vendor_ver
> VENDOR_V_22) {
in esdhc_of_set_clock()
823
(esdhc->
vendor_ver
<= VENDOR_V_22)) {
in esdhc_reset()
835
(esdhc->
vendor_ver
<= VENDOR_V_22)) {
in esdhc_reset()
1356
esdhc->
vendor_ver
in esdhc_init()
[all...]
Completed in 5 milliseconds