Home
last modified time | relevance | path

Searched refs:vendor_id (Results 1 – 25 of 136) sorted by relevance

123456

/external/igt-gpu-tools/lib/
Dintel_chipset.c85 if (pci_dev == NULL || pci_dev->vendor_id != 0x8086) { in intel_get_pci_device()
89 match.vendor_id = 0x8086; /* Intel */ in intel_get_pci_device()
109 if (pci_dev->vendor_id != 0x8086) in intel_get_pci_device()
161 if (pch_dev->vendor_id != 0x8086) in intel_check_pch()
/external/ipsec-tools/src/racoon/
Dvendorid.c66 static struct vendor_id all_vendor_ids[] = {
106 static struct vendor_id *
121 struct vendor_id *current; in vid_string_by_id()
131 static struct vendor_id *
187 struct vendor_id *current; in set_vendorid()
222 struct vendor_id *current; in check_vendorid()
/external/libusb/libusb/
Dhotplug.c162 hotplug_cb->vendor_id != dev->device_descriptor.idVendor) { in usbi_hotplug_match_cb()
233 int vendor_id, int product_id, int dev_class, in libusb_hotplug_register_callback() argument
242 (LIBUSB_HOTPLUG_MATCH_ANY != vendor_id && (~0xffff & vendor_id)) || in libusb_hotplug_register_callback()
262 if (LIBUSB_HOTPLUG_MATCH_ANY != vendor_id) { in libusb_hotplug_register_callback()
264 new_callback->vendor_id = (uint16_t)vendor_id; in libusb_hotplug_register_callback()
/external/libusb/examples/
Dhotplugtest.c83 int product_id, vendor_id, class_id; in main() local
86 vendor_id = (argc > 1) ? (int)strtol (argv[1], NULL, 0) : 0x045a; in main()
103 rc = libusb_hotplug_register_callback (NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED, 0, vendor_id, in main()
111 rc = libusb_hotplug_register_callback (NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_LEFT, 0, vendor_id, in main()
/external/mesa3d/src/loader/
Dloader.c388 drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) in drm_get_pci_id_for_fd() argument
403 *vendor_id = device->deviceinfo.pci->vendor_id; in drm_get_pci_id_for_fd()
412 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) in loader_get_pci_id_for_fd() argument
415 return drm_get_pci_id_for_fd(fd, vendor_id, chip_id); in loader_get_pci_id_for_fd()
435 int vendor_id, chip_id, i, j; in loader_get_pci_driver() local
438 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) in loader_get_pci_driver()
442 if (vendor_id != driver_map[i].vendor_id) in loader_get_pci_driver()
463 fd, vendor_id, chip_id, driver); in loader_get_pci_driver()
/external/cpuinfo/tools/
Dcpuid-dump.c20 char vendor_id[12]; in print_cpuid_vendor() local
21 memcpy(&vendor_id[0], &regs.ebx, sizeof(regs.ebx)); in print_cpuid_vendor()
22 memcpy(&vendor_id[4], &regs.edx, sizeof(regs.edx)); in print_cpuid_vendor()
23 memcpy(&vendor_id[8], &regs.ecx, sizeof(regs.ecx)); in print_cpuid_vendor()
25 eax, regs.eax, regs.ebx, regs.ecx, regs.edx, vendor_id); in print_cpuid_vendor()
/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddrm.c68 unsigned vendor_id; member
133 *vendorid = fallback_cards[0].vendor_id; in get_bus_info()
160 if (fallback_cards[i].vendor_id == override_vendorid) { in read_descriptor()
163 fallback_cards[i].vendor_id, in read_descriptor()
165 drvid->VendorId = fallback_cards[i].vendor_id; in read_descriptor()
179 …d3d_match_vendor_id(drvid, fallback_cards[0].vendor_id, fallback_cards[0].device_id, fallback_card… in read_descriptor()
/external/cpuinfo/test/cpuinfo/
Dleagoo-t5c.log2 vendor_id : GenuineIntel
29 vendor_id : GenuineIntel
56 vendor_id : GenuineIntel
83 vendor_id : GenuineIntel
110 vendor_id : GenuineIntel
137 vendor_id : GenuineIntel
164 vendor_id : GenuineIntel
191 vendor_id : GenuineIntel
Dzenfone-2e.log2 vendor_id : GenuineIntel
31 vendor_id : GenuineIntel
60 vendor_id : GenuineIntel
89 vendor_id : GenuineIntel
Dzenfone-c.log2 vendor_id : GenuineIntel
31 vendor_id : GenuineIntel
60 vendor_id : GenuineIntel
89 vendor_id : GenuineIntel
Dalldocube-iwork8.log2 vendor_id : GenuineIntel
28 vendor_id : GenuineIntel
54 vendor_id : GenuineIntel
80 vendor_id : GenuineIntel
Dzenfone-2.log2 vendor_id : GenuineIntel
28 vendor_id : GenuineIntel
54 vendor_id : GenuineIntel
80 vendor_id : GenuineIntel
Dmemo-pad-7.log2 vendor_id : GenuineIntel
31 vendor_id : GenuineIntel
60 vendor_id : GenuineIntel
89 vendor_id : GenuineIntel
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c107 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, in eap_ttls_avp_hdr() argument
116 if (vendor_id) { in eap_ttls_avp_hdr()
119 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
189 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_avp_parse() local
219 vendor_id = be_to_host32(* (be32 *) dpos); in eap_ttls_avp_parse()
221 (int) vendor_id); in eap_ttls_avp_parse()
228 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { in eap_ttls_avp_parse()
252 } else if (vendor_id == 0 && in eap_ttls_avp_parse()
258 } else if (vendor_id == 0 && in eap_ttls_avp_parse()
271 } else if (vendor_id == 0 && in eap_ttls_avp_parse()
[all …]
/external/igt-gpu-tools/tests/
Dprime_udl.c45 char vendor_id[8]; in find_and_open_devices() local
60 igt_assert(fgets(vendor_id, 8, fl) != NULL); in find_and_open_devices()
63 venid = strtoul(vendor_id, NULL, 16); in find_and_open_devices()
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c125 int vendor_id, chip_id; in pipe_loader_drm_probe_fd_nodup() local
130 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) { in pipe_loader_drm_probe_fd_nodup()
132 ddev->base.u.pci.vendor_id = vendor_id; in pipe_loader_drm_probe_fd_nodup()
/external/adhd/cras/src/server/config/
Dcras_device_blocklist.c44 unsigned vendor_id, unsigned product_id, in cras_device_blocklist_check() argument
53 vendor_id, product_id, desc_checksum, device_index); in cras_device_blocklist_check()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DProcessorTrace.cpp189 std::string vendor_id; in GetCPUType() local
223 vendor_id = columns[1].str(); in GetCPUType()
224 if (!vendor_id.empty()) in GetCPUType()
227 LLDB_LOG(log, "{0}:{1}:{2}:{3}", cpu_family, model, stepping, vendor_id); in GetCPUType()
231 (stepping != static_cast<uint64_t>(-1)) && (!vendor_id.empty())) { in GetCPUType()
236 params_dict->AddStringItem("cpu_vendor", vendor_id); in GetCPUType()
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
Dkernel_ExternalUsbPeripheralsDetectionTest.py78 vendor_id = self.host.run('cat %s' % file_name).stdout.strip()
79 if vendor_id:
80 vendor_id_dict[vendor_id] = d
/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_device_collector_unittest.py54 self.assertEqual(foo_device.vendor_id, '0000')
63 self.assertEqual(bar_device.vendor_id, '0a0a')
/external/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_x11.c108 if (xdev->deviceinfo.pci->vendor_id == devices[i].dev_info.vendor_id && in device_select_find_xcb_pci_default()
Ddevice_select_wayland.c133 if (info.dev_info->deviceinfo.pci->vendor_id == devices[i].dev_info.vendor_id && in device_select_find_wayland_pci_default()
/external/angle/src/gpu_info_util/
DSystemInfo_libpci.cpp114 if (device->vendor_id == 0 || device->device_id == 0) in GetPCIDevicesWithLibPCI()
120 info.vendorId = device->vendor_id; in GetPCIDevicesWithLibPCI()
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c205 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, in eap_ttls_avp_hdr() argument
214 if (vendor_id) { in eap_ttls_avp_hdr()
217 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
231 u32 vendor_id, int mandatory, in eap_ttls_avp_add() argument
235 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); in eap_ttls_avp_add()
947 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local
981 vendor_id = WPA_GET_BE32(dpos); in eap_ttls_parse_avp()
983 (int) vendor_id); in eap_ttls_parse_avp()
990 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { in eap_ttls_parse_avp()
993 } else if (vendor_id == 0 && avp_code == RADIUS_ATTR_REPLY_MESSAGE) { in eap_ttls_parse_avp()
[all …]
/external/wpa_supplicant_8/src/radius/
Dradius.c935 u32 vendor_id; in radius_msg_get_vendor_attr() local
948 os_memcpy(&vendor_id, pos, 4); in radius_msg_get_vendor_attr()
952 if (ntohl(vendor_id) != vendor) in radius_msg_get_vendor_attr()
1193 u32 vendor_id = htonl(RADIUS_VENDOR_ID_MICROSOFT); in radius_msg_add_mppe_keys() local
1201 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2; in radius_msg_add_mppe_keys()
1209 os_memcpy(pos, &vendor_id, sizeof(vendor_id)); in radius_msg_add_mppe_keys()
1210 pos += sizeof(vendor_id); in radius_msg_add_mppe_keys()
1223 vhdr->vendor_length = hlen + elen - sizeof(vendor_id); in radius_msg_add_mppe_keys()
1238 os_memcpy(pos, &vendor_id, sizeof(vendor_id)); in radius_msg_add_mppe_keys()
1239 pos += sizeof(vendor_id); in radius_msg_add_mppe_keys()
[all …]

123456