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

1 2 3 4 5 6 7 8 9

  /external/libbrillo/policy/
device_policy.h 32 uint16_t vendor_id; member in struct:policy::DevicePolicy::UsbDeviceId
  /bionic/libc/kernel/uapi/scsi/
scsi_netlink_fc.h 27 uint64_t vendor_id; member in struct:fc_nl_event
scsi_netlink.h 42 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/libusb/examples/
hotplugtest.c 73 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/libusb/libusb/
hotplug.h 39 int vendor_id; member in struct:libusb_hotplug_callback
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.h 61 int vendor_id; member in struct:pipe_loader_device::__anon27550::__anon27551
pipe_loader_drm.c 174 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/
undirom.h 17 unsigned int vendor_id; member in struct:undi_pci_device_id
49 extern struct undi_rom * undirom_find_pci ( unsigned int vendor_id,
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.c 103 u32 vendor_id; local
110 vendor_id = WPA_GET_BE24(pos);
111 switch (vendor_id) {
119 vendor_id);
  /external/mesa3d/src/loader/
pci_id_driver_map.h 71 int vendor_id; member in struct:__anon28528
  /external/syslinux/com32/lua/src/
pci.c 79 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/
isa.h 44 uint16_t vendor_id; member in struct:isa_driver
eisa.h 32 uint16_t vendor_id; member in struct:eisa_device_id
46 uint16_t vendor_id; member in struct:eisa_device
  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.h 66 uint32_t vendor_id; member in struct:qhdmicec::cec_context_t
  /hardware/qcom/display/msm8998/hdmi_cec/
qhdmi_cec.h 66 uint32_t vendor_id; member in struct:qhdmicec::cec_context_t
  /hardware/qcom/display/sdm845/hdmi_cec/
qhdmi_cec.h 66 uint32_t vendor_id; member in struct:qhdmicec::cec_context_t
  /external/ipsec-tools/src/racoon/
vendorid.h 94 struct vendor_id { struct
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 79 device::vendor_id() const { function in class:device
85 return ldev->u.pci.vendor_id;
  /external/mesa3d/src/gallium/targets/d3dadapter9/
drm.c 67 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/
route80h.c 20 uint16_t vendor_id; /* 00-01 */ member in struct:__anon34124
43 static inline int configspace_matches_ids(void *config, uint32_t vendor_id,
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)
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,
90 if (!is_device(*pciio, vendor_id, device_id)) {
  /external/wpa_supplicant_8/src/eap_common/
eap_ttls.h 24 be32 vendor_id; member in struct:ttls_avp_vendor
  /hardware/interfaces/tv/cec/1.0/default/
HdmiCec.cpp 334 uint32_t vendor_id; local
335 mDevice->get_vendor_id(mDevice, &vendor_id);
336 return vendor_id;
  /system/bt/stack/a2dp/
a2dp_vendor.cc 32 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
36 if (vendor_id == A2DP_APTX_VENDOR_ID &&
42 if (vendor_id == A2DP_APTX_HD_VENDOR_ID &&
48 if (vendor_id == A2DP_LDAC_VENDOR_ID && codec_id == A2DP_LDAC_CODEC_ID) {
52 // Add checks based on <vendor_id, codec_id>
58 // uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info);
61 // Add checks based on <vendor_id, codec_id>
69 // uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info);
72 // Add checks based on <vendor_id, codec_id>
79 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info) local
139 uint32_t vendor_id = (p[0] & 0x000000ff) | ((p[1] << 8) & 0x0000ff00) | local
156 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
185 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
291 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
317 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
368 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
396 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
426 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
452 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
479 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
548 uint32_t vendor_id = A2DP_VendorCodecGetVendorId(p_codec_info); local
    [all...]

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 9