Searched refs:get_vendor (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | cpu-uclass.c | 51 if (!ops->get_vendor) in cpu_get_vendor() 54 return ops->get_vendor(dev, buf, size); in cpu_get_vendor()
|
| H A D | bmips_cpu.c | 280 .get_vendor = bmips_cpu_get_vendor,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cpu.h | 85 int (*get_vendor)(struct udevice *dev, char *buf, int size); member
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ams/ |
| H A D | ams.h | 44 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-i2c.c | 264 ams_info.get_vendor = ams_i2c_get_vendor; in ams_i2c_init()
|
| H A D | ams-core.c | 160 ams_info.vflag = !!(ams_info.get_vendor() & 0x10); in ams_sensor_attach()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 84 .get_vendor = cpu_x86_get_vendor,
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/ |
| H A D | cpu.c | 192 .get_vendor = cpu_x86_get_vendor,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | model_206ax.c | 482 .get_vendor = cpu_x86_get_vendor,
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | cpu.c | 752 .get_vendor = cpu_x86_get_vendor,
|