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:rver
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_proto.c
376
struct ec_response_get_cmd_versions *
rver
;
in cros_ec_get_host_command_version_mask()
local
380
msg = kmalloc(sizeof(*msg) + max(sizeof(*
rver
), sizeof(*pver)),
in cros_ec_get_host_command_version_mask()
387
msg->insize = sizeof(*
rver
);
in cros_ec_get_host_command_version_mask()
395
rver
= (struct ec_response_get_cmd_versions *)msg->data;
in cros_ec_get_host_command_version_mask()
396
*mask =
rver
->version_mask;
in cros_ec_get_host_command_version_mask()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_proto.c
449
struct ec_response_get_cmd_versions *
rver
;
in cros_ec_get_host_command_version_mask()
local
453
msg = kmalloc(sizeof(*msg) + max(sizeof(*
rver
), sizeof(*pver)),
in cros_ec_get_host_command_version_mask()
460
msg->insize = sizeof(*
rver
);
in cros_ec_get_host_command_version_mask()
481
rver
= (struct ec_response_get_cmd_versions *)msg->data;
in cros_ec_get_host_command_version_mask()
482
*mask =
rver
->version_mask;
in cros_ec_get_host_command_version_mask()
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btusb.c
3689
struct qca_rampatch_version *
rver
;
in btusb_setup_qca_load_rampatch()
local
3710
rver
= (struct qca_rampatch_version *)(fw->data + info->ver_offset);
in btusb_setup_qca_load_rampatch()
3711
rver_rom_low = le16_to_cpu(
rver
->rom_version_low);
in btusb_setup_qca_load_rampatch()
3712
rver_patch = le16_to_cpu(
rver
->patch_version);
in btusb_setup_qca_load_rampatch()
3715
rver_rom_high = le16_to_cpu(
rver
->rom_version_high);
in btusb_setup_qca_load_rampatch()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btusb.c
3759
struct qca_rampatch_version *
rver
;
in btusb_setup_qca_load_rampatch()
local
3780
rver
= (struct qca_rampatch_version *)(fw->data + info->ver_offset);
in btusb_setup_qca_load_rampatch()
3781
rver_rom_low = le16_to_cpu(
rver
->rom_version_low);
in btusb_setup_qca_load_rampatch()
3782
rver_patch = le16_to_cpu(
rver
->patch_version);
in btusb_setup_qca_load_rampatch()
3785
rver_rom_high = le16_to_cpu(
rver
->rom_version_high);
in btusb_setup_qca_load_rampatch()
Completed in 12 milliseconds