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:bRefresh
(Results
1 - 6
of
6
) sorted by relevance
/drivers/external_device_manager/interfaces/ddk/usb/
H
A
D
usb_ddk_types.h
181
uint8_t
bRefresh
;
member
/drivers/hdf_core/framework/model/audio/sapm/src/
H
A
D
audio_sapm.c
35
static int32_t AudioSapmRefreshTime(struct AudioCard *audioCard, bool
bRefresh
);
1486
static int32_t AudioSapmRefreshTime(struct AudioCard *audioCard, bool
bRefresh
)
in AudioSapmRefreshTime()
argument
1493
if (
bRefresh
) {
in AudioSapmRefreshTime()
/drivers/hdf_core/framework/model/audio/usb/src/
H
A
D
audio_usb_dma_ops.c
239
if (epDesc->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && epDesc->
bRefresh
>= SYNC_REFRESH_1 &&
in AudioUsbEndpointInit()
240
epDesc->
bRefresh
<= SYNC_REFRESH_9) {
in AudioUsbEndpointInit()
241
ep->syncInterval = epDesc->
bRefresh
;
in AudioUsbEndpointInit()
/drivers/peripheral/usb/interfaces/ddk/common/
H
A
D
usb_ddk.h
214
uint8_t
bRefresh
;
member
/drivers/peripheral/usb/net/src/
H
A
D
usb_net_host.c
870
HARCH_INFO_PRINT("
bRefresh
= %{public}d",
in UsbnetHostPrintConfigDescriptor()
871
tmpConfig->interface[i]->altsetting[j].endPoint[k].endpointDescriptor.
bRefresh
);
in UsbnetHostPrintConfigDescriptor()
/drivers/peripheral/usb/ddk/device/src/
H
A
D
usbfn_cfg_mgr.c
325
if (drsOps->GetUint8(node, ENDPOINT_REFRESH, &desc->
bRefresh
, 0) != HDF_SUCCESS ||
in UsbFnCfgMgrParseEndpointDesc()
Completed in 9 milliseconds