OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defparams
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/dwc2/
dwc2.c
1277
struct dwc2_core_params
defparams
;
local in function:dwc2_init
1282
dwc2_set_all_params(&
defparams
, -1);
1283
sc->sc_params = &
defparams
;
1289
defparams
.dma_desc_enable = 0;
/src/sys/dev/hdaudio/
hdafg.c
3706
audio_params_t
defparams
;
local in function:hdafg_attach
3835
defparams
.channels = 2;
3836
defparams
.sample_rate = sc->sc_fixed_rate ? sc->sc_fixed_rate : 48000;
3837
defparams
.precision =
defparams
.validbits = 16;
3838
defparams
.encoding = AUDIO_ENCODING_SLINEAR_LE;
3839
sc->sc_pparam = sc->sc_rparam =
defparams
;
Completed in 34 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025