/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | event_log.h | 184 * The FAST versions check the enable of the tag before evaluating the arguments and calling the 187 * if this tag is disabled. 217 #define EVENT_LOG_FAST(tag, fmt, ...) 218 #define EVENT_LOG_COMPACT(tag, fmt, ...) 220 #define EVENT_LOG_CAST(tag, fmt, ...) 221 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) 222 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) 224 #define EVENT_LOG_CAST_PAREN_ARGS(tag, pargs) 225 #define EVENT_LOG_FAST_CAST_PAREN_ARGS(tag, pargs) 226 #define EVENT_LOG_COMPACT_CAST_PAREN_ARGS(tag, parg [all...] |
H A D | bcmbloom.h | 46 typedef uint (*bcm_bloom_hash_t)(void* ctx, uint idx, const uint8 *tag, uint len); 62 /* check if given tag is member of the filter. If buf is NULL and/or buf_len is 0 67 const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len); 70 int bcm_bloom_add_member(bcm_bloom_filter_t *filter, const uint8 *tag, uint tag_len);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_wlfc.h | 635 #define DHD_PKTTAG_WLFCPKT_SET(tag, value) ((dhd_pkttag_t*)(tag))->if_flags = \ 636 (((dhd_pkttag_t*)(tag))->if_flags & \ 639 #define DHD_PKTTAG_WLFCPKT(tag) ((((dhd_pkttag_t*)(tag))->if_flags >> \ 644 #define DHD_PKTTAG_EXEMPT_SET(tag, value) ((dhd_pkttag_t*)(tag))->if_flags = \ 645 (((dhd_pkttag_t*)(tag))->if_flags & \ 648 #define DHD_PKTTAG_EXEMPT(tag) ((((dhd_pkttag_t*)(tag)) [all...] |
H A D | dhd_flowring.h | 178 #define DHD_PKTTAG_SET_IFID(tag, idx) ((tag)->ifid = (uint16)(idx)) 179 #define DHD_PKTTAG_SET_PA(tag, pa) ((tag)->physaddr = (pa)) 180 #define DHD_PKTTAG_SET_PA_LEN(tag, palen) ((tag)->pa_len = (palen)) 181 #define DHD_PKTTAG_IFID(tag) ((tag)->ifid) 182 #define DHD_PKTTAG_PA(tag) ((tag) [all...] |
H A D | dhd_linux.h | 207 #define DHD_LB_TX_PKTTAG_SET_NETDEV(tag, netdevp) ((tag)->net = netdevp) 208 #define DHD_LB_TX_PKTTAG_NETDEV(tag) ((tag)->net) 210 #define DHD_LB_TX_PKTTAG_SET_IFIDX(tag, ifidx) ((tag)->ifidx = ifidx) 211 #define DHD_LB_TX_PKTTAG_IFIDX(tag) ((tag)->ifidx)
|
H A D | bcmbloom.c | 169 const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) in bcm_bloom_is_member() 174 if (!tag || (tag_len == 0)) /* empty tag is always a member */ in bcm_bloom_is_member() 190 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_is_member() 206 bcm_bloom_add_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len) in bcm_bloom_add_member() argument 210 if (!bp || !tag || (tag_len == 0)) in bcm_bloom_add_member() 220 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_add_member() 168 bcm_bloom_is_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) bcm_bloom_is_member() argument
|
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
H A D | log.h | 41 #define LZ_HARDWARE_LOGV(tag, fmt, arg...) LZ_PRINTF(LZ_HARDWARE_LOGV_LEVEL, "[" tag ":V]" fmt "\n", ##arg) 42 #define LZ_HARDWARE_LOGD(tag, fmt, arg...) LZ_PRINTF(LZ_HARDWARE_LOGD_LEVEL, BLUE "[" tag ":D]" fmt "\n" NONE, ##arg) 43 #define LZ_HARDWARE_LOGI(tag, fmt, arg...) LZ_PRINTF(LZ_HARDWARE_LOGI_LEVEL, BROWN "[" tag ":I]" fmt "\n" NONE, ##arg) 44 #define LZ_HARDWARE_LOGW(tag, fmt, arg...) LZ_PRINTF(LZ_HARDWARE_LOGW_LEVEL, GREEN "[" tag ":W]" fmt "\n" NONE, ##arg) 45 #define LZ_HARDWARE_LOGE(tag, fmt, arg...) LZ_PRINTF(LZ_HARDWARE_LOGE_LEVEL, RED "[" tag " [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/ |
H A D | cqhci-core.c | 36 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() argument 38 return cq_host->desc_base + (tag * cq_host->slot_sz); in get_desc() 41 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc() argument 43 u8 *desc = get_desc(cq_host, tag); in get_link_desc() 48 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma() argument 51 (cq_host->mmc->max_segs * tag * in get_trans_desc_dma() 55 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc() argument 58 (cq_host->trans_desc_len * cq_host->mmc->max_segs * tag); in get_trans_desc() 61 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc() argument 66 link_temp = get_link_desc(cq_host, tag); in setup_trans_desc() 414 cqhci_prep_task_desc(struct mmc_request *mrq, struct cqhci_host *cq_host, int tag) cqhci_prep_task_desc() argument 491 cqhci_prep_tran_desc(struct mmc_request *mrq, struct cqhci_host *cq_host, int tag) cqhci_prep_tran_desc() argument 587 int tag = cqhci_tag(mrq); cqhci_request() local 689 int tag; cqhci_error_irq() local 770 cqhci_finish_mrq(struct mmc_host *mmc, unsigned int tag) cqhci_finish_mrq() argument 808 unsigned long tag = 0, comp_status; cqhci_irq() local 882 int tag = cqhci_tag(mrq); cqhci_timeout() local 1008 cqhci_recover_mrq(struct cqhci_host *cq_host, unsigned int tag) cqhci_recover_mrq() argument [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Log.c | 37 void _Rockchip_OSAL_Log(ROCKCHIP_LOG_LEVEL logLevel, OMX_U32 flag, const char *tag, const char *msg, ...) in _Rockchip_OSAL_Log() argument 65 HDF_LOGD("%{public}s %{public}s", tag, str); in _Rockchip_OSAL_Log() 75 HDF_LOGD("%{public}s %{public}s", tag, str); in _Rockchip_OSAL_Log() 85 HDF_LOGI("%{public}s %{public}s", tag, str); in _Rockchip_OSAL_Log() 94 HDF_LOGW("%{public}s %{public}s", tag, str); in _Rockchip_OSAL_Log() 103 HDF_LOGE("%{public}s %{public}s", tag, str); in _Rockchip_OSAL_Log()
|
H A D | Rockchip_OSAL_Memory.c | 36 const char *tag, in Rockchip_OSAL_Malloc_With_Caller() 41 omx_dbg_f(OMX_DBG_MALLOC, "tag: %s, caller: %s(%d), malloc count: %d", in Rockchip_OSAL_Malloc_With_Caller() 42 tag, caller, (int)line, mem_cnt); in Rockchip_OSAL_Malloc_With_Caller() 55 const char *tag, in Rockchip_OSAL_Free_With_Caller() 61 omx_dbg_f(OMX_DBG_MALLOC, "tag: %s, caller: %s(%d), free count: %d", in Rockchip_OSAL_Free_With_Caller() 62 tag, caller, (int)line, mem_cnt); in Rockchip_OSAL_Free_With_Caller() 34 Rockchip_OSAL_Malloc_With_Caller( OMX_U32 size, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Malloc_With_Caller() argument 53 Rockchip_OSAL_Free_With_Caller( OMX_PTR addr, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Free_With_Caller() argument
|
H A D | Rockchip_OSAL_Memory.h | 52 const char *tag, 57 const char *tag,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_irq_linux.c | 36 static void *kbase_tag(void *ptr, u32 tag) in kbase_tag() argument 38 return (void *)(((uintptr_t)ptr) | tag); in kbase_tag() 329 static int kbasep_common_test_interrupt(struct kbase_device *const kbdev, u32 tag) in kbasep_common_test_interrupt() argument 338 switch (tag) { in kbasep_common_test_interrupt() 360 if (kbdev->irqs[tag].irq) { in kbasep_common_test_interrupt() 362 if (kbase_set_custom_irq_handler(kbdev, test_handler, tag) != 0) { in kbasep_common_test_interrupt() 378 dev_err(kbdev->dev, "Interrupt %d (index %d) didn't reach CPU.\n", kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() 381 dev_dbg(kbdev->dev, "Interrupt %d (index %d) reached CPU.\n", kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_irq_linux.c | 29 static void *kbase_tag(void *ptr, u32 tag) in kbase_tag() argument 31 return (void *)(((uintptr_t)ptr) | tag); in kbase_tag() 289 static int kbasep_common_test_interrupt(struct kbase_device *const kbdev, u32 tag) in kbasep_common_test_interrupt() argument 298 switch (tag) { in kbasep_common_test_interrupt() 320 if (kbdev->irqs[tag].irq) { in kbasep_common_test_interrupt() 322 if (kbase_set_custom_irq_handler(kbdev, test_handler, tag) != 0) { in kbasep_common_test_interrupt() 338 dev_err(kbdev->dev, "Interrupt %d (index %d) didn't reach CPU.\n", kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() 341 dev_dbg(kbdev->dev, "Interrupt %d (index %d) reached CPU.\n", kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_irq_linux.c | 35 static void *kbase_tag(void *ptr, u32 tag) in kbase_tag() argument 37 return (void *)(((uintptr_t) ptr) | tag); in kbase_tag() 331 struct kbase_device * const kbdev, u32 tag) in kbasep_common_test_interrupt() 340 switch (tag) { in kbasep_common_test_interrupt() 362 if (kbdev->irqs[tag].irq) { in kbasep_common_test_interrupt() 364 if (kbase_set_custom_irq_handler(kbdev, test_handler, tag) != 0) { in kbasep_common_test_interrupt() 386 kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() 390 kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() 330 kbasep_common_test_interrupt( struct kbase_device * const kbdev, u32 tag) kbasep_common_test_interrupt() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_irq_linux.c | 31 static void *kbase_tag(void *ptr, u32 tag) in kbase_tag() argument 33 return (void *)(((uintptr_t) ptr) | tag); in kbase_tag() 298 struct kbase_device * const kbdev, u32 tag) in kbasep_common_test_interrupt() 307 switch (tag) { in kbasep_common_test_interrupt() 329 if (kbdev->irqs[tag].irq) { in kbasep_common_test_interrupt() 331 if (kbase_set_custom_irq_handler(kbdev, test_handler, tag) != 0) { in kbasep_common_test_interrupt() 353 kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() 357 kbdev->irqs[tag].irq, tag); in kbasep_common_test_interrupt() 297 kbasep_common_test_interrupt( struct kbase_device * const kbdev, u32 tag) kbasep_common_test_interrupt() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ccm.h | 127 * \note The tag is written to a separate buffer. To concatenate 128 * the \p tag with the \p output, as done in <em>RFC-3610: 130 * \p tag = \p output + \p length, and make sure that the 152 * \param tag The buffer holding the authentication field. This must be a 164 unsigned char *tag, size_t tag_len ); 169 * \note The tag is written to a separate buffer. To concatenate 170 * the \p tag with the \p output, as done in <em>RFC-3610: 172 * \p tag = \p output + \p length, and make sure that the 175 * \note When using this function in a variable tag length context, 176 * the tag lengt [all...] |
H A D | gcm.h | 72 unsigned char base_ectr[16]; /*!< The first ECTR for tag. */ 128 * authentication tag and does not verify that the data is 137 * authentication tag is written to \p tag. 140 * authentication tag is written to \p tag. 159 * \param tag_len The length of the tag to generate. 160 * \param tag The buffer for holding the tag. This must be a readable 180 unsigned char *tag ); [all...] |
H A D | asn1.h | 52 #define MBEDTLS_ERR_ASN1_UNEXPECTED_TAG -0x0062 /**< ASN1 tag was of an unexpected value. */ 66 * - 0x02 -- tag indicating INTEGER 93 * Bit masks for each of the components of an ASN.1 tag as specified in 136 int tag; /**< ASN1 type, e.g. MBEDTLS_ASN1_UTF8_STRING. */ member 192 * \brief Get the tag and length of the tag. Check for the requested tag. 193 * Updates the pointer to immediately behind the tag and length. 198 * \param tag The expected tag [all...] |
H A D | asn1write.h | 63 * \brief Write an ASN.1 tag in ASN.1 format. 69 * \param tag The tag to write. 75 unsigned char tag ); 112 * \brief Write a NULL tag (#MBEDTLS_ASN1_NULL) with zero data 126 * \brief Write an OID tag (#MBEDTLS_ASN1_OID) and data 163 * \brief Write a boolean tag (#MBEDTLS_ASN1_BOOLEAN) and value 179 * \brief Write an int tag (#MBEDTLS_ASN1_INTEGER) and value 195 * string encoding tag. 201 * \param tag Th [all...] |
H A D | chachapoly.h | 111 * authentication tag and compared it in constant time to the 112 * tag received with the ciphertext. 255 * generates the MAC (authentication tag). 295 * \param tag The buffer to where the computed 128-bit (16 bytes) MAC 308 unsigned char tag[16] ); 323 * \param tag The buffer holding the authentication tag. 340 const unsigned char tag[16],
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
H A D | ext_aead.c | 33 hi_u32 tag[AEAD_TAG_SIZE / WORD_WIDTH]; /* aead tag */ member 155 hi_s32 ext_mbedtls_aead_get_tag(hi_void *ctx, hi_u32 tag[AEAD_TAG_SIZE_IN_WORD], hi_u32 *taglen) in ext_mbedtls_aead_get_tag() argument 164 hi_log_debug("tag buffer len %u, tag len %u\n", *taglen, aead->tlen); in ext_mbedtls_aead_get_tag() 168 if (memcpy_s(tag, AEAD_TAG_SIZE, aead->tag, aead->tlen) != EOK) { in ext_mbedtls_aead_get_tag() 266 aead->alen, crypto_mem_virt(&mem.in), crypto_mem_virt(&mem.out), (hi_u8 *)aead->tag, aead->tlen); in ext_mbedtls_aead_ccm_crypto() 272 aead->alen, crypto_mem_virt(&mem.in), crypto_mem_virt(&mem.out), (hi_u8 *)aead->tag, aead->tlen); in ext_mbedtls_aead_ccm_crypto() 336 ret = mbedtls_gcm_finish(gcm, (hi_u8 *)aead->tag, aea in ext_mbedtls_aead_gcm_crypto() [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_buffer_impl.h | 82 char tag[MPP_TAG_SIZE]; member 115 char tag[MPP_TAG_SIZE]; member 170 * mpp_buffer_create : create a unused buffer with parameter tag/size/data 195 MPP_RET mpp_buffer_create(const char *tag, const char *caller, \ 203 MPP_RET mpp_buffer_group_init(MppBufferGroupImpl **group, const char *tag, \
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | mtd_vendor_storage.c | 26 u32 tag;
member 40 u32 tag;
member 147 if (bytes_read == sizeof(*g_vendor) && g_vendor->tag == MTD_VENDOR_TAG &&
in mtd_vendor_storage_init() 163 if (!err && bytes_read == sizeof(*g_vendor) && g_vendor->tag == 0xFFFFFFFF &&
in mtd_vendor_storage_init() 178 if (bytes_read == sizeof(*g_vendor) && g_vendor->tag == MTD_VENDOR_TAG &&
in mtd_vendor_storage_init() 187 g_vendor->tag = MTD_VENDOR_TAG;
in mtd_vendor_storage_init() 325 if (v_req->tag == VENDOR_REQ_TAG) {
in vendor_storage_ioctl() 336 if (v_req->tag == VENDOR_REQ_TAG && (v_req->len < 0x1000 - 0x08)) {
in vendor_storage_ioctl()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_log.h | 86 void _mpp_log_l(int level, const char *tag, const char *fmt, const char *func, ...); 92 void _mpp_log(const char *tag, const char *fmt, const char *func, ...); 93 void _mpp_err(const char *tag, const char *fmt, const char *func, ...);
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem_lowlevel.h | 88 * there is no tag info present, the lower order 12 bits will be 0 107 * as_tagged_tag - Form the tagged address by storing the tag or metadata in the 110 * @tag: tag to be stored along with the physical address. 112 * The tag info is used while freeing up the pages 114 * Return: tagged address storing physical address & tag. 116 static inline struct tagged_addr as_tagged_tag(phys_addr_t phys, int tag) in as_tagged_tag() argument 120 t.tagged_addr = (phys & PAGE_MASK) | (tag & ~PAGE_MASK); in as_tagged_tag() 127 * @t: tagged address storing the tag in the lower order bits. 140 * @t: tagged address storing the tag i [all...] |