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:sw_params
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76x02_dfs.c
431
struct mt76x02_dfs_sw_detector_params *
sw_params
;
in mt76x02_dfs_create_sequence()
local
448
sw_params
= &dfs_pd->sw_dpd_params;
in mt76x02_dfs_create_sequence()
472
pri <
sw_params
->min_pri)
in mt76x02_dfs_create_sequence()
475
if (pri >
sw_params
->max_pri)
in mt76x02_dfs_create_sequence()
489
sw_params
->pri_margin);
in mt76x02_dfs_create_sequence()
517
struct mt76x02_dfs_sw_detector_params *
sw_params
;
in mt76x02_dfs_add_event_to_sequence()
local
522
sw_params
= &dfs_pd->sw_dpd_params;
in mt76x02_dfs_add_event_to_sequence()
535
sw_params
->pri_margin);
in mt76x02_dfs_add_event_to_sequence()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76x02_dfs.c
431
struct mt76x02_dfs_sw_detector_params *
sw_params
;
in mt76x02_dfs_create_sequence()
local
448
sw_params
= &dfs_pd->sw_dpd_params;
in mt76x02_dfs_create_sequence()
472
pri <
sw_params
->min_pri)
in mt76x02_dfs_create_sequence()
475
if (pri >
sw_params
->max_pri)
in mt76x02_dfs_create_sequence()
489
sw_params
->pri_margin);
in mt76x02_dfs_create_sequence()
517
struct mt76x02_dfs_sw_detector_params *
sw_params
;
in mt76x02_dfs_add_event_to_sequence()
local
522
sw_params
= &dfs_pd->sw_dpd_params;
in mt76x02_dfs_add_event_to_sequence()
535
sw_params
->pri_margin);
in mt76x02_dfs_add_event_to_sequence()
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H
A
D
pcm-test.c
278
snd_pcm_sw_params_t *
sw_params
;
in test_pcm_time()
local
305
snd_pcm_sw_params_alloca(&
sw_params
);
in test_pcm_time()
407
err = snd_pcm_sw_params_current(handle,
sw_params
);
in test_pcm_time()
417
err = snd_pcm_sw_params_set_start_threshold(handle,
sw_params
, start_threshold);
in test_pcm_time()
422
err = snd_pcm_sw_params_set_avail_min(handle,
sw_params
, rperiod_size);
in test_pcm_time()
427
err = snd_pcm_sw_params(handle,
sw_params
);
in test_pcm_time()
433
ksft_print_msg("%s.%s.%d.%d.%d.%s hw_params.%s.%s.%ld.%ld.%ld.%ld
sw_params
.%ld\n",
in test_pcm_time()
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
pcm_oss.c
850
struct snd_pcm_sw_params *
sw_params
;
in snd_pcm_oss_change_params_locked()
local
862
sw_params
= kzalloc(sizeof(*
sw_params
), GFP_KERNEL);
in snd_pcm_oss_change_params_locked()
865
if (!
sw_params
|| !params || !sparams) {
in snd_pcm_oss_change_params_locked()
1006
sw_params
->start_threshold = 1;
in snd_pcm_oss_change_params_locked()
1008
sw_params
->start_threshold = runtime->boundary;
in snd_pcm_oss_change_params_locked()
1012
sw_params
->stop_threshold = runtime->boundary;
in snd_pcm_oss_change_params_locked()
1014
sw_params
->stop_threshold = runtime->buffer_size;
in snd_pcm_oss_change_params_locked()
1015
sw_params
->tstamp_mode = SNDRV_PCM_TSTAMP_NONE;
in snd_pcm_oss_change_params_locked()
1016
sw_params
in snd_pcm_oss_change_params_locked()
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
pcm_oss.c
861
struct snd_pcm_sw_params *
sw_params
;
in snd_pcm_oss_change_params_locked()
local
873
sw_params
= kzalloc(sizeof(*
sw_params
), GFP_KERNEL);
in snd_pcm_oss_change_params_locked()
876
if (!
sw_params
|| !params || !sparams) {
in snd_pcm_oss_change_params_locked()
1012
sw_params
->start_threshold = 1;
in snd_pcm_oss_change_params_locked()
1014
sw_params
->start_threshold = runtime->boundary;
in snd_pcm_oss_change_params_locked()
1018
sw_params
->stop_threshold = runtime->boundary;
in snd_pcm_oss_change_params_locked()
1020
sw_params
->stop_threshold = runtime->buffer_size;
in snd_pcm_oss_change_params_locked()
1021
sw_params
->tstamp_mode = SNDRV_PCM_TSTAMP_NONE;
in snd_pcm_oss_change_params_locked()
1022
sw_params
in snd_pcm_oss_change_params_locked()
[all...]
Completed in 14 milliseconds