Home
last modified time | relevance | path

Searched refs:tag_id (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c52 unsigned int tag_id = 0; in save_upper_240kb() local
63 spu_writech(MFC_TagID, tag_id); in save_upper_240kb()
108 unsigned int tag_id = 0; in spill_regs_to_mem() local
119 spu_writech(MFC_TagID, tag_id); in spill_regs_to_mem()
125 unsigned int tag_id = 0; in enqueue_sync() local
131 spu_writech(MFC_TagID, tag_id); in enqueue_sync()
H A Dspu_restore.c36 unsigned int tag_id = 0; in fetch_regs_from_mem() local
43 spu_writech(MFC_TagID, tag_id); in fetch_regs_from_mem()
52 unsigned int tag_id = 0; in restore_upper_240kb() local
63 spu_writech(MFC_TagID, tag_id); in restore_upper_240kb()
H A Dspu_utils.h101 unsigned int tag_id = 0; in enqueue_putllc() local
114 spu_writech(MFC_TagID, tag_id); in enqueue_putllc()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibTag.cpp9252 …check_getID_by_name(char* tag_name, CALIB_IQ_TAG_ID_T parent_tag_id, CALIB_IQ_TAG_ID_T * tag_id ) { in calib_check_getID_by_name() argument
9284 *tag_id = (CALIB_IQ_TAG_ID_T)parent_check_info->checking_tags[i]; in calib_check_getID_by_name()
9310 int calib_check_cell_set_size(CALIB_IQ_TAG_ID_T tag_id, CALIB_IQ_TAG_ID_T parent_tag_id, int size) { in calib_check_cell_set_size() argument
9312 calib_tag_info_t* tag_info = &(g_calib_tag_infos[tag_id]); in calib_check_cell_set_size()
9316 if(tag_id >= CALIB_IQ_TAG_END || parent_tag_id >= CALIB_IQ_TAG_END) { in calib_check_cell_set_size()
9319 parent_tag_id, tag_id, TAG_NAME(tag_id), CALIB_IQ_TAG_END); in calib_check_cell_set_size()
9328 tag_id, TAG_NAME(tag_id), size); in calib_check_cell_set_size()
9333 … __FUNCTION__, __LINE__, parent_tag_id, TAG_NAME(parent_tag_id), tag_id, TAG_NAME(tag_id)); in calib_check_cell_set_size()
9341 if(parent_check_info->checking_tags[i] == tag_id) { in calib_check_cell_set_size()
9362 int calib_check_tag_attrs(CALIB_IQ_TAG_ID_T tag_id, in calib_check_tag_attrs() argument
[all …]
H A DRkAiqCalibTag.h1963 CALIB_IQ_TAG_ID_T *tag_id );
1965 int calib_check_cell_set_size(CALIB_IQ_TAG_ID_T tag_id,
1968 int calib_check_tag_attrs(CALIB_IQ_TAG_ID_T tag_id,
1972 int calib_check_nonleaf_tag_start(CALIB_IQ_TAG_ID_T tag_id,
1974 int calib_check_tag_mark(CALIB_IQ_TAG_ID_T tag_id,
1976 int calib_check_nonleaf_tag_end(CALIB_IQ_TAG_ID_T tag_id);
2012 #define XML_CHECK_TAGID_COMPARE(tag_id) \ argument
2013 cur_tag_id == tag_id
2020 #define XML_CHECK_TOPTAG_MARK(tag_id, type, size) \ argument
2021 XML_CHECK_SET_CUR_ID(tag_id); \
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtqca.c150 u16 tag_id, tag_len; in qca_tlv_check_data() local
211 tag_id = le16_to_cpu(tlv_nvm->tag_id); in qca_tlv_check_data()
215 switch (tag_id) { in qca_tlv_check_data()
H A Dbtqca.h113 __le16 tag_id; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_timesync.c863 uint16 tag_id; in dhd_timesync_handle_fw_timestamp() local
898 bcopy(tag_ptr+check_len, &tag_id, sizeof(uint16)); in dhd_timesync_handle_fw_timestamp()
900 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp()
901 if (tag_id != BCMMSGBUF_FW_CLOCK_INFO_TAG) { in dhd_timesync_handle_fw_timestamp()
903 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_timesync.c863 uint16 tag_id; in dhd_timesync_handle_fw_timestamp() local
898 bcopy(tag_ptr+check_len, &tag_id, sizeof(uint16)); in dhd_timesync_handle_fw_timestamp()
900 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp()
901 if (tag_id != BCMMSGBUF_FW_CLOCK_INFO_TAG) { in dhd_timesync_handle_fw_timestamp()
903 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dspu.h75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py1347 tag_name, tag_id = token.split('#', 1)
1349 return tag.get('id', None) == tag_id
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dfs.c134 #define LAST_FLOW_TAG_FIELD tag_id
517 if (ib_spec->flow_tag.tag_id >= BIT(24)) in parse_flow_attr()
520 flow_context->flow_tag = ib_spec->flow_tag.tag_id; in parse_flow_attr()
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dib_user_verbs.h1014 __u32 tag_id; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Dib_user_verbs.h992 __u32 tag_id; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Dib_user_verbs.h992 __u32 tag_id; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dsur40.c83 __le32 tag_id; /* valid when type == 0x04 (SUR40_TAG) */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_cmd.c2641 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h2014 u32 tag_id; member
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5718 && ((tag == scb->io_ctx->csio.tag_id) in ahc_match_scb()
7855 atio->tag_id = *byte++; in ahc_handle_target_cmd()
H A Daic79xx_core.c7975 && ((tag == scb->io_ctx->csio.tag_id) in ahd_match_scb()
10675 atio->tag_id = *byte++; in ahd_handle_target_cmd()