Home
last modified time | relevance | path

Searched refs:targetId (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.hpp133 BackendWrapper(int backendId, int targetId);
142 BackendWrapper(int targetId, const cv::Mat& m);
169 int targetId; //!< Target identifier. member in cv::dnn::BackendWrapper
295 int targetId) const;
511 CV_WRAP void setPreferableTarget(int targetId);
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h861 __le16 targetId; member
969 u8 targetId; member
H A Dmegaraid_sas_base.c2547 if (newmap->ref.targetId == in megasas_get_ld_vf_affiliation_12()
2548 savedmap->ref.targetId) { in megasas_get_ld_vf_affiliation_12()
2575 if (savedmap->ref.targetId == in megasas_get_ld_vf_affiliation_12()
2576 newmap->ref.targetId) { in megasas_get_ld_vf_affiliation_12()
4794 ids = ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list()
4795 instance->ld_ids[ids] = ci->ldList[ld_index].ref.targetId; in megasas_get_ld_list()
4912 ids = ci->targetId[ld_index]; in megasas_ld_list_query()
4913 instance->ld_ids[ids] = ci->targetId[ld_index]; in megasas_ld_list_query()
4916 ld_index, ci->targetId[ld_index]); in megasas_ld_list_query()
6726 u16 targetId = ((sdev->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + in megasas_get_target_prop() local
[all …]
H A Dmegaraid_sas.h762 u8 targetId; member
787 u8 targetId[MAX_LOGICAL_DRIVES_EXT]; member
2493 u8 targetId; member
H A Dmegaraid_sas_fp.c140 return le16_to_cpu(map->raidMap.ldSpanMap[ld].ldRaid.targetId); in MR_GetLDTgtId()
1162 pRAID_Context->virtual_disk_tgt_id = raid->targetId; in MR_BuildRaidContext()
H A Dmegaraid_sas_fusion.c1495 ld_sync->targetId = MR_GetLDTgtId(i, map); in megasas_sync_map_info()