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

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

Completed in 288 milliseconds