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:host_ver
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/sof/
H
A
D
ext_manifest.h
34
#define SOF_EXT_MAN_VERSION_INCOMPATIBLE(
host_ver
, cli_ver) ( \
35
((
host_ver
) & GENMASK(31, 24)) != \
/kernel/linux/linux-6.6/include/sound/sof/
H
A
D
ext_manifest.h
34
#define SOF_EXT_MAN_VERSION_INCOMPATIBLE(
host_ver
, cli_ver) ( \
35
((
host_ver
) & GENMASK(31, 24)) != \
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mvumi.h
347
struct version_info
host_ver
; /* bios or driver version */
member
425
struct version_info
host_ver
;
member
H
A
D
mvumi.c
847
hs_page2->
host_ver
.ver_major = VER_MAJOR;
in mvumi_hs_build_page()
848
hs_page2->
host_ver
.ver_minor = VER_MINOR;
in mvumi_hs_build_page()
849
hs_page2->
host_ver
.ver_oem = VER_OEM;
in mvumi_hs_build_page()
850
hs_page2->
host_ver
.ver_build = VER_BUILD;
in mvumi_hs_build_page()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mvumi.h
356
struct version_info
host_ver
; /* bios or driver version */
member
434
struct version_info
host_ver
;
member
H
A
D
mvumi.c
847
hs_page2->
host_ver
.ver_major = VER_MAJOR;
in mvumi_hs_build_page()
848
hs_page2->
host_ver
.ver_minor = VER_MINOR;
in mvumi_hs_build_page()
849
hs_page2->
host_ver
.ver_oem = VER_OEM;
in mvumi_hs_build_page()
850
hs_page2->
host_ver
.ver_build = VER_BUILD;
in mvumi_hs_build_page()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-of-esdhc.c
1343
u16
host_ver
;
in esdhc_init()
local
1348
host_ver
= sdhci_readw(host, SDHCI_HOST_VERSION);
in esdhc_init()
1349
esdhc->vendor_ver = (
host_ver
& SDHCI_VENDOR_VER_MASK) >>
in esdhc_init()
1351
esdhc->spec_ver =
host_ver
& SDHCI_SPEC_VER_MASK;
in esdhc_init()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-of-esdhc.c
1350
u16
host_ver
;
in esdhc_init()
local
1355
host_ver
= sdhci_readw(host, SDHCI_HOST_VERSION);
in esdhc_init()
1356
esdhc->vendor_ver = (
host_ver
& SDHCI_VENDOR_VER_MASK) >>
in esdhc_init()
1358
esdhc->spec_ver =
host_ver
& SDHCI_SPEC_VER_MASK;
in esdhc_init()
Completed in 14 milliseconds