Home
last modified time | relevance | path

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

1234567

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Dmain.c56 uint16_t vendor_id; member
61 { .vendor_id = 0x13d3, .product_id = 0x3529 },
64 { .vendor_id = 0x0bda, .product_id = 0xb00c },
65 { .vendor_id = 0x0bda, .product_id = 0xc822 },
68 { .vendor_id = 0x13d3, .product_id = 0x3549 },
71 { .vendor_id = 0x0bda, .product_id = 0x2852 },
72 { .vendor_id = 0x0bda, .product_id = 0xc852 },
73 { .vendor_id = 0x0bda, .product_id = 0x385a },
74 { .vendor_id = 0x0bda, .product_id = 0x4852 },
75 { .vendor_id = 0x04c5, .product_id = 0x165c },
[all …]
/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'};
142 print STDERR " $vendor_define: $vendor_id:$device_id already in header\n";
147 my $name = $pciids_db{$vendor_id}{'devices'}{$device_id} || "Unknown device name";
[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/usr.sbin/bluetooth/iwmbtfw/
H A Dmain.c63 uint16_t vendor_id; member
70 { .vendor_id = 0x8087, .product_id = 0x07dc, .device = IWMBT_DEVICE_7260 },
71 { .vendor_id = 0x8087, .product_id = 0x0a2a, .device = IWMBT_DEVICE_7260 },
72 { .vendor_id = 0x8087, .product_id = 0x0aa7, .device = IWMBT_DEVICE_7260 },
75 { .vendor_id = 0x8087, .product_id = 0x0a2b, .device = IWMBT_DEVICE_8260 },
76 { .vendor_id = 0x8087, .product_id = 0x0aaa, .device = IWMBT_DEVICE_8260 },
77 { .vendor_id = 0x8087, .product_id = 0x0025, .device = IWMBT_DEVICE_8260 },
78 { .vendor_id = 0x8087, .product_id = 0x0026, .device = IWMBT_DEVICE_8260 },
79 { .vendor_id = 0x8087, .product_id = 0x0029, .device = IWMBT_DEVICE_8260 },
82 { .vendor_id
[all...]
/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/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c107 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, in eap_ttls_avp_hdr() argument
116 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()
228 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { 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()
[all …]
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c58 uint32_t vendor_id; member
461 if (sc->vendor_id == PCI_VID_NVIDIA) in ofwfb_initialize()
496 uint32_t vendor_id = 0; in ofwfb_init()
535 if (OF_getencprop(OF_parent(node), "vendor-id", &vendor_id, in ofwfb_init()
536 sizeof(vendor_id)) == sizeof(vendor_id)) in ofwfb_init()
537 sc->vendor_id = vendor_id; in ofwfb_init()
615 else if (sc->vendor_id == PCI_VID_ASPEED) in ofwfb_init()
484 uint32_t vendor_id = 0; ofwfb_init() local
/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c340 int vendor_id, int product_id, int dev_class,
357 vendor_id < -1 || vendor_id > 0xffff ||
375 handle->vendor = vendor_id;
186 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 * phandle) libusb_hotplug_register_callback() argument
/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/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/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/wpa/src/radius/
H A Dradius.c1092 u32 vendor_id; in radius_msg_get_vendor_attr() local
1105 os_memcpy(&vendor_id, pos, 4); in radius_msg_get_vendor_attr()
1109 if (ntohl(vendor_id) != vendor) in radius_msg_get_vendor_attr()
1350 u32 vendor_id = htonl(RADIUS_VENDOR_ID_MICROSOFT); in radius_msg_add_mppe_keys() local
1358 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2; in radius_msg_add_mppe_keys()
1366 os_memcpy(pos, &vendor_id, sizeof(vendor_id)); in radius_msg_add_mppe_keys()
1367 pos += sizeof(vendor_id); in radius_msg_add_mppe_keys()
1380 vhdr->vendor_length = hlen + elen - sizeof(vendor_id); in radius_msg_add_mppe_keys()
1395 os_memcpy(pos, &vendor_id, sizeof(vendor_id)); in radius_msg_add_mppe_keys()
1396 pos += sizeof(vendor_id); in radius_msg_add_mppe_keys()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_ttls.c230 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, in eap_ttls_avp_hdr() argument
239 if (vendor_id) { in eap_ttls_avp_hdr()
242 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
256 u32 vendor_id, int mandatory, in eap_ttls_avp_add() argument
260 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); in eap_ttls_avp_add()
972 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local
1006 vendor_id = WPA_GET_BE32(dpos); in eap_ttls_parse_avp()
1008 (int) vendor_id); in eap_ttls_parse_avp()
1015 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { in eap_ttls_parse_avp()
1018 } else if (vendor_id == 0 && avp_code == RADIUS_ATTR_REPLY_MESSAGE) { in eap_ttls_parse_avp()
[all …]
/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/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()
/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/tcpdump/
H A Dprint-lspping.c1026 uint32_t vendor_id; in lspping_print() local
1033 vendor_id = GET_BE_U_4(tlv_tptr); in lspping_print()
1035 tok2str(smi_values, "Unknown", vendor_id), in lspping_print()
1036 vendor_id); in lspping_print()

1234567