Searched refs:get_vendor (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | resctrl_tests.c | 38 int get_vendor(void) in get_vendor() function 108 (get_vendor() != ARCH_INTEL)) { in run_mbm_test() 115 if ((get_vendor() == ARCH_INTEL) && res) in run_mbm_test() 135 (get_vendor() != ARCH_INTEL)) { in run_mba_test() 166 if ((get_vendor() == ARCH_INTEL) && res) in run_cmt_test()
|
H A D | resctrl.h | 78 int get_vendor(void);
|
H A D | cat_test.c | 81 get_vendor() == ARCH_INTEL, false); in check_results()
|
H A D | resctrlfs.c | 108 if (get_vendor() == ARCH_AMD) in get_resource_id()
|
/openbmc/u-boot/drivers/cpu/ |
H A D | cpu-uclass.c | 71 if (!ops->get_vendor) in cpu_get_vendor() 74 return ops->get_vendor(dev, buf, size); in cpu_get_vendor()
|
H A D | cpu_sandbox.c | 42 .get_vendor = cpu_sandbox_get_vendor,
|
H A D | mpc83xx_cpu.c | 320 .get_vendor = mpc83xx_cpu_get_vendor,
|
H A D | bmips_cpu.c | 420 .get_vendor = bmips_cpu_get_vendor,
|
/openbmc/u-boot/include/ |
H A D | cpu.h | 89 int (*get_vendor)(struct udevice *dev, char *buf, int size); member
|
/openbmc/linux/drivers/macintosh/ams/ |
H A D | ams.h | 47 u8 (*get_vendor)(void); member
|
H A D | ams-pmu.c | 153 ams_info.get_vendor = ams_pmu_get_vendor; in ams_pmu_init()
|
H A D | ams-core.c | 160 ams_info.vflag = !!(ams_info.get_vendor() & 0x10); in ams_sensor_attach()
|
H A D | ams-i2c.c | 258 ams_info.get_vendor = ams_i2c_get_vendor; in ams_i2c_init()
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | cpu_x86.c | 83 .get_vendor = cpu_x86_get_vendor,
|
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | cpu.c | 191 .get_vendor = cpu_x86_get_vendor,
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst.c | 942 u8 get_vendor[] = { 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_get_vendor() local 943 get_vendor[7] = dst_check_sum(get_vendor, 7); in dst_get_vendor() 944 if (dst_command(state, get_vendor, 8) < 0) { in dst_get_vendor()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | model_206ax.c | 466 .get_vendor = cpu_x86_get_vendor,
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | cpu.c | 751 .get_vendor = cpu_x86_get_vendor,
|
/openbmc/u-boot/arch/arm/mach-imx/imx8/ |
H A D | cpu.c | 611 .get_vendor = cpu_imx_get_vendor,
|