Searched refs:ids (Results 201 - 225 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/
H A Dacpi_processor.c622 .ids = processor_device_ids,
644 .ids = processor_container_ids,
/linux-master/drivers/platform/x86/intel/
H A Dhid.c767 const struct acpi_device_id *ids = context; local
770 if (dev && acpi_match_device_ids(dev, ids) == 0)
/linux-master/drivers/gpu/drm/radeon/
H A Dni_dma.c125 unsigned vm_id = ib->vm ? ib->vm->ids[ib->ring].id : 0;
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge.h302 struct ddb_ids ids; member in struct:ddb_link
/linux-master/ipc/
H A Dmsg.c100 #define msg_ids(ns) ((ns)->ids[IPC_MSG_IDS])
1320 ipc_init_ids(&ns->ids[IPC_MSG_IDS]);
1333 idr_destroy(&ns->ids[IPC_MSG_IDS].ipcs_idr);
1334 rhashtable_destroy(&ns->ids[IPC_MSG_IDS].key_ht);
/linux-master/drivers/char/tpm/
H A Dxen-tpmfront.c414 .ids = tpmfront_ids,
H A Dtpm_tis.c109 list_for_each_entry(id, &dev->pnp.ids, list)
/linux-master/sound/xen/
H A Dxen_snd_front.c356 .ids = xen_drv_ids,
/linux-master/drivers/platform/x86/dell/
H A Ddell-rbtn.c291 .ids = rbtn_ids,
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c11 #include <linux/hid-sensor-ids.h>
/linux-master/include/linux/
H A Dacpi.h711 const struct acpi_device_id *acpi_match_acpi_device(const struct acpi_device_id *ids,
714 const struct acpi_device_id *acpi_match_device(const struct acpi_device_id *ids,
928 const struct acpi_device_id *ids, const struct acpi_device *adev)
934 const struct acpi_device_id *ids, const struct device *dev)
927 acpi_match_acpi_device( const struct acpi_device_id *ids, const struct acpi_device *adev) argument
933 acpi_match_device( const struct acpi_device_id *ids, const struct device *dev) argument
/linux-master/drivers/nvme/host/
H A Dzns.c186 if (ns->head->ids.csi != NVME_CSI_ZNS)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c113 unsigned short *ids = rxq_info->rspq_id; local
157 if (ids)
158 ids[i] = q->rspq.abs_id;
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c107 did = fcport->rdata->ids.port_id;
349 hton24(fh->fh_s_id, fcport->rdata->ids.port_id);
402 port_id = rdata->ids.port_id;
/linux-master/drivers/scsi/
H A Dscsi_transport_srp.c691 * @ids: The port id for the remote port.
696 struct srp_rport_identifiers *ids)
714 memcpy(rport->port_id, ids->port_id, sizeof(rport->port_id));
715 rport->roles = ids->roles;
695 srp_rport_add(struct Scsi_Host *shost, struct srp_rport_identifiers *ids) argument
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7789v.c215 u8 ids[3]; local
220 ret = st7789v_read_data(ctx, MIPI_DCS_GET_DISPLAY_ID, ids, ST7789V_IDS_SIZE);
225 if (ids[i] != st7789v_ids[i]) {
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c234 u64 ids; member in struct:sja1105_status
255 sja1105_unpack(p + 0x1, &status->ids, 29, 29, 4);
373 if (status.ids == 1) {
/linux-master/drivers/input/touchscreen/
H A Dcyttsp5.c296 DECLARE_BITMAP(ids, MAX_CY_TCH_T_IDS);
300 bitmap_zero(ids, MAX_CY_TCH_T_IDS);
325 __set_bit(t, ids);
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py763 autouse=True, scope="class", params=PTHX60_Devices, ids=PTHX60_Names
1029 ids = [ x[0] for x in state ]
1030 self.assert_contacts(uhdev, evdev, ids, t)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nestedv2.c37 u16 ids[] = { local
45 for (int i = 0; i < ARRAY_SIZE(ids); i++)
46 size += kvmppc_gse_total_size(kvmppc_gsid_size(ids[i]));
/linux-master/drivers/iommu/
H A Dvirtio-iommu.c539 probe->endpoint = cpu_to_le32(fwspec->ids[0]);
768 req.endpoint = cpu_to_le32(fwspec->ids[i]);
807 req.endpoint = cpu_to_le32(fwspec->ids[i]);
H A Dipmmu-vmsa.c633 ipmmu_utlb_enable(domain, fwspec->ids[i]);
651 ipmmu_utlb_disable(domain, fwspec->ids[i]);
865 unsigned int utlb = fwspec->ids[i];
/linux-master/tools/perf/tests/
H A Dpmu-events.c919 * Add all ids with a made up value. The value may trigger divide by
1006 * Add all ids with a made up value. The value may
1011 hashmap__for_each_entry(ctx->ids, cur, bkt)
1014 hashmap__for_each_entry(ctx->ids, cur, bkt) {
1028 hashmap__for_each_entry(ctx->ids, cur, bkt)
/linux-master/sound/soc/intel/avs/
H A Dmessages.c750 int avs_ipc_probe_disconnect_points(struct avs_dev *adev, union avs_probe_point_id *ids, argument
756 AVS_PROBE_POINTS_DISCONNECT, (u8 *)ids,
757 array_size(sizeof(*ids), num_ids));
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1378 fc_starget_port_name(starget) = tgt ? tgt->ids.node_name : 0;
1393 fc_starget_port_name(starget) = tgt ? tgt->ids.port_name : 0;
3245 if (crq->wwpn && cpu_to_be64(tgt->ids.port_name) != crq->wwpn)
3247 if (crq->node_name && cpu_to_be64(tgt->ids.node_name) != crq->node_name)
4046 tgt->ids.roles = 0;
4048 tgt->ids.roles |= FC_PORT_ROLE_FCP_TARGET;
4050 tgt->ids.roles |= FC_PORT_ROLE_FCP_INITIATOR;
4161 if (tgt->ids.port_name &&
4162 tgt->ids.port_name != wwn_to_u64(rsp->service_parms.port_name)) {
4167 tgt->ids
[all...]

Completed in 311 milliseconds

1234567891011>>