Searched defs:vendor_id (Results 1 - 25 of 98) sorted by relevance

1234

/external/libbrillo/policy/
H A Ddevice_policy.h32 uint16_t vendor_id; member in struct:policy::DevicePolicy::UsbDeviceId
/external/adhd/cras/src/server/config/
H A Dcras_device_blacklist.c49 unsigned vendor_id,
60 vendor_id, product_id, desc_checksum, device_index);
48 cras_device_blacklist_check(struct cras_device_blacklist *blacklist, unsigned vendor_id, unsigned product_id, unsigned desc_checksum, unsigned device_index) argument
/external/autotest/client/common_lib/cros/cfm/usb/
H A Dusb_device.py43 def vendor_id(self): member in class:UsbDevice
54 """Return the <vendor_id>:<product_id> as a string."""
H A Dusb_device_spec.py34 def vendor_id(self): member in class:UsbDeviceSpec
45 """Return the <vendor_id>:<product_id> as a string."""
/external/drm_gralloc/pci_ids/
H A Dpci_id_driver_map.h63 int vendor_id; member in struct:__anon5631
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_netlink_fc.h56 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
62 uint64_t vendor_id; member in struct:fc_nl_event
H A Dscsi_netlink.h88 * Note: When specifying vendor_id, be sure to read the Vendor Type and ID
93 uint64_t vendor_id; member in struct:scsi_nl_host_vendor_msg
/external/libusb/include/libusb/
H A Dhotplug.h39 int vendor_id; member in struct:libusb_hotplug_callback
/external/libusb/libusb/
H A Dhotplug.h39 int vendor_id; member in struct:libusb_hotplug_callback
H A Dhotplug.c171 if (LIBUSB_HOTPLUG_MATCH_ANY != hotplug_cb->vendor_id &&
172 hotplug_cb->vendor_id != dev->device_descriptor.idVendor) {
239 int vendor_id, int product_id, int dev_class,
252 if ((LIBUSB_HOTPLUG_MATCH_ANY != vendor_id && (~0xffff & vendor_id)) ||
267 new_callback->vendor_id = vendor_id;
237 libusb_hotplug_register_callback(libusb_context *ctx, libusb_hotplug_event events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_callback_fn cb_fn, void *user_data, libusb_hotplug_callback_handle *callback_handle) argument
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h61 int vendor_id; member in struct:pipe_loader_device::__anon16061::__anon16062
H A Dpipe_loader_drm.c174 int vendor_id, chip_id; local
179 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) {
181 ddev->base.u.pci.vendor_id = vendor_id;
/external/syslinux/gpxe/src/arch/i386/include/
H A Dundirom.h17 unsigned int vendor_id; member in struct:undi_pci_device_id
49 extern struct undi_rom * undirom_find_pci ( unsigned int vendor_id,
/external/libusb/examples/
H A Dhotplugtest.c73 int product_id, vendor_id, class_id; local
76 vendor_id = (argc > 1) ? (int)strtol (argv[1], NULL, 0) : 0x045a;
93 rc = libusb_hotplug_register_callback (NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED, 0, vendor_id,
101 rc = libusb_hotplug_register_callback (NULL, LIBUSB_HOTPLUG_EVENT_DEVICE_LEFT, 0, vendor_id,
/external/mesa3d/src/loader/
H A Dpci_id_driver_map.h71 int vendor_id; member in struct:__anon17039
/external/syslinux/gpxe/src/arch/i386/drivers/net/
H A Dundirom.c105 undirom->bus_id.pci.vendor_id = pcir_header.vendor_id;
109 undirom->bus_id.pci.vendor_id, undirom->bus_id.pci.device_id );
205 * @v vendor_id PCI vendor ID
210 struct undi_rom * undirom_find_pci ( unsigned int vendor_id, argument
220 if ( undirom->bus_id.pci.vendor_id != vendor_id )
227 undirom, vendor_id, device_id, rombase );
232 vendor_id, device_id, rombase );
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.c103 u32 vendor_id; local
110 vendor_id = WPA_GET_BE24(pos);
111 switch (vendor_id) {
119 vendor_id);
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.c103 u32 vendor_id; local
110 vendor_id = WPA_GET_BE24(pos);
111 switch (vendor_id) {
119 vendor_id);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c103 u32 vendor_id; local
110 vendor_id = WPA_GET_BE24(pos);
111 switch (vendor_id) {
119 vendor_id);
/external/syslinux/com32/lua/src/
H A Dpci.c79 char vendor_id[5]; local
108 /* the 4th first chars are the vendor_id */
109 strlcpy(vendor_id,line,4);
112 vendor_id[4]=0;
117 if (strstr(vendor_id,"ffff")) break;
119 lua_pushstring(L, vendor_id);
130 /* the 4th first chars are the vendor_id */
131 strlcpy(productvendor,vendor_id,4);
/external/syslinux/gpxe/src/include/gpxe/
H A Disa.h44 uint16_t vendor_id; member in struct:isa_driver
H A Deisa.h32 uint16_t vendor_id; member in struct:eisa_device_id
46 uint16_t vendor_id; member in struct:eisa_device
/external/ipsec-tools/src/racoon/
H A Dvendorid.h94 struct vendor_id { struct
/external/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddrm.c67 unsigned vendor_id; member in struct:fallback_card_config
132 *vendorid = fallback_cards[0].vendor_id;
159 if (fallback_cards[i].vendor_id == override_vendorid) {
162 fallback_cards[i].vendor_id,
164 drvid->VendorId = fallback_cards[i].vendor_id;
178 d3d_match_vendor_id(drvid, fallback_cards[0].vendor_id, fallback_cards[0].device_id, fallback_cards[0].name);
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A Droute80h.c20 uint16_t vendor_id; /* 00-01 */ member in struct:__anon24229
43 static inline int configspace_matches_ids(void *config, uint32_t vendor_id, argument
47 if (cfg[0] == vendor_id && cfg[1] == device_id)
52 static int is_device(EFI_PCI_IO *pciio, uint16_t vendor_id, uint16_t device_id) argument
61 if (vendor_id == lpcif.vendor_id && device_id == lpcif.device_id)
66 static EFI_STATUS find_pci_device(uint16_t vendor_id, uint16_t device_id, argument
90 if (!is_device(*pciio, vendor_id, device_id)) {

Completed in 1292 milliseconds

1234