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:prot_ver
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/samples/mei/
H
A
D
mei-amt-version.c
97
unsigned char
prot_ver
;
member
107
cl->
prot_ver
= 0;
in mei_deinit()
146
me->
prot_ver
= cl->protocol_version;
in mei_init()
/kernel/linux/linux-6.6/samples/mei/
H
A
D
mei-amt-version.c
97
unsigned char
prot_ver
;
member
107
cl->
prot_ver
= 0;
in mei_deinit()
146
me->
prot_ver
= cl->protocol_version;
in mei_init()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
514
u8
prot_ver
;
in gdth_init_pci()
local
601
prot_ver
= (u8)readl(&dp6_ptr->u.ic.S_Info[0]);
in gdth_init_pci()
604
if (
prot_ver
!= PROTOCOL_VERSION) {
in gdth_init_pci()
713
prot_ver
= (u8)readl(&dp6c_ptr->u.ic.S_Info[0]);
in gdth_init_pci()
715
if (
prot_ver
!= PROTOCOL_VERSION) {
in gdth_init_pci()
828
prot_ver
= (u8)readl(&dp6m_ptr->u.ic.S_Info[0]);
in gdth_init_pci()
830
if (
prot_ver
!= PROTOCOL_VERSION) {
in gdth_init_pci()
871
prot_ver
= (u8)(readl(&dp6m_ptr->u.ic.S_Info[0]) >> 16);
in gdth_init_pci()
873
if (
prot_ver
< 0x2b) /* FW < x.43: no 64-bit DMA support */
in gdth_init_pci()
Completed in 8 milliseconds