HomeSort by relevance Sort by last modified time
    Searched refs:vendor_id (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/gbm/backends/dri/
driver_name.c 45 int vendor_id, chip_id, i, j; local
60 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
66 if (vendor_id != driver_map[i].vendor_id)
71 fd, vendor_id, chip_id, driver);
79 fd, vendor_id, chip_id, driver);
  /external/libmtp/examples/
hotplug.c 124 // printf("SYSFS{idVendor}==\"%04x\", SYSFS{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action);
126 printf("ATTR{idVendor}==\"%04x\", ATTR{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action);
131 printf("libmtp.sh 0x0003 0x%04x 0x%04x 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000\n", entry->vendor_id, entry->product_id);
135 printf(" <match key=\"usb.vendor_id\" int=\"0x%04x\">\n", entry->vendor_id);
157 if (entry->vendor_id == 0x4102 || // iriver
158 entry->vendor_id == 0x066f || // TrekStor
159 entry->vendor_id == 0x1703) { // NormSoft, Inc.
169 if (last_vendor != entry->vendor_id) {
170 printf("%04x\n", entry->vendor_id);
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
hiddevice.h 17 bool Connect(unsigned short device_id, unsigned short vendor_id, int index=0);
24 //bool OpenDevice(int index, unsigned short device_id, unsigned short vendor_id);
25 bool OpenDevice(unsigned short device_id, unsigned short vendor_id, int index);
hiddevice.cpp 51 bool cHIDDevice::Connect(unsigned short device_id, unsigned short vendor_id, int index)
63 OpenDevice( device_id, vendor_id, index );
68 bool cHIDDevice::OpenDevice(unsigned short device_id, unsigned short vendor_id, int index)
115 if (Attributes.VendorID == vendor_id)
  /bionic/libc/kernel/uapi/scsi/
scsi_netlink_fc.h 29 uint64_t vendor_id; member in struct:fc_nl_event
scsi_netlink.h 47 uint64_t vendor_id; member in struct:scsi_nl_host_vendor_msg
  /external/kernel-headers/original/uapi/scsi/
scsi_netlink_fc.h 55 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
61 uint64_t vendor_id; member in struct:fc_nl_event
scsi_netlink.h 87 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
92 uint64_t vendor_id; member in struct:scsi_nl_host_vendor_msg
  /external/mesa3d/src/egl/drivers/dri2/
common.c 98 int vendor_id, chip_id, i, j; local
113 sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
119 if (vendor_id != driver_map[i].vendor_id)
124 fd, vendor_id, chip_id, driver);
132 fd, vendor_id, chip_id, driver);
  /external/mesa3d/src/gallium/targets/egl-static/
egl.c 67 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id)
97 sscanf(pci_id, "%x:%x", vendor_id, chip_id) != 2) {
123 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id)
144 *vendor_id = 0x8086;
159 *vendor_id = 0x1002;
171 *vendor_id = 0x10de;
176 *vendor_id = 0x15ad;
189 drm_fd_get_pci_id(int fd, int *vendor_id, int *chip_id)
199 int vendor_id, chip_id; local
202 if (!drm_fd_get_pci_id(fd, &vendor_id, &chip_id))
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
rssi_monitor.h 44 RSSIMonitorCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
wificonfigcommand.h 56 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
gpu_device.py 8 On platforms which support them, the vendor_id and device_id are
19 def __init__(self, vendor_id, device_id, vendor_string, device_string):
20 self._vendor_id = vendor_id
42 vendor_id
49 return cls(attrs['vendor_id'], attrs['device_id'],
53 def vendor_id(self): member in class:GPUDevice
gpu_device_unittest.py 13 self.assertEquals(device.vendor_id, 1000)
19 dictionary = {'vendor_id': 3000,
24 self.assertEquals(device.vendor_id, 3000)
31 'vendor_id': 1,
gpu_info_unittest.py 15 {'vendor_id': 1000, 'device_id': 2000,
17 {'vendor_id': 3000, 'device_id': 4000,
36 self.assertEquals(info.devices[0].vendor_id, 1000)
41 self.assertEquals(info.devices[1].vendor_id, 3000)
58 'devices': [{'vendor_id': 1000, 'device_id': 2000,
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.h 58 int vendor_id; member in struct:pipe_loader_device::__anon18978::__anon18979
  /external/wpa_supplicant_8/src/eap_common/
eap_ttls.h 24 be32 vendor_id; member in struct:ttls_avp_vendor
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.h 66 uint32_t vendor_id; member in struct:qhdmicec::cec_context_t
  /hardware/qcom/display/msmcobalt/hdmi_cec/
qhdmi_cec.h 66 uint32_t vendor_id; member in struct:qhdmicec::cec_context_t
  /external/libdrm/libkms/
linux.c 161 linux_get_pciid_from_fd(int fd, unsigned *vendor_id, unsigned *chip_id)
193 if (sscanf(pci_id, "%x:%x", vendor_id, chip_id) != 2)
211 unsigned vendor_id, chip_id;
214 ret = linux_get_pciid_from_fd(fd, &vendor_id, &chip_id);
219 if (table[i].vendor == vendor_id && table[i].chip == chip_id)
  /external/ipsec-tools/src/racoon/
vendorid.h 94 struct vendor_id { struct
vendorid.c 66 static struct vendor_id all_vendor_ids[] = {
106 static struct vendor_id *
121 struct vendor_id *current;
131 static struct vendor_id *
187 struct vendor_id *current;
222 struct vendor_id *current;
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 78 vendor_id = self.host.run('cat %s' % file_name).stdout.strip()
79 if vendor_id:
80 vendor_id_dict[vendor_id] = d
  /external/drm_gralloc/pci_ids/
pci_id_driver_map.h 63 int vendor_id; member in struct:__anon10003
  /external/mesa3d/include/pci_ids/
pci_id_driver_map.h 61 int vendor_id; member in struct:__anon18935

Completed in 489 milliseconds

1 2 3 4 5 6 7 8 9