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:cardType
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H
A
D
alsa_soundcard.c
156
enum SndCardType
cardType
= SND_CARD_UNKNOWN;
in CfgDumpAdapterInfo()
local
160
cardType
= SND_CARD_PRIMARY;
in CfgDumpAdapterInfo()
162
cardType
= SND_CARD_HDMI;
in CfgDumpAdapterInfo()
164
cardType
= SND_CARD_USB;
in CfgDumpAdapterInfo()
166
cardType
= SND_CARD_BT;
in CfgDumpAdapterInfo()
169
if (
cardType
== SND_CARD_UNKNOWN) {
in CfgDumpAdapterInfo()
173
int32_t idx = g_alsaAdapterList[
cardType
].num;
in CfgDumpAdapterInfo()
174
int32_t ret = memcpy_s((void*)&g_alsaAdapterList[
cardType
].list[idx], sizeof(struct AlsaAdapterCfgInfo),
in CfgDumpAdapterInfo()
180
g_alsaAdapterList[
cardType
].num++;
in CfgDumpAdapterInfo()
183
g_alsaAdapterList[
cardType
]
in CfgDumpAdapterInfo()
468
enum SndCardType
cardType
= CfgGetAdapterCardType(adapterName);
SndMatchSelAdapter()
local
[all...]
H
A
D
vendor_render.c
217
if (cardIns->
cardType
== SND_CARD_PRIMARY) {
in RenderOverrideFunc()
H
A
D
vendor_capture.c
205
if (cardIns->
cardType
== SND_CARD_PRIMARY) {
in CaptureOverrideFunc()
/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H
A
D
alsa_soundcard.h
83
enum SndCardType
cardType
;
member
/drivers/hdf_core/framework/model/storage/src/mmc/
H
A
D
mmc_protocol.c
850
uint8_t
cardType
= extCsd->rawCardType & EMMC_EXT_CSD_CARD_TYPE_MASK;
in EmmcDecodeExtCsdCardType()
local
852
switch (
cardType
) {
in EmmcDecodeExtCsdCardType()
858
extCsd->
cardType
= EMMC_EXT_CSD_CARD_TYPE_SDR_200;
in EmmcDecodeExtCsdCardType()
865
extCsd->
cardType
= EMMC_EXT_CSD_CARD_TYPE_SDR_1_2V;
in EmmcDecodeExtCsdCardType()
872
extCsd->
cardType
= EMMC_EXT_CSD_CARD_TYPE_SDR_1_8V;
in EmmcDecodeExtCsdCardType()
876
extCsd->
cardType
= EMMC_EXT_CSD_CARD_TYPE_DDR_52;
in EmmcDecodeExtCsdCardType()
880
extCsd->
cardType
= EMMC_EXT_CSD_CARD_TYPE_DDR_1_2V;
in EmmcDecodeExtCsdCardType()
884
extCsd->
cardType
= EMMC_EXT_CSD_CARD_TYPE_DDR_1_8V;
in EmmcDecodeExtCsdCardType()
1081
uint32_t
cardType
= emmcDev->emmcReg.extCsd.
cardType
;
in EmmcSwitchVoltage()
local
[all...]
/drivers/hdf_core/framework/model/storage/include/mmc/
H
A
D
mmc_protocol.h
596
uint32_t hsMaxDtr; /* high-speed max data transfer rate, according to
cardType
*/
598
uint32_t
cardType
; /* see rawCardType */
member
Completed in 9 milliseconds