Home
last modified time | relevance | path

Searched refs:get_vendor (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c38 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 Dresctrl.h79 int get_vendor(void);
H A Dcat_test.c81 get_vendor() == ARCH_INTEL, false); in check_results()
H A Dresctrlfs.c108 if (get_vendor() == ARCH_AMD) in get_resource_id()
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c71 if (!ops->get_vendor) in cpu_get_vendor()
74 return ops->get_vendor(dev, buf, size); in cpu_get_vendor()
H A Dcpu_sandbox.c42 .get_vendor = cpu_sandbox_get_vendor,
H A Dmpc83xx_cpu.c320 .get_vendor = mpc83xx_cpu_get_vendor,
H A Dbmips_cpu.c420 .get_vendor = bmips_cpu_get_vendor,
/openbmc/u-boot/include/
H A Dcpu.h89 int (*get_vendor)(struct udevice *dev, char *buf, int size); member
/openbmc/linux/drivers/macintosh/ams/
H A Dams.h47 u8 (*get_vendor)(void); member
H A Dams-pmu.c153 ams_info.get_vendor = ams_pmu_get_vendor; in ams_pmu_init()
H A Dams-i2c.c258 ams_info.get_vendor = ams_i2c_get_vendor; in ams_i2c_init()
H A Dams-core.c160 ams_info.vflag = !!(ams_info.get_vendor() & 0x10); in ams_sensor_attach()
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu_x86.c83 .get_vendor = cpu_x86_get_vendor,
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c191 .get_vendor = cpu_x86_get_vendor,
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c466 .get_vendor = cpu_x86_get_vendor,
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c942 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/broadwell/
H A Dcpu.c751 .get_vendor = cpu_x86_get_vendor,
/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c611 .get_vendor = cpu_imx_get_vendor,