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:bt_sco_param
(Results
1 - 2
of
2
) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/
H
A
D
hardware.c
203
update the
bt_sco_param
and bt_sco_i2spcm_param */
204
static uint8_t
bt_sco_param
[SCO_PCM_PARAM_SIZE] = {
variable
880
memcpy_s(p, &
bt_sco_param
, SCO_PCM_PARAM_SIZE);
in hw_sco_i2spcm_proc_interface_param()
1157
sco_bus_clock_rate =
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE];
in hw_sco_config()
1160
bt_sco_i2spcm_param[SCO_I2SPCM_PARAM_IF_MODE] =
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_MODE];
in hw_sco_config()
1239
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE] = sco_bus_clock_rate;
in hw_sco_i2spcm_config()
1243
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE] = sco_bus_wbs_clock_rate;
in hw_sco_i2spcm_config()
1247
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE] = sco_bus_clock_rate;
in hw_sco_i2spcm_config()
/vendor/hihope/rk3568/bluetooth/src/
H
A
D
hardware.c
231
update the
bt_sco_param
and bt_sco_i2spcm_param */
232
static uint8_t
bt_sco_param
[SCO_PCM_PARAM_SIZE] = {
variable
922
memcpy_s(p, &
bt_sco_param
, SCO_PCM_PARAM_SIZE);
in hw_sco_i2spcm_proc_interface_param()
1204
sco_bus_clock_rate =
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE];
in hw_sco_config()
1207
bt_sco_i2spcm_param[SCO_I2SPCM_PARAM_IF_MODE] =
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_MODE];
in hw_sco_config()
1287
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE] = sco_bus_clock_rate;
in hw_sco_i2spcm_config()
1291
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE] = sco_bus_wbs_clock_rate;
in hw_sco_i2spcm_config()
1295
bt_sco_param
[SCO_PCM_PARAM_IF_CLOCK_RATE] = sco_bus_clock_rate;
in hw_sco_i2spcm_config()
Completed in 4 milliseconds