Home
last modified time | relevance | path

Searched refs:vendor_id (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c54 uint16_t vendor_id; member
61 { .vendor_id = 0x0489, .product_id = 0xe04e, .is_3012 = 1 },
62 { .vendor_id = 0x0489, .product_id = 0xe04d, .is_3012 = 1 },
63 { .vendor_id = 0x0489, .product_id = 0xe056, .is_3012 = 1 },
64 { .vendor_id = 0x0489, .product_id = 0xe057, .is_3012 = 1 },
65 { .vendor_id = 0x0489, .product_id = 0xe05f, .is_3012 = 1 },
66 { .vendor_id = 0x04c5, .product_id = 0x1330, .is_3012 = 1 },
67 { .vendor_id = 0x04ca, .product_id = 0x3004, .is_3012 = 1 },
68 { .vendor_id = 0x04ca, .product_id = 0x3005, .is_3012 = 1 },
69 { .vendor_id = 0x04ca, .product_id = 0x3006, .is_3012 = 1 },
[all …]
/freebsd/tools/tools/drm/
H A Dgen-drm_pciids28 my $vendor_id = uc($1);
33 'vendor_id' => $vendor_id,
60 my $vendor_id = uc($1);
66 'vendor_id' => $vendor_id,
93 my $vendor_id = uc($1);
95 $pciids{$vendor_id} = {
100 $current_vendor_id = $vendor_id;
139 my $vendor_id = $linux_pciids{$vendor_define}{$device_id}{'vendor_id'};
150 'vendor_id' => $vendor_id,
171 my $vendor_id = $freebsd_pciids{$vendor_define}{$device_id}{'vendor_id'};
[all …]
/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Dmain.c55 uint16_t vendor_id; member
61 { .vendor_id = 0x8087, .product_id = 0x07dc },
62 { .vendor_id = 0x8087, .product_id = 0x0a2a },
63 { .vendor_id = 0x8087, .product_id = 0x0aa7 },
69 { .vendor_id = 0x8087, .product_id = 0x0a2b },
70 { .vendor_id = 0x8087, .product_id = 0x0aaa },
71 { .vendor_id = 0x8087, .product_id = 0x0025 },
72 { .vendor_id = 0x8087, .product_id = 0x0026 },
73 { .vendor_id = 0x8087, .product_id = 0x0029 },
84 (iwmbt_list_72xx[i].vendor_id == d->idVendor)) { in iwmbt_is_7260()
[all …]
/freebsd/sys/dev/isci/
H A Disci_oem_parameters.c44 uint16_t vendor_id; member
106 uint16_t vendor_id = isci->pci_common_header.vendor_id; in isci_get_oem_parameters() local
117 if (pcir_header->vendor_id == vendor_id && in isci_get_oem_parameters()
/freebsd/sys/isa/
H A Dpnp.c44 uint32_t vendor_id; member
55 uint32_t vendor_id; /* Vendor of the card */ member
342 pnp_check_quirks(uint32_t vendor_id, uint32_t logical_id, int ldn, in pnp_check_quirks() argument
347 for (qp = &pnp_quirks[0]; qp->vendor_id; qp++) { in pnp_check_quirks()
348 if (qp->vendor_id == vendor_id in pnp_check_quirks()
471 pnp_check_quirks(p->vendor_id, logical_id, ldn, NULL); in pnp_create_devices()
478 isa_set_vendorid(dev, p->vendor_id); in pnp_create_devices()
691 pnp_eisaformat(id.vendor_id)); in pnp_isolation_protocol()
/freebsd/stand/common/
H A Disapnp.h244 u_int vendor_id; /* board id */ member
266 char * (*pd_probe ) (u_long csn, u_long vendor_id);
274 u_long vendor_id; member
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c58 uint32_t vendor_id; member
449 if (sc->vendor_id == PCI_VID_NVIDIA) in ofwfb_initialize()
484 uint32_t vendor_id = 0; in ofwfb_init() local
523 if (OF_getencprop(OF_parent(node), "vendor-id", &vendor_id, in ofwfb_init()
524 sizeof(vendor_id)) == sizeof(vendor_id)) in ofwfb_init()
525 sc->vendor_id = vendor_id; in ofwfb_init()
603 else if (sc->vendor_id == PCI_VID_ASPEED) in ofwfb_init()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c116 if (vendor_id) { in eap_ttls_avp_hdr()
119 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
189 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_avp_parse() local
219 vendor_id = be_to_host32(* (be32 *) dpos); in eap_ttls_avp_parse()
221 (int) vendor_id); in eap_ttls_avp_parse()
252 } else if (vendor_id == 0 && in eap_ttls_avp_parse()
258 } else if (vendor_id == 0 && in eap_ttls_avp_parse()
271 } else if (vendor_id == 0 && in eap_ttls_avp_parse()
278 } else if (vendor_id == 0 && in eap_ttls_avp_parse()
309 "dropped", (int) avp_code, (int) vendor_id); in eap_ttls_avp_parse()
[all …]
/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c183 int vendor_id, int product_id, int dev_class, in libusb_hotplug_register_callback() argument
193 vendor_id < -1 || vendor_id > 0xffff || in libusb_hotplug_register_callback()
211 handle->vendor = vendor_id; in libusb_hotplug_register_callback()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_hid.c180 int16_t vendor_id, product_id; in manifest() local
200 vendor_id = fido_dev_info_vendor(di); in manifest()
202 consume(&vendor_id, sizeof(vendor_id)); in manifest()
H A Dfuzz_pcsc.c158 int16_t vendor_id, product_id; in test_manifest() local
176 vendor_id = fido_dev_info_vendor(di); in test_manifest()
178 consume(&vendor_id, sizeof(vendor_id)); in test_manifest()
/freebsd/contrib/ofed/libibnetdisc/
H A Dchassis.c101 int vendor_id; in ibnd_get_chassis_slot_str() local
109 vendor_id = mad_get_field(node->info, 0,IB_NODE_VENDORID_F); in ibnd_get_chassis_slot_str()
111 if ((vendor_id != VTR_VENDOR_ID) && (vendor_id != MLX_VENDOR_ID)) in ibnd_get_chassis_slot_str()
1245 int vendor_id; in group_nodes() local
1257 vendor_id = mad_get_field(node->info, 0,IB_NODE_VENDORID_F); in group_nodes()
1259 if (vendor_id == VTR_VENDOR_ID in group_nodes()
1262 else if (vendor_id == MLX_VENDOR_ID in group_nodes()
1312 vendor_id = mad_get_field(node->info, 0,IB_NODE_VENDORID_F); in group_nodes()
1314 if (vendor_id == VTR_VENDOR_ID) in group_nodes()
1325 else if (vendor_id == MLX_VENDOR_ID){ in group_nodes()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c124 int16_t vendor_id = 0, product_id = 0, version = 0; in hid_sdp_query() local
206 SDP_GET16(vendor_id, v); in hid_sdp_query()
224 hd->vendor_id = vendor_id; in hid_sdp_query()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c224 unsigned vendor_id, device_id; in irdma_driver_init() local
231 sscanf(buf, "%i", &vendor_id); in irdma_driver_init()
232 if (vendor_id != PCI_VENDOR_ID_INTEL) in irdma_driver_init()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_ttls.c214 if (vendor_id) { in eap_ttls_avp_hdr()
217 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
231 u32 vendor_id, int mandatory, in eap_ttls_avp_add() argument
947 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local
981 vendor_id = WPA_GET_BE32(dpos); in eap_ttls_parse_avp()
983 (int) vendor_id); in eap_ttls_parse_avp()
990 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { in eap_ttls_parse_avp()
998 } else if (vendor_id == RADIUS_VENDOR_ID_MICROSOFT && in eap_ttls_parse_avp()
1010 } else if (vendor_id == RADIUS_VENDOR_ID_MICROSOFT && in eap_ttls_parse_avp()
1018 (int) avp_code, (int) vendor_id); in eap_ttls_parse_avp()
[all …]
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y136 | vendor_id
172 vendor_id: T_VENDOR_ID T_HEXWORD
174 hid_device->vendor_id = $2;
370 d->vendor_id, d->product_id, d->version, in print_hid_device()
H A Dbthid_config.h47 uint16_t vendor_id; /* primary vendor id */ member
/freebsd/contrib/wpa/src/radius/
H A Dradius.c935 u32 vendor_id; in radius_msg_get_vendor_attr() local
948 os_memcpy(&vendor_id, pos, 4); in radius_msg_get_vendor_attr()
952 if (ntohl(vendor_id) != vendor) in radius_msg_get_vendor_attr()
1193 u32 vendor_id = htonl(RADIUS_VENDOR_ID_MICROSOFT); in radius_msg_add_mppe_keys() local
1201 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2; in radius_msg_add_mppe_keys()
1209 os_memcpy(pos, &vendor_id, sizeof(vendor_id)); in radius_msg_add_mppe_keys()
1210 pos += sizeof(vendor_id); in radius_msg_add_mppe_keys()
1223 vhdr->vendor_length = hlen + elen - sizeof(vendor_id); in radius_msg_add_mppe_keys()
1238 os_memcpy(pos, &vendor_id, sizeof(vendor_id)); in radius_msg_add_mppe_keys()
1239 pos += sizeof(vendor_id); in radius_msg_add_mppe_keys()
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c54 u16 vendor_id = 0; in read_vendor_id() local
57 ret = pci_read_config_word(dev->persist->pdev, 0, &vendor_id); in read_vendor_id()
63 if (vendor_id == 0xffff) { in read_vendor_id()
/freebsd/contrib/wpa/src/wps/
H A Dwps_attr_parse.c114 u32 vendor_id; in wps_parse_vendor_ext() local
121 vendor_id = WPA_GET_BE24(pos); in wps_parse_vendor_ext()
122 switch (vendor_id) { in wps_parse_vendor_ext()
130 vendor_id); in wps_parse_vendor_ext()
/freebsd/contrib/libfido2/src/
H A Dhid_freebsd.c90 di->vendor_id = devinfo.vendor; in copy_info_hidraw()
97 di->vendor_id = (int16_t)udi.udi_vendorNo; in copy_info_hidraw()
141 di->vendor_id = (int16_t)udi.udi_vendorNo; in copy_info_uhid()
H A Dhid_linux.c79 parse_uevent(const char *uevent, int *bus, int16_t *vendor_id, in parse_uevent() argument
97 *vendor_id = (int16_t)y; in parse_uevent()
151 parse_uevent(uevent, &bus, &di->vendor_id, &di->product_id) < 0) { in copy_info()
H A Dhid_hidapi.c88 di->vendor_id = (int16_t)d->vendor_id; in copy_info()
/freebsd/sys/dev/isci/scil/
H A Dintel_pci.h69 U16 vendor_id; member
/freebsd/contrib/wpa/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member

1234567