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:rate_match
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
marvell10g.c
162
bool
rate_match
;
member
709
priv->
rate_match
= false;
in mv2110_init_interface()
712
priv->
rate_match
= true;
in mv2110_init_interface()
731
priv->
rate_match
= false;
in mv3310_init_interface()
736
priv->
rate_match
= true;
in mv3310_init_interface()
761
priv->
rate_match
= false;
in mv3340_init_interface()
938
if (priv->
rate_match
||
in mv3310_update_interface()
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
cypress_ps2.c
141
bool
rate_match
= false;
in cypress_verify_cmd_state()
local
159
rate_match
= true;
in cypress_verify_cmd_state()
161
if (resolution_match &&
rate_match
)
in cypress_verify_cmd_state()
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
marvell10g.c
96
bool
rate_match
;
member
487
priv->
rate_match
= ((val & MV_V2_PORT_MAC_TYPE_MASK) ==
in mv3310_config_init()
602
if (priv->
rate_match
) {
in mv3310_update_interface()
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
cypress_ps2.c
141
bool
rate_match
= false;
in cypress_verify_cmd_state()
local
159
rate_match
= true;
in cypress_verify_cmd_state()
161
if (resolution_match &&
rate_match
)
in cypress_verify_cmd_state()
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
pcm_plugin.c
42
static int
rate_match
(unsigned int src_rate, unsigned int dst_rate)
in rate_match()
function
423
if (!
rate_match
(srcformat.rate, dstformat.rate) &&
in snd_pcm_plug_format_plugins()
459
if (!
rate_match
(srcformat.rate, dstformat.rate)) {
in snd_pcm_plug_format_plugins()
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
pcm_plugin.c
42
static int
rate_match
(unsigned int src_rate, unsigned int dst_rate)
in rate_match()
function
424
if (!
rate_match
(srcformat.rate, dstformat.rate) &&
in snd_pcm_plug_format_plugins()
460
if (!
rate_match
(srcformat.rate, dstformat.rate)) {
in snd_pcm_plug_format_plugins()
Completed in 7 milliseconds