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:rds_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/
H
A
D
fmdrv_v4l2.c
35
u8
rds_mode
;
in fm_v4l2_fops_read()
local
50
ret = fm_rx_get_rds_mode(fmdev, &
rds_mode
);
in fm_v4l2_fops_read()
56
if (
rds_mode
== FM_RDS_DISABLE) {
in fm_v4l2_fops_read()
320
u8
rds_mode
;
in fm_v4l2_vidioc_s_tuner()
local
328
rds_mode
= (tuner->rxsubchans & V4L2_TUNER_SUB_RDS) ?
in fm_v4l2_vidioc_s_tuner()
345
ret = fmc_set_rds_mode(fmdev,
rds_mode
);
in fm_v4l2_vidioc_s_tuner()
437
u8
rds_mode
;
in fm_v4l2_vidioc_s_modulator()
local
454
rds_mode
= (mod->txsubchans & V4L2_TUNER_SUB_RDS) ?
in fm_v4l2_vidioc_s_modulator()
461
ret = fm_tx_set_rds_mode(fmdev,
rds_mode
);
in fm_v4l2_vidioc_s_modulator()
H
A
D
fmdrv_rx.c
751
int fm_rx_set_rds_system(struct fmdev *fmdev, u8
rds_mode
)
in fm_rx_set_rds_system()
argument
759
if (
rds_mode
!= FM_RDS_SYSTEM_RDS &&
rds_mode
!= FM_RDS_SYSTEM_RBDS) {
in fm_rx_set_rds_system()
764
payload = (u16)
rds_mode
;
in fm_rx_set_rds_system()
770
fmdev->rx.
rds_mode
=
rds_mode
;
in fm_rx_set_rds_system()
H
A
D
fmdrv.h
150
u8
rds_mode
; /* RDS operation mode (RDS/RDBS) */
member
H
A
D
fmdrv_common.c
1563
fmdev->rx.
rds_mode
= FM_RDS_SYSTEM_RDS;
in fmc_prepare()
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/
H
A
D
fmdrv_v4l2.c
35
u8
rds_mode
;
in fm_v4l2_fops_read()
local
50
ret = fm_rx_get_rds_mode(fmdev, &
rds_mode
);
in fm_v4l2_fops_read()
56
if (
rds_mode
== FM_RDS_DISABLE) {
in fm_v4l2_fops_read()
320
u8
rds_mode
;
in fm_v4l2_vidioc_s_tuner()
local
328
rds_mode
= (tuner->rxsubchans & V4L2_TUNER_SUB_RDS) ?
in fm_v4l2_vidioc_s_tuner()
345
ret = fmc_set_rds_mode(fmdev,
rds_mode
);
in fm_v4l2_vidioc_s_tuner()
437
u8
rds_mode
;
in fm_v4l2_vidioc_s_modulator()
local
454
rds_mode
= (mod->txsubchans & V4L2_TUNER_SUB_RDS) ?
in fm_v4l2_vidioc_s_modulator()
461
ret = fm_tx_set_rds_mode(fmdev,
rds_mode
);
in fm_v4l2_vidioc_s_modulator()
H
A
D
fmdrv_rx.c
751
int fm_rx_set_rds_system(struct fmdev *fmdev, u8
rds_mode
)
in fm_rx_set_rds_system()
argument
759
if (
rds_mode
!= FM_RDS_SYSTEM_RDS &&
rds_mode
!= FM_RDS_SYSTEM_RBDS) {
in fm_rx_set_rds_system()
764
payload = (u16)
rds_mode
;
in fm_rx_set_rds_system()
770
fmdev->rx.
rds_mode
=
rds_mode
;
in fm_rx_set_rds_system()
H
A
D
fmdrv.h
150
u8
rds_mode
; /* RDS operation mode (RDS/RDBS) */
member
H
A
D
fmdrv_common.c
1563
fmdev->rx.
rds_mode
= FM_RDS_SYSTEM_RDS;
in fmc_prepare()
Completed in 9 milliseconds