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:has_am
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/
H
A
D
tea575x.c
248
if (tea->
has_am
) {
in snd_tea575x_enum_freq_bands()
284
strscpy(v->name, tea->
has_am
? "FM/AM" : "FM", sizeof(v->name));
in snd_tea575x_g_tuner()
287
v->rangelow = tea->
has_am
? bands[BAND_AM].rangelow : band_fm.rangelow;
in snd_tea575x_g_tuner()
343
if (tea->
has_am
&& f->frequency < (20000 * 16))
in vidioc_s_frequency()
374
(i == BAND_AM && !tea->
has_am
))
in snd_tea575x_s_hw_freq_seek()
H
A
D
radio-tea5777.c
272
(!tea->
has_am
&& band->index == BAND_AM))
in vidioc_enum_freq_bands()
293
if (tea->
has_am
)
in vidioc_g_tuner()
302
v->rangelow = tea->
has_am
? bands[BAND_AM].rangelow :
in vidioc_g_tuner()
360
if (tea->
has_am
&& f->frequency < (20000 * 16))
in vidioc_s_frequency()
387
if (i == BAND_AM && !tea->
has_am
)
in vidioc_s_hw_freq_seek()
H
A
D
radio-tea5777.h
54
bool
has_am
; /* Device can tune to AM freqs */
member
H
A
D
radio-shark.c
357
shark->tea.
has_am
= true;
in usb_shark_probe()
H
A
D
radio-shark2.c
321
shark->tea.
has_am
= true;
in usb_shark_probe()
/kernel/linux/linux-6.6/drivers/media/radio/
H
A
D
tea575x.c
248
if (tea->
has_am
) {
in snd_tea575x_enum_freq_bands()
284
strscpy(v->name, tea->
has_am
? "FM/AM" : "FM", sizeof(v->name));
in snd_tea575x_g_tuner()
287
v->rangelow = tea->
has_am
? bands[BAND_AM].rangelow : band_fm.rangelow;
in snd_tea575x_g_tuner()
343
if (tea->
has_am
&& f->frequency < (20000 * 16))
in vidioc_s_frequency()
374
(i == BAND_AM && !tea->
has_am
))
in snd_tea575x_s_hw_freq_seek()
H
A
D
radio-tea5777.c
272
(!tea->
has_am
&& band->index == BAND_AM))
in vidioc_enum_freq_bands()
293
if (tea->
has_am
)
in vidioc_g_tuner()
302
v->rangelow = tea->
has_am
? bands[BAND_AM].rangelow :
in vidioc_g_tuner()
360
if (tea->
has_am
&& f->frequency < (20000 * 16))
in vidioc_s_frequency()
387
if (i == BAND_AM && !tea->
has_am
)
in vidioc_s_hw_freq_seek()
H
A
D
radio-tea5777.h
54
bool
has_am
; /* Device can tune to AM freqs */
member
H
A
D
radio-shark.c
357
shark->tea.
has_am
= true;
in usb_shark_probe()
H
A
D
radio-shark2.c
321
shark->tea.
has_am
= true;
in usb_shark_probe()
/kernel/linux/linux-5.10/include/media/drv-intf/
H
A
D
tea575x.h
42
bool
has_am
; /* Device can tune to AM freqs */
member
/kernel/linux/linux-6.6/include/media/drv-intf/
H
A
D
tea575x.h
42
bool
has_am
; /* Device can tune to AM freqs */
member
Completed in 12 milliseconds