Searched refs:hwid (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/drivers/platform/chrome/
H A Dchromeos_acpi.c201 DEV_ATTR(hwid, HWID)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.h114 int hwid; member in struct:aca_bank_info
H A Damdgpu_mca.c426 seq_printf(m, "mca entry[%d].info: socketid:%d aid:%d hwid:0x%03x mcatype:0x%04x\n",
427 idx, entry->info.socket_id, entry->info.aid, entry->info.hwid, entry->info.mcatype);
/linux-master/arch/powerpc/mm/
H A Dnuma.c651 long rc, hwid; local
664 hwid = cpu_to_phys_id[lcpu];
666 hwid = get_hard_smp_processor_id(lcpu);
668 rc = hcall_vphn(hwid, VPHN_FLAG_VCPU, associativity);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge.h91 u32 hwid; member in struct:ddb_ids
H A Dddbridge-core.c1459 if ((devids->hwid & 0x00ffffff) >= 0x00010007)
3005 dev->link[0].ids.hwid, dev->link[0].ids.regmapid);
3013 return sprintf(buf, "0x%08X\n", dev->link[0].ids.hwid);
3074 __ATTR_RO(hwid),
/linux-master/net/netfilter/
H A Dnft_tunnel.c290 uint8_t hwid, dir; local
316 hwid = nla_get_u8(tb[NFTA_TUNNEL_KEY_ERSPAN_V2_HWID]);
319 set_hwid(&opts->u.erspan.u.md2, hwid);
/linux-master/net/ipv6/
H A Dip6_gre.c1060 t->parms.hwid,
1220 t->parms.hwid = p->hwid;
1755 u16 hwid = nla_get_u16(data[IFLA_GRE_ERSPAN_HWID]); local
1757 if (hwid & ~(HWID_MASK >> HWID_OFFSET))
1782 parms->hwid = nla_get_u16(data[IFLA_GRE_ERSPAN_HWID]);
2165 if (nla_put_u16(skb, IFLA_GRE_ERSPAN_HWID, p->hwid))
/linux-master/drivers/acpi/
H A Dproperty.c543 struct acpi_hardware_id *hwid; local
557 list_for_each_entry(hwid, &adev->pnp.ids, list) {
558 if (!strcmp(hwid->id, ACPI_DT_NAMESPACE_HID)) {
/linux-master/net/ipv4/
H A Dip_gre.c717 tunnel->dir, tunnel->hwid,
1238 t->hwid = nla_get_u16(data[IFLA_GRE_ERSPAN_HWID]);
1239 if (t->hwid & ~(HWID_MASK >> HWID_OFFSET))
1564 if (nla_put_u16(skb, IFLA_GRE_ERSPAN_HWID, t->hwid))
/linux-master/drivers/iio/pressure/
H A Dzpa2326.c1610 unsigned int hwid,
1666 if (id != hwid) {
1607 zpa2326_probe(struct device *parent, const char *name, int irq, unsigned int hwid, struct regmap *regmap) argument
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c102 [AMDGPU_MCA_IP_##_ip] = { .hwid = _hwid, .mcatype = _type, }
106 uint16_t hwid; member in struct:mca_bank_ipid
2600 info->hwid = REG_GET_FIELD(ipid, MCMP1_IPIDT0, HardwareID);
2659 uint16_t hwid, mcatype; local
2662 hwid = REG_GET_FIELD(val, MCMP1_IPIDT0, HardwareID);
2668 if (!ipid->hwid)
2671 if (ipid->hwid == hwid && ipid->mcatype == mcatype)
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2785 unsigned int hwid = get_hard_smp_processor_id(cpu); local
2789 opal_xive_dump(XIVE_DUMP_TM_HYP, hwid);
2790 opal_xive_dump(XIVE_DUMP_TM_POOL, hwid);
2791 opal_xive_dump(XIVE_DUMP_TM_OS, hwid);
2792 opal_xive_dump(XIVE_DUMP_TM_USER, hwid);
2793 opal_xive_dump(XIVE_DUMP_VP, hwid);
2794 opal_xive_dump(XIVE_DUMP_EMU_STATE, hwid);
/linux-master/include/net/
H A Dip_tunnels.h135 u16 hwid; /* ERSPAN hardware ID */ member in struct:ip_tunnel
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c141 * hwid:
142 * NOTE: only one hwid value must be given once
219 static uint hwid = HWID_NONE; variable
238 module_param(hwid, uint, S_IRUGO | S_IWUSR); /* The hardware ID */
5498 switch (hwid) {

Completed in 374 milliseconds

12