Home
last modified time | relevance | path

Searched defs:funcs (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_function_test.cpp156 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM; variable
185 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_HDC; variable
200 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_HDC; variable
243 int32_t funcs = USB_FUNCTION_RNDIS | USB_FUNCTION_HDC; variable
258 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC; variable
273 int32_t funcs = USB_FUNCTION_MTP; variable
288 int32_t funcs = USB_FUNCTION_PTP; variable
303 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_HDC; variable
318 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_HDC; variable
333 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_RNDIS; variable
[all …]
/drivers/peripheral/display/hal/default/
Ddisplay_gfx.c21 int32_t GfxInitialize(GfxFuncs **funcs) in GfxInitialize()
32 int32_t GfxUninitialize(GfxFuncs *funcs) in GfxUninitialize()
Ddisplay_gralloc.c340 int32_t GrallocInitialize(GrallocFuncs **funcs) in GrallocInitialize()
368 int32_t GrallocUninitialize(GrallocFuncs *funcs) in GrallocUninitialize()
Ddisplay_layer.c428 int32_t LayerInitialize(LayerFuncs **funcs) in LayerInitialize()
459 int32_t LayerUninitialize(LayerFuncs *funcs) in LayerUninitialize()
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Ddisplay_gralloc.cpp64 int32_t GrallocInitialize(GrallocFuncs **funcs) in GrallocInitialize()
90 int32_t GrallocUninitialize(GrallocFuncs *funcs) in GrallocUninitialize()
/drivers/peripheral/usb/hdi_service/src/
Dusbd_function.cpp309 int32_t UsbdFunction::SetDDKFunction(uint32_t funcs) in SetDDKFunction()
380 int32_t UsbdFunction::UsbdEnableDevice(int32_t funcs) in UsbdEnableDevice()
490 int32_t UsbdFunction::UsbdInitDDKFunction(uint32_t funcs) in UsbdInitDDKFunction()
529 int32_t UsbdFunction::UsbdSetKernelFunction(int32_t kfuns, int32_t funcs) in UsbdSetKernelFunction()
559 int32_t UsbdFunction::UsbdSetFunction(uint32_t funcs) in UsbdSetFunction()
612 int32_t UsbdFunction::UsbdUpdateFunction(uint32_t funcs) in UsbdUpdateFunction()
Dusb_impl.cpp1962 int32_t UsbImpl::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions()
1968 int32_t UsbImpl::SetCurrentFunctions(int32_t funcs) in SetCurrentFunctions()
/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
Ddisplay_layer_video.cpp104 int32_t LayerInitialize(LayerFuncs **funcs) in LayerInitialize()
125 int32_t LayerUninitialize(LayerFuncs *funcs) in LayerUninitialize()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_session.cpp323 int32_t DeviceInitialize(DeviceFuncs **funcs) in DeviceInitialize()
359 int32_t DeviceUninitialize(DeviceFuncs *funcs) in DeviceUninitialize()
367 int32_t LayerInitialize(LayerFuncs **funcs) in LayerInitialize()
392 int32_t LayerUninitialize(LayerFuncs *funcs) in LayerUninitialize()
/drivers/peripheral/usb/test/benchmarktest/
Dusb_benchmark_function_test.cpp68 int32_t funcs = USB_FUNCTION_NONE; in BENCHMARK_F() local
/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_protocol.c3900 static int32_t SdioAddFunctions(struct MmcCntlr *cntlr, uint32_t funcs) in SdioAddFunctions()