/drivers/hdf_core/framework/model/usb/src/ |
H A D | usb_ddk_pnp_loader.c | 381 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 D | codec_jpeg_helper.cpp | 224 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 D | base64_utils.cpp | 69 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 D | imedia_key_session_callback.h | 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 42 goto table; \
|
H A D | ioem_certificate.h | 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 42 goto table; \
|
H A D | imedia_decrypt_module.h | 37 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 40 goto table; \
|
H A D | imedia_key_system_callback.h | 38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 41 goto table; \
|
H A D | imedia_key_system_factory.h | 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 42 goto table; \
|
H A D | imedia_key_system.h | 43 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 46 goto table; \
|
H A D | imedia_key_session.h | 42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 45 goto table; \
|
H A D | media_key_system_types.h | 38 #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 D | uart_core.h | 44 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 D | uart_dev.c | 197 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 D | codec_jpeg_helper.h | 49 int32_t JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos,
|
/drivers/hdf_core/adapter/platform/uart/ |
H A D | uart_gr5xx.c | 476 static int32_t UartHostDevPollEvent(struct UartHost *host, void *filep, void *table) in UartHostDevPollEvent() argument 480 (void)table; in UartHostDevPollEvent()
|