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:dsp_options
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H
A
D
dsp_core.c
183
int
dsp_options
;
variable
239
if (
dsp_options
& DSP_OPT_NOHARDWARE)
in dsp_rx_off()
648
if (
dsp_options
& DSP_OPT_NOHARDWARE)
in get_features()
727
skb->len, (
dsp_options
& DSP_OPT_ULAW) ? 1 : 0);
in dsp_function()
1123
dsp_options
= options;
in dsp_init()
1179
dsp_silence = (
dsp_options
& DSP_OPT_ULAW) ? 0xff : 0x2a;
in dsp_init()
1180
dsp_audio_law_to_s32 = (
dsp_options
& DSP_OPT_ULAW) ?
in dsp_init()
1185
if (
dsp_options
& DSP_OPT_ULAW)
in dsp_init()
H
A
D
dsp_audio.c
163
if (
dsp_options
& DSP_OPT_ULAW) {
in dsp_audio_generate_s2law_table()
212
if (
dsp_options
& DSP_OPT_ULAW)
in dsp_audio_generate_seven()
224
if (
dsp_options
& DSP_OPT_ULAW)
in dsp_audio_generate_seven()
H
A
D
dsp.h
35
extern int
dsp_options
;
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H
A
D
dsp_core.c
183
int
dsp_options
;
variable
239
if (
dsp_options
& DSP_OPT_NOHARDWARE)
in dsp_rx_off()
648
if (
dsp_options
& DSP_OPT_NOHARDWARE)
in get_features()
727
skb->len, (
dsp_options
& DSP_OPT_ULAW) ? 1 : 0);
in dsp_function()
1122
dsp_options
= options;
in dsp_init()
1174
dsp_silence = (
dsp_options
& DSP_OPT_ULAW) ? 0xff : 0x2a;
in dsp_init()
1175
dsp_audio_law_to_s32 = (
dsp_options
& DSP_OPT_ULAW) ?
in dsp_init()
1180
if (
dsp_options
& DSP_OPT_ULAW)
in dsp_init()
H
A
D
dsp_audio.c
163
if (
dsp_options
& DSP_OPT_ULAW) {
in dsp_audio_generate_s2law_table()
212
if (
dsp_options
& DSP_OPT_ULAW)
in dsp_audio_generate_seven()
224
if (
dsp_options
& DSP_OPT_ULAW)
in dsp_audio_generate_seven()
H
A
D
dsp.h
35
extern int
dsp_options
;
Completed in 5 milliseconds