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:FM_RDS_ENABLE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/
H
A
D
fmdrv_tx.c
102
FM_RDS_ENABLE
, FM_RDS_DISABLE);
in fm_tx_set_rds_mode()
104
if (rds_en_dis ==
FM_RDS_ENABLE
) {
in fm_tx_set_rds_mode()
116
if (rds_en_dis ==
FM_RDS_ENABLE
)
in fm_tx_set_rds_mode()
126
if (rds_en_dis ==
FM_RDS_ENABLE
) {
in fm_tx_set_rds_mode()
H
A
D
fmdrv_v4l2.c
57
ret = fmc_set_rds_mode(fmdev,
FM_RDS_ENABLE
);
in fm_v4l2_fops_read()
286
((fmdev->rx.rds.flag ==
FM_RDS_ENABLE
) ? V4L2_TUNER_SUB_RDS : 0);
in fm_v4l2_vidioc_g_tuner()
329
FM_RDS_ENABLE
: FM_RDS_DISABLE;
in fm_v4l2_vidioc_s_tuner()
423
((fmdev->tx_data.rds.flag ==
FM_RDS_ENABLE
) ?
in fm_v4l2_vidioc_g_modulator()
455
FM_RDS_ENABLE
: FM_RDS_DISABLE;
in fm_v4l2_vidioc_s_modulator()
H
A
D
fmdrv_rx.c
665
if (rds_en_dis !=
FM_RDS_ENABLE
&& rds_en_dis != FM_RDS_DISABLE) {
in fm_rx_set_rds_mode()
670
if (rds_en_dis ==
FM_RDS_ENABLE
in fm_rx_set_rds_mode()
710
fmdev->rx.rds.flag =
FM_RDS_ENABLE
;
in fm_rx_set_rds_mode()
712
&& fmdev->rx.rds.flag ==
FM_RDS_ENABLE
) {
in fm_rx_set_rds_mode()
H
A
D
fmdrv_common.h
237
#define
FM_RDS_ENABLE
1
macro
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/
H
A
D
fmdrv_tx.c
102
FM_RDS_ENABLE
, FM_RDS_DISABLE);
in fm_tx_set_rds_mode()
104
if (rds_en_dis ==
FM_RDS_ENABLE
) {
in fm_tx_set_rds_mode()
116
if (rds_en_dis ==
FM_RDS_ENABLE
)
in fm_tx_set_rds_mode()
126
if (rds_en_dis ==
FM_RDS_ENABLE
) {
in fm_tx_set_rds_mode()
H
A
D
fmdrv_v4l2.c
57
ret = fmc_set_rds_mode(fmdev,
FM_RDS_ENABLE
);
in fm_v4l2_fops_read()
286
((fmdev->rx.rds.flag ==
FM_RDS_ENABLE
) ? V4L2_TUNER_SUB_RDS : 0);
in fm_v4l2_vidioc_g_tuner()
329
FM_RDS_ENABLE
: FM_RDS_DISABLE;
in fm_v4l2_vidioc_s_tuner()
423
((fmdev->tx_data.rds.flag ==
FM_RDS_ENABLE
) ?
in fm_v4l2_vidioc_g_modulator()
455
FM_RDS_ENABLE
: FM_RDS_DISABLE;
in fm_v4l2_vidioc_s_modulator()
H
A
D
fmdrv_rx.c
665
if (rds_en_dis !=
FM_RDS_ENABLE
&& rds_en_dis != FM_RDS_DISABLE) {
in fm_rx_set_rds_mode()
670
if (rds_en_dis ==
FM_RDS_ENABLE
in fm_rx_set_rds_mode()
710
fmdev->rx.rds.flag =
FM_RDS_ENABLE
;
in fm_rx_set_rds_mode()
712
&& fmdev->rx.rds.flag ==
FM_RDS_ENABLE
) {
in fm_rx_set_rds_mode()
H
A
D
fmdrv_common.h
237
#define
FM_RDS_ENABLE
1
macro
Completed in 7 milliseconds