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:si476x_bands
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/
H
A
D
radio-si476x.c
48
static const struct v4l2_frequency_band
si476x_bands
[] = {
variable
74
return freq >=
si476x_bands
[band].rangelow &&
in si476x_radio_freq_is_inside_of_the_band()
75
freq <=
si476x_bands
[band].rangehigh;
in si476x_radio_freq_is_inside_of_the_band()
81
return low >=
si476x_bands
[band].rangelow &&
in si476x_radio_range_is_inside_of_the_band()
82
high <=
si476x_bands
[band].rangehigh;
in si476x_radio_range_is_inside_of_the_band()
356
if (band->index < ARRAY_SIZE(
si476x_bands
)) {
in si476x_radio_enum_freq_bands()
357
*band =
si476x_bands
[band->index];
in si476x_radio_enum_freq_bands()
367
*band =
si476x_bands
[band->index];
in si476x_radio_enum_freq_bands()
412
tuner->rangelow =
si476x_bands
[SI476X_BAND_FM].rangelow;
in si476x_radio_g_tuner()
426
tuner->rangelow =
si476x_bands
[SI476X_BAND_A
in si476x_radio_g_tuner()
[all...]
/kernel/linux/linux-6.6/drivers/media/radio/
H
A
D
radio-si476x.c
48
static const struct v4l2_frequency_band
si476x_bands
[] = {
variable
74
return freq >=
si476x_bands
[band].rangelow &&
in si476x_radio_freq_is_inside_of_the_band()
75
freq <=
si476x_bands
[band].rangehigh;
in si476x_radio_freq_is_inside_of_the_band()
81
return low >=
si476x_bands
[band].rangelow &&
in si476x_radio_range_is_inside_of_the_band()
82
high <=
si476x_bands
[band].rangehigh;
in si476x_radio_range_is_inside_of_the_band()
350
if (band->index < ARRAY_SIZE(
si476x_bands
)) {
in si476x_radio_enum_freq_bands()
351
*band =
si476x_bands
[band->index];
in si476x_radio_enum_freq_bands()
361
*band =
si476x_bands
[band->index];
in si476x_radio_enum_freq_bands()
406
tuner->rangelow =
si476x_bands
[SI476X_BAND_FM].rangelow;
in si476x_radio_g_tuner()
420
tuner->rangelow =
si476x_bands
[SI476X_BAND_A
in si476x_radio_g_tuner()
[all...]
Completed in 3 milliseconds