Searched refs:sid (Results 126 - 150 of 259) sorted by relevance

1234567891011

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c889 &cmd->body.target.sid, &res);
922 &cmd->body.src.sid, NULL);
928 &cmd->body.dest.sid, NULL);
979 &cmd->body.src.sid, NULL);
985 &cmd->body.dest.sid, NULL);
997 &cmd->body.srcImage.sid, NULL);
1009 &cmd->body.sid, NULL);
1555 &cmd->body.host.sid, NULL);
1781 user_surface_converter, &cmd->body.sid,
1801 &cmd->body.image.sid, NUL
2468 uint32 sid; member in struct:__anon59
2603 SVGA3dSurfaceId sid; member in union:__anon62::__anon63
[all...]
H A Dvmwgfx_binding.c622 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);
724 cmd->body.sid = bi->res->id;
728 cmd->body.sid = SVGA3D_INVALID_ID;
922 so_buffer->sid = biso->bi.res->id;
926 so_buffer->sid = SVGA3D_INVALID_ID;
1027 vbs->sid = SVGA3D_INVALID_ID;
1031 vbs->sid = biv->bi.res->id;
1294 cmd->body.sid = bi->res->id;
1298 cmd->body.sid = SVGA3D_INVALID_ID;
/linux-master/drivers/scsi/libfc/
H A Dfc_rport.c862 u32 sid; local
864 sid = fc_frame_sid(fp);
866 FC_RPORT_ID_DBG(lport, sid, "Received FLOGI request\n");
881 rdata = fc_rport_lookup(lport, sid);
1850 u32 sid; local
1854 sid = fc_frame_sid(fp);
1856 FC_RPORT_ID_DBG(lport, sid, "Received PLOGI request\n");
1860 FC_RPORT_ID_DBG(lport, sid, "Received PLOGI too short\n");
1868 rdata = fc_rport_create(lport, sid);
2156 u32 sid; local
[all...]
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c81 long long sid; member in struct:q6apm_dai_data
393 if (pdata->sid < 0)
396 prtd->phys = substream->dma_buffer.addr | (pdata->sid << 32);
509 if (pdata->sid < 0)
512 prtd->phys = prtd->dma_buffer.addr | (pdata->sid << 32);
854 pdata->sid = -1;
856 pdata->sid = args.args[0] & SID_MASK_DEFAULT;
H A Dq6asm-dai.c81 long long int sid; member in struct:q6asm_dai_data
435 if (pdata->sid < 0)
438 prtd->phys = substream->dma_buffer.addr | (pdata->sid << 32);
646 if (pdata->sid < 0)
649 prtd->phys = prtd->dma_buffer.addr | (pdata->sid << 32);
1300 pdata->sid = -1;
1302 pdata->sid = args.args[0] & SID_MASK_DEFAULT;
/linux-master/drivers/iio/adc/
H A Dqcom-spmi-adc5.c109 * @sid: slave id of PMIC owning the channel, for PMIC7.
124 unsigned int sid; member in struct:adc5_channel_prop
279 ret = adc5_masked_write(adc, ADC_APP_SID, ADC_APP_SID_MASK, prop->sid);
426 v_channel = (adc->chan_props[i].sid << ADC_CHANNEL_OFFSET) |
636 u32 sid = 0; local
655 /* virtual channel number = sid << 8 | channel number */
658 sid = chan >> ADC_CHANNEL_OFFSET;
669 prop->sid = sid;
/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c56 pr_debug("%s: cmd %p sid %x did %x "
58 caller, cmd, ep->sid, ep->did, ep->oxid, ep->rxid,
149 fc_fill_fc_hdr(fp, FC_RCTL_DD_CMD_STATUS, ep->did, ep->sid, FC_TYPE_FCP,
202 fc_fill_fc_hdr(fp, FC_RCTL_DD_DATA_DESC, ep->did, ep->sid, FC_TYPE_FCP,
/linux-master/drivers/usb/gadget/legacy/
H A Dg_ffs.c403 int sid = USB_GADGET_FIRST_AVAIL_IDX + i; local
405 c->c.label = gfs_strings[sid].s;
406 c->c.iConfiguration = gfs_strings[sid].id;
/linux-master/drivers/video/fbdev/
H A Dhpfb.c381 unsigned int sid; local
408 if (!err && (i == DIO_ID_FBUFFER) && topcat_sid_ok(sid = DIO_SECID(INTFBVADDR))) {
411 printk(KERN_INFO "Internal Topcat found (secondary id %02x)\n", sid);
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c41 static int amd_sfh_wait_response_v2(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts) argument
48 cmd_resp.response_v2.status == 0 && (sid == 0xff ||
49 cmd_resp.response_v2.sensor_id == sid)), 500, 10000000))
/linux-master/include/net/sctp/
H A Dulpevent.h112 __u32 indication, __u32 sid, __u32 seq,
/linux-master/tools/testing/radix-tree/
H A Didr-test.c184 int sid = 0; local
193 ptr = idr_get_next(idr, &sid);
196 BUG_ON(sid != 0);
199 BUG_ON(sid != id);
/linux-master/fs/smb/server/
H A Dsmbacl.h148 struct smb_sid sid; /* ie UUID of user or group who gets these perms */ member in struct:smb_ace
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c42 u16 sid; member in struct:mtk_flow_data::__anon746
355 data.pppoe.sid = act->pppoe.sid;
449 mtk_foe_entry_set_pppoe(eth, &foe, data.pppoe.sid);
/linux-master/drivers/spmi/
H A Dhisi-spmi-controller.c84 void __iomem *base, u8 sid, u16 addr)
90 offset += SPMI_CHANNEL_OFFSET * ctrl_dev->channel + SPMI_SLAVE_OFFSET * sid;
82 spmi_controller_wait_for_done(struct device *dev, struct spmi_controller_dev *ctrl_dev, void __iomem *base, u8 sid, u16 addr) argument
/linux-master/drivers/iommu/
H A Dmsm_iommu.c604 int sid; local
617 for (sid = 0; sid < master->num_mids; sid++)
618 if (master->mids[sid] == spec->args[0]) {
620 sid);
/linux-master/security/selinux/
H A Dselinuxfs.c637 u32 sid, len; local
645 length = security_context_to_sid(buf, size, &sid, GFP_KERNEL);
649 length = security_sid_to_context(sid, &canon, &len);
1066 u32 sid, *sids = NULL; local
1092 length = security_context_str_to_sid(con, &sid, GFP_KERNEL);
1096 length = security_get_user_sids(sid, user, &sids, &nsids);
1369 u32 sid; local
1391 SECCLASS_FILE, &sid);
1393 pr_warn_ratelimited("SELinux: no sid found, defaulting to security isid for %s\n",
1395 sid
1653 u32 sid, len; local
[all...]
/linux-master/fs/nfsd/
H A Dtrace.h734 const struct nfsd4_sessionid *sid =
739 __entry->cl_boot = sid->clientid.cl_boot;
740 __entry->cl_id = sid->clientid.cl_id;
741 __entry->seqno = sid->sequence;
742 __entry->reserved = sid->reserved;
1617 const struct nfsd4_sessionid *sid =
1623 __entry->cl_boot = sid->clientid.cl_boot;
1624 __entry->cl_id = sid->clientid.cl_id;
1625 __entry->seqno = sid->sequence;
1626 __entry->reserved = sid
[all...]
/linux-master/drivers/input/mouse/
H A Delantech.c708 int id, sid; local
714 sid = ((packet[3] & 0xe0) >> 5) - 1;
732 if (sid >= 0 && sid < ETP_MAX_FINGERS) {
733 etd->mt[sid].x += delta_x2 * weight;
734 etd->mt[sid].y -= delta_y2 * weight;
735 input_mt_slot(dev, sid);
736 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[sid].x);
737 input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[sid].y);
/linux-master/drivers/accel/ivpu/
H A Divpu_mmu.c636 static void ivpu_mmu_strtab_link_cd(struct ivpu_device *vdev, u32 sid) argument
641 u64 *entry = strtab->base + (sid * IVPU_MMU_STRTAB_ENT_SIZE);
666 ivpu_dbg(vdev, MMU, "STRTAB write entry (SSID=%u): 0x%llx, 0x%llx\n", sid, str[0], str[1]);
875 u32 sid = event[1]; local
878 op, ivpu_mmu_event_to_str(op), ssid, sid, event[2], event[3], in_addr, fetch_addr);
/linux-master/drivers/perf/
H A Darm_smmuv3_pmu.c303 int idx, u32 span, u32 sid)
310 smmu_pmu_set_smr(smmu_pmu, idx, sid);
329 u32 span, sid; local
335 sid = filter_en ? get_filter_stream_id(event) :
344 smmu_pmu_set_event_filter(event, idx, span, sid);
302 smmu_pmu_set_event_filter(struct perf_event *event, int idx, u32 span, u32 sid) argument
/linux-master/tools/perf/util/
H A Dsession.c1479 struct perf_sample_id *sid = evlist__id2sid(evlist, v->id); local
1482 if (sid) {
1484 sample->period = v->value - sid->period;
1485 sid->period = v->value;
1488 if (!sid || sid->evsel == NULL) {
1500 evsel = container_of(sid->evsel, struct evsel, core);
2872 struct perf_sample_id *sid; local
2888 sid = evlist__id2sid(evlist, e->id);
2889 if (!sid)
[all...]
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh210 sid=$(devlink -j region new $DL_HANDLE/dummy | jq '.[][][][]')
215 devlink region dump $DL_HANDLE/dummy snapshot $sid >> /dev/null
218 devlink region del $DL_HANDLE/dummy snapshot $sid
/linux-master/drivers/target/iscsi/
H A Discsi_target_login.c189 "Discovery" : "Normal", sess->sid,
784 sess->sid = tpg->sid++;
785 if (!sess->sid)
786 sess->sid = tpg->sid++;
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c312 int sid = tdc->slave_id; local
319 if (test_and_set_bit(sid, &tdma->sid_m2d_reserved)) {
325 if (test_and_set_bit(sid, &tdma->sid_d2m_reserved)) {
342 int sid = tdc->slave_id; local
346 clear_bit(sid, &tdma->sid_m2d_reserved);
349 clear_bit(sid, &tdma->sid_d2m_reserved);

Completed in 416 milliseconds

1234567891011