Searched refs:identifier (Results 26 - 50 of 84) sorted by path

1234

/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.c274 return sysfs_emit(page, "%s\n", cspmu->identifier);
278 __ATTR(identifier, 0444, arm_cspmu_identifier_show, NULL);
291 const char *identifier = local
294 return identifier;
516 cspmu->identifier = impl_ops->get_identifier(cspmu);
519 if (!cspmu->identifier || !cspmu->name)
H A Darm_cspmu.h98 /* Get string identifier */
145 const char *identifier; member in struct:arm_cspmu
/linux-master/drivers/perf/
H A Darm_smmuv3_pmu.c622 __ATTR(identifier, 0444, smmu_pmu_identifier_attr_show, NULL);
H A Dfsl_imx8_ddr_perf.c66 const char *identifier; /* system PMU identifier for userspace */ member in struct:fsl_ddr_devtype_data
77 .identifier = "i.MX8MQ",
82 .identifier = "i.MX8MM",
87 .identifier = "i.MX8MN",
92 .identifier = "i.MX8MP",
97 .identifier = "i.MX8DXL",
132 return sysfs_emit(page, "%s\n", pmu->devtype_data->identifier);
142 if (!pmu->devtype_data->identifier)
148 __ATTR(identifier, 044
[all...]
H A Dfsl_imx9_ddr_perf.c53 const char *identifier; /* system PMU identifier for userspace */ member in struct:imx_ddr_devtype_data
71 .identifier = "imx93",
86 return sysfs_emit(page, "%s\n", pmu->devtype_data->identifier);
90 __ATTR(identifier, 0444, ddr_perf_identifier_show, NULL);
/linux-master/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c72 u32 identifier; member in struct:hisi_pcie_pmu
143 return sysfs_emit(buf, "%#x\n", pcie_pmu->identifier);
145 static DEVICE_ATTR_RO(identifier);
817 pcie_pmu->identifier = readl(pcie_pmu->base + HISI_PCIE_REG_VERSION);
H A Dhisi_uncore_cpa_pmu.c201 cpa_pmu->identifier = readl(cpa_pmu->base + CPA_VERSION);
242 __ATTR(identifier, 0444, hisi_uncore_pmu_identifier_attr_show, NULL);
H A Dhisi_uncore_ddrc_pmu.c119 if (hha_pmu->identifier >= HISI_PMU_V2) {
324 ddrc_pmu->identifier = readl(ddrc_pmu->base + DDRC_VERSION);
325 if (ddrc_pmu->identifier >= HISI_PMU_V2) {
397 __ATTR(identifier, 0444, hisi_uncore_pmu_identifier_attr_show, NULL);
467 if (ddrc_pmu->identifier >= HISI_PMU_V2) {
502 if (ddrc_pmu->identifier >= HISI_PMU_V2)
H A Dhisi_uncore_hha_pmu.c332 hha_pmu->identifier = readl(hha_pmu->base + HHA_VERSION);
422 __ATTR(identifier, 0444, hisi_uncore_pmu_identifier_attr_show, NULL);
479 if (hha_pmu->identifier >= HISI_PMU_V2) {
H A Dhisi_uncore_l3c_pmu.c380 l3c_pmu->identifier = readl(l3c_pmu->base + L3C_VERSION);
456 __ATTR(identifier, 0444, hisi_uncore_pmu_identifier_attr_show, NULL);
513 if (l3c_pmu->identifier >= HISI_PMU_V2) {
H A Dhisi_uncore_pa_pmu.c301 pa_pmu->identifier = readl(pa_pmu->base + PA_PMU_VERSION);
371 __ATTR(identifier, 0444, hisi_uncore_pmu_identifier_attr_show, NULL);
H A Dhisi_uncore_pmu.c121 return sysfs_emit(page, "0x%08x\n", hisi_pmu->identifier);
H A Dhisi_uncore_pmu.h109 u32 identifier; member in struct:hisi_pmu
H A Dhisi_uncore_sllc_pmu.c316 sllc_pmu->identifier = readl(sllc_pmu->base + SLLC_VERSION);
362 __ATTR(identifier, 0444, hisi_uncore_pmu_identifier_attr_show, NULL);
H A Dhisi_uncore_uc_pmu.c316 bool erratum = uc_pmu->identifier == HISI_PMU_V2;
398 uc_pmu->identifier = readl(uc_pmu->base + HISI_UC_VERSION_REG);
454 __ATTR(identifier, 0444, hisi_uncore_pmu_identifier_attr_show, NULL);
H A Dhns3_pmu.c309 u32 identifier; member in struct:hns3_pmu
473 return sysfs_emit(buf, "0x%x\n", hns3_pmu->identifier);
475 static DEVICE_ATTR_RO(identifier);
1430 hns3_pmu->identifier = readl(hns3_pmu->base + HNS3_PMU_REG_VERSION);
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c956 if (sneq->flags.identifier == 1 && sneq->format == 1)
958 else if (sneq->flags.identifier == 1 && sneq->format == 4)
960 else if (sneq->flags.identifier == 2)
962 else if (sneq->flags.identifier == 3 && sneq->res1 == 1)
986 if (gneq->flags.identifier == 2) {
H A Ddasd_eckd.h328 __u8 identifier:2; member in struct:dasd_ned::__anon403
352 __u8 identifier:2; member in struct:dasd_sneq::__anon405
365 __u8 identifier:2; member in struct:vd_sneq::__anon406
377 __u8 identifier:2; member in struct:dasd_gneq::__anon407
/linux-master/drivers/scsi/aacraid/
H A Daachba.c666 fsa_dev_ptr->identifier[i] =
668 .identifier[i];
987 dev->fsa_dev[container].identifier,
H A Daacraid.h254 /* Request identifier of managed task */
324 u8 node_ident[16]; /* phys. node identifier */
1291 u8 identifier[16]; member in struct:fsa_dev_info
2156 u8 identifier[16]; member in struct:aac_blockdevinfo
H A Dlinit.c586 memcpy(sn, aac->fsa_dev[sdev_id(sdev)].identifier, sizeof(sn));
/linux-master/drivers/scsi/esas2r/
H A Desas2r.h644 u8 identifier[60]; member in struct:esas2r_target
1122 void *identifier,
/linux-master/drivers/scsi/
H A Dhpsa.c9847 hpsa_sas_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) argument
9865 *identifier = sd->eli;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c2676 * @identifier: Enclosure identifier to be returned
2685 u64 *identifier)
2696 *identifier =
2701 *identifier = 0;
2678 mpi3mr_transport_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) argument
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1468 * @identifier: ?
1474 _transport_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) argument
1484 *identifier = sas_device->enclosure_logical_id;
1488 *identifier = 0;

Completed in 450 milliseconds

1234