Home
last modified time | relevance | path

Searched refs:table (Results 1 - 15 of 15) sorted by relevance

/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c381 const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) in UsbDdkPnpLoaderParseIdInfClass()
383 table->interfaceClassMask = 0; in UsbDdkPnpLoaderParseIdInfClass()
384 table->interfaceClassLength = devResIface->GetElemNum(node, "interfaceClass"); in UsbDdkPnpLoaderParseIdInfClass()
385 if (table->interfaceClassLength <= 0) { in UsbDdkPnpLoaderParseIdInfClass()
386 HDF_LOGE("%s: read interfaceClass length=%d fail!", __func__, table->interfaceClassLength); in UsbDdkPnpLoaderParseIdInfClass()
389 if (devResIface->GetUint8Array(node, "interfaceClass", table->interfaceClass, table->interfaceClassLength, 0) != in UsbDdkPnpLoaderParseIdInfClass()
394 if (!(table->matchFlag & USB_PNP_NOTIFY_MATCH_INT_CLASS)) { in UsbDdkPnpLoaderParseIdInfClass()
395 table->interfaceClassLength = 0; in UsbDdkPnpLoaderParseIdInfClass()
398 table in UsbDdkPnpLoaderParseIdInfClass()
380 UsbDdkPnpLoaderParseIdInfClass(const struct DeviceResourceNode *node, const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) UsbDdkPnpLoaderParseIdInfClass() argument
416 UsbDdkPnpLoaderParseIdInferface(const struct DeviceResourceNode *node, const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) UsbDdkPnpLoaderParseIdInferface() argument
456 UsbDdkPnpLoaderParseIdDevice(const struct DeviceResourceNode *node, const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) UsbDdkPnpLoaderParseIdDevice() argument
497 UsbDdkPnpLoaderParseIdTable(const struct DeviceResourceNode *node, const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) UsbDdkPnpLoaderParseIdTable() argument
[all...]
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp224 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, in JpegDhtAssemble() argument
237 for (size_t i = 0; i < table.size(); i++) { in JpegDhtAssemble()
238 if (!table[i].tableFlag) { in JpegDhtAssemble()
252 auto ret = memcpy_s(buffer + curPos, table[i].bits.size(), table[i].bits.data(), table[i].bits.size()); in JpegDhtAssemble()
259 curPos += table[i].bits.size(); in JpegDhtAssemble()
261 ret = memcpy_s(buffer + curPos, table[i].huffVal.size(), table[i].huffVal.data(), table[ in JpegDhtAssemble()
513 CodecJpegQuantTable table; DessambleDqt() local
548 CodecJpegHuffTable table; DessambleDht() local
[all...]
/drivers/peripheral/clearplay/hdi_service/common/
H A Dbase64_utils.cpp69 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local
78 charArrayFour[index] = table[index]; in MakeCharFour()
85 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local
94 charArrayThree[index] = table[index]; in MakeCharTree()
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_session_callback.h39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
42 goto table; \
H A Dioem_certificate.h39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
42 goto table; \
H A Dimedia_decrypt_module.h37 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
40 goto table; \
H A Dimedia_key_system_callback.h38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
41 goto table; \
H A Dimedia_key_system_factory.h39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
42 goto table; \
H A Dimedia_key_system.h43 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
46 goto table; \
H A Dimedia_key_session.h42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
45 goto table; \
H A Dmedia_key_system_types.h38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
41 goto table; \
/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h44 int32_t (*pollEvent)(struct UartHost *host, void *filep, void *table);
136 static inline int32_t UartHostPollEvent(struct UartHost *host, void *filep, void *table) in UartHostPollEvent() argument
141 return host->method->pollEvent(host, filep, table); in UartHostPollEvent()
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c197 static int uartdev_poll(struct file *filep, poll_table *table) in uartdev_poll() argument
208 return UartHostPollEvent(host, filep, table); in uartdev_poll()
/drivers/peripheral/codec/test/demo/jpeg/include/
H A Dcodec_jpeg_helper.h49 int32_t JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos,
/drivers/hdf_core/adapter/platform/uart/
H A Duart_gr5xx.c476 static int32_t UartHostDevPollEvent(struct UartHost *host, void *filep, void *table) in UartHostDevPollEvent() argument
480 (void)table; in UartHostDevPollEvent()

Completed in 7 milliseconds