Searched defs:vendor (Results 101 - 120 of 120) sorted by relevance

12345

/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c558 unsigned int vendor, subtype; local
563 vendor = type >> 8;
570 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c513 unsigned int vendor, subtype; local
518 vendor = type >> 8;
525 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c558 unsigned int vendor, subtype; local
563 vendor = type >> 8;
570 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
/external/kernel-headers/original/linux/
H A Dpci.h121 unsigned short vendor; member in struct:pci_dev
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) argument
647 static inline struct pci_dev *pci_get_device (unsigned int vendor, unsigne argument
650 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) argument
751 u16 vendor, device; /* You can use PCI_ANY_ID here of course */ member in struct:pci_fixup
[all...]
H A Dhid.h468 __u32 vendor; /* Vendor ID */ member in struct:hid_device
557 .vendor = (ven), .product = (prod)
H A Dinput.h45 __u16 vendor; member in struct:input_id
/external/libmtp/src/
H A Dptp.c2025 * This command downloads the vendor specific property codes.
3534 #define PTP_VENDOR_VAL_BOOL(dpc,vendor) {dpc, vendor, 0, N_("Off")}, {dpc, vendor, 1, N_("On")}
3535 #define PTP_VENDOR_VAL_RBOOL(dpc,vendor) {dpc, vendor, 0, N_("On")}, {dpc, vendor, 1, N_("Off")}
3536 #define PTP_VENDOR_VAL_YN(dpc,vendor) {dpc, vendor, 0, N_("No")}, {dpc, vendor,
3547 uint16_t vendor; member in struct:__anon7349
3576 uint16_t vendor; member in struct:__anon7350
[all...]
H A Dlibmtp.h476 char *vendor; /**< The vendor of this device */ member in struct:LIBMTP_device_entry_struct
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp70 // 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"))
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h111 int vendor; member in struct:hostapd_eap_user::__anon15366
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h111 int vendor; member in struct:hostapd_eap_user::__anon15590
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h111 int vendor; member in struct:hostapd_eap_user::__anon15816
/external/bluetooth/bluedroid/btif/include/
H A Duinput.h564 uint16_t vendor; member in struct:uinput_id
/external/kernel-headers/original/linux/spi/
H A Dcpcap.h699 enum cpcap_vendor vendor; member in struct:cpcap_device
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h173 #define AVRC_ID_VENDOR 0x7E /* vendor unique */
188 /* Define the PDUs carried in the vendor dependant data
216 /* Define the vendor unique id carried in the pass through data
220 /* the only pass through vendor unique commands defined by AVRC is the group navigation commands
221 * The len for vendor unique data is 5 */
763 * vendor-dependent. Value range is 0-7. */
764 UINT8 opcode; /* Op Code (passthrough, vendor, etc) */
773 UINT8 unit; /* This value is vendor dependent and typically zero. */
794 UINT8 *p_vendor_data;/* Pointer to vendor dependent data. */
795 UINT16 vendor_len; /* Length in bytes of vendor dependen
833 tAVRC_MSG_VENDOR vendor; /* VENDOR DEPENDENT message. */ member in union:__anon1093
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 362 milliseconds

12345