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:verid
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/
H
A
D
fsl_sai.c
966
sai->
verid
.major = (val & FSL_SAI_VERID_MAJOR_MASK) >>
in fsl_sai_check_version()
968
sai->
verid
.minor = (val & FSL_SAI_VERID_MINOR_MASK) >>
in fsl_sai_check_version()
970
sai->
verid
.feature = val & FSL_SAI_VERID_FEATURE_MASK;
in fsl_sai_check_version()
1126
sai->
verid
.major >= 3 && sai->
verid
.minor >= 1) {
in fsl_sai_probe()
H
A
D
fsl_sai.h
274
struct fsl_sai_verid
verid
;
member
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
dw_mmc-zx.c
145
if (host->
verid
== 0x290a) /* only for emmc */
in dw_mci_zx_execute_tuning()
H
A
D
dw_mmc.h
101
* @
verid
: Denote Version ID.
202
u16
verid
;
member
H
A
D
dw_mmc.c
1036
if (host->
verid
< DW_MMC_240A ||
in dw_mci_ctrl_thld()
1037
(host->
verid
< DW_MMC_280A && data->flags & MMC_DATA_WRITE))
in dw_mci_ctrl_thld()
3304
host->
verid
= SDMMC_GET_VERID(mci_readl(host, VERID));
in dw_mci_probe()
3305
dev_info(host->dev, "Version ID is %04x\n", host->
verid
);
in dw_mci_probe()
3309
else if (host->
verid
< DW_MMC_240A)
in dw_mci_probe()
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
fsl_micfil.c
59
struct fsl_micfil_verid
verid
;
member
378
micfil->
verid
.version = val &
in fsl_micfil_use_verid()
380
micfil->
verid
.version >>= MICFIL_VERID_MINOR_SHIFT;
in fsl_micfil_use_verid()
381
micfil->
verid
.feature = val & MICFIL_VERID_FEATURE_MASK;
in fsl_micfil_use_verid()
H
A
D
fsl_sai.h
305
struct fsl_sai_verid
verid
;
member
H
A
D
fsl_sai.c
413
bool support_1_1_ratio = sai->
verid
.version >= 0x0301;
in fsl_sai_set_bclk()
1173
sai->
verid
.version = val &
in fsl_sai_check_version()
1175
sai->
verid
.version >>= FSL_SAI_VERID_MINOR_SHIFT;
in fsl_sai_check_version()
1176
sai->
verid
.feature = val & FSL_SAI_VERID_FEATURE_MASK;
in fsl_sai_check_version()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
dw_mmc.h
104
* @
verid
: Denote Version ID.
207
u16
verid
;
member
H
A
D
dw_mmc.c
1041
if (host->
verid
< DW_MMC_240A ||
in dw_mci_ctrl_thld()
1042
(host->
verid
< DW_MMC_280A && data->flags & MMC_DATA_WRITE))
in dw_mci_ctrl_thld()
3429
host->
verid
= SDMMC_GET_VERID(mci_readl(host, VERID));
in dw_mci_probe()
3430
dev_info(host->dev, "Version ID is %04x\n", host->
verid
);
in dw_mci_probe()
3434
else if (host->
verid
< DW_MMC_240A)
in dw_mci_probe()
/kernel/linux/linux-5.10/drivers/cdrom/
H
A
D
gdrom.c
111
char
verid
;
member
/kernel/linux/linux-6.6/drivers/cdrom/
H
A
D
gdrom.c
110
char
verid
;
member
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
lightnvm.c
165
__le16
verid
;
member
511
if (le16_to_cpu(bb_tbl->
verid
) != 1) {
in nvme_nvm_get_bb_tbl()
Completed in 26 milliseconds