HomeSort by relevance Sort by last modified time
    Searched defs:vendor (Results 151 - 175 of 235) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/linux/
telephony.h 31 vendor = 0, enumerator in enum:__anon41692
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id
192 __u16 vendor; member in struct:input_device_id
telephony.h 31 vendor = 0, enumerator in enum:__anon42037
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id
192 __u16 vendor; member in struct:input_device_id
telephony.h 31 vendor = 0, enumerator in enum:__anon42429
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 85 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id
192 __u16 vendor; member in struct:input_device_id
telephony.h 31 vendor = 0, enumerator in enum:__anon42874
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id
192 __u16 vendor; member in struct:input_device_id
telephony.h 31 vendor = 0, enumerator in enum:__anon43321
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 234 static const char* vendor = "Google"; local
242 return vendor;
    [all...]
  /external/dnsmasq/src/
rfc2131.c 126 struct dhcp_vendor *vendor; local
223 for (vendor = daemon->dhcp_vendors; vendor; vendor = vendor->next)
227 if (vendor->match_type == MATCH_CIRCUIT)
229 else if (vendor->match_type == MATCH_REMOTE)
231 else if (vendor->match_type == MATCH_SUBSCRIBER)
237 vendor->len == option_len(sopt) &&
238 memcmp(option_ptr(sopt, 0), vendor->data, vendor->len) == 0
    [all...]
  /external/kernel-headers/original/linux/
pci.h 121 unsigned short vendor; member in struct:pci_dev
362 * @vend: the 16 bit PCI Vendor ID
370 .vendor = (vend), .device = (dev), \
379 * specific PCI class. The vendor, device, subvendor, and subdevice
384 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
443 struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *from);
444 struct pci_dev *pci_find_device_reverse (unsigned int vendor, unsigned int device, const struct pci_dev *from);
451 struct pci_dev *pci_get_device (unsigned int vendor, unsigned int device, struct pci_dev *from);
452 struct pci_dev *pci_get_subsys (unsigned int vendor, unsigned int device,
641 static inline struct pci_dev *pci_find_device(unsigned int vendor, unsigned int device, const struct pci_dev *from
751 u16 vendor, device; \/* You can use PCI_ANY_ID here of course *\/ member in struct:pci_fixup
    [all...]
hid.h 468 __u32 vendor; /* Vendor ID */ member in struct:hid_device
557 .vendor = (ven), .product = (prod)
  /external/libmtp/src/
ptp.c 3547 uint16_t vendor; member in struct:__anon8901
3576 uint16_t vendor; member in struct:__anon8902
    [all...]
libmtp.h 476 char *vendor; /**< The vendor of this device */ member in struct:LIBMTP_device_entry_struct
477 uint16_t vendor_id; /**< Vendor ID for this device */
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 213 #error "Unknown PCI vendor and device id"
3837 ; in - ax: PCI device vendor local
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 191 const GrGLubyte* vendor; local
194 GL_CALL_RET(vendor, GetString(GR_GL_VENDOR));
199 GrPrintf("------ VENDOR %s\n", vendor);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 70 // Currently in Mac we only turn on antialias if vendor is NVIDIA.
71 const char* vendor = reinterpret_cast<const char*>(::glGetString(GL_VENDOR)); local
72 if (!std::strstr(vendor, "NVIDIA"))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 77 char *vendor; /* vendor of the server hardware */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 77 char *vendor; /* vendor of the server hardware */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 77 char *vendor; /* vendor of the server hardware */ member in struct:_XDisplay
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 73 public final static String ADDON_VENDOR = "vendor"; //$NON-NLS-1$
78 public final static String ADDON_USB_VENDOR = "usb-vendor"; //$NON-NLS-1$
101 "# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.\n" + //$NON-NLS-1$
103 "# 1 USB VENDOR ID PER LINE.\n"; //$NON-NLS-1$
305 // first, put all the vendor id in an HashSet to remove duplicate.
402 * Map keys are in the form "vendor-id/path-id". These ids uniquely identify an extra package.
405 * @return A non-null possibly empty map of { string "vendor/path" => integer major revision }
419 String vendor = ep.getVendorId(); local
423 extraVersions.put(vendor + '/' + path, majorRev);
869 String vendor = propertyMap.get(ADDON_VENDOR); local
1027 String vendor = propertyMap.get(ADDON_VENDOR); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 111 int vendor; member in struct:hostapd_eap_user::__anon16907
  /development/ndk/platforms/android-3/include/linux/
input.h 31 __u16 vendor; member in struct:input_id

Completed in 1608 milliseconds

1 2 3 4 5 67 8 910