Home
last modified time | relevance | path

Searched refs:company_id (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/
Drtas-types.h82 __be32 company_id; /* Company ID of the company */ member
Drtas.h358 return be32_to_cpu(ext_log->company_id); in rtas_ext_event_company_id()
/linux-6.12.1/drivers/target/
Dtarget_core_spc.c177 u32 company_id = dev->t10_wwn.company_id; in spc_gen_naa_6h_vendor_specific() local
187 buf[off++] |= (company_id >> 20) & 0xf; in spc_gen_naa_6h_vendor_specific()
188 buf[off++] = (company_id >> 12) & 0xff; in spc_gen_naa_6h_vendor_specific()
189 buf[off++] = (company_id >> 4) & 0xff; in spc_gen_naa_6h_vendor_specific()
190 buf[off] = (company_id & 0xf) << 4; in spc_gen_naa_6h_vendor_specific()
Dtarget_core_configfs.c1592 to_t10_wwn(item)->company_id); in target_wwn_company_id_show()
1627 t10_wwn->company_id = val; in target_wwn_company_id_store()
1630 t10_wwn->company_id); in target_wwn_company_id_store()
1781 CONFIGFS_ATTR(target_wwn_, company_id);
Dtarget_core_device.c744 dev->t10_wwn.company_id = 0x001405; in target_alloc_device()
/linux-6.12.1/drivers/hwmon/
Dasc7621.c39 u8 company_id; member
50 .company_id = 0x61,
59 .company_id = 0x61,
1154 if (company == asc7621_chips[chip_index].company_id && in asc7621_detect()
/linux-6.12.1/arch/powerpc/kernel/
Drtas.c1769 uint32_t company_id = rtas_ext_event_company_id(ext_log); in get_pseries_errorlog() local
1774 company_id != RTAS_V6EXT_COMPANY_ID_IBM) in get_pseries_errorlog()
/linux-6.12.1/include/target/
Dtarget_core_base.h344 u32 company_id; member