Searched refs:vendor_id (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-11.0-release/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c56 uint16_t vendor_id; member in struct:ath3k_devid
63 { .vendor_id = 0x0489, .product_id = 0xe04e, .is_3012 = 1 },
64 { .vendor_id = 0x0489, .product_id = 0xe04d, .is_3012 = 1 },
65 { .vendor_id = 0x0489, .product_id = 0xe056, .is_3012 = 1 },
66 { .vendor_id = 0x0489, .product_id = 0xe057, .is_3012 = 1 },
67 { .vendor_id = 0x0489, .product_id = 0xe05f, .is_3012 = 1 },
68 { .vendor_id = 0x04c5, .product_id = 0x1330, .is_3012 = 1 },
69 { .vendor_id = 0x04ca, .product_id = 0x3004, .is_3012 = 1 },
70 { .vendor_id = 0x04ca, .product_id = 0x3005, .is_3012 = 1 },
71 { .vendor_id
[all...]
/freebsd-11.0-release/tools/tools/drm/
H A Dgen-drm_pciids29 my $vendor_id = uc($1);
34 'vendor_id' => $vendor_id,
61 my $vendor_id = uc($1);
67 'vendor_id' => $vendor_id,
94 my $vendor_id = uc($1);
96 $pciids{$vendor_id} = {
101 $current_vendor_id = $vendor_id;
140 my $vendor_id
[all...]
/freebsd-11.0-release/sys/dev/isci/scil/
H A Dintel_pci.h69 U16 vendor_id; member in struct:sci_pci_common_header
/freebsd-11.0-release/sys/dev/isci/
H A Disci_oem_parameters.c44 uint16_t vendor_id; member in struct:pcir_header
106 uint16_t vendor_id = isci->pci_common_header.vendor_id; local
117 if (pcir_header->vendor_id == vendor_id &&
/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_ttls.h24 be32 vendor_id; member in struct:ttls_avp_vendor
H A Deap_tlv_common.h50 be32 vendor_id; member in struct:eap_tlv_nak_tlv
/freebsd-11.0-release/sys/boot/common/
H A Disapnp.h252 u_int vendor_id; /* board id */ member in struct:pnp_cinfo
274 char * (*pd_probe ) (u_long csn, u_long vendor_id);
282 u_long vendor_id; member in struct:_pnp_id
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_ahb.c90 int vendor_id, device_id; local
97 "vendor_id", &vendor_id) != 0) {
98 vendor_id = VENDOR_ATHEROS;
107 vendor_id & 0xffff,
111 devname = ath_hal_probe(vendor_id, device_id);
138 int device_id, vendor_id; local
251 "vendor_id", &vendor_id) != 0) {
252 vendor_id
[all...]
H A Dif_ath_pci.c89 int vendor_id; member in struct:pci_device_id
105 .vendor_id = (v), \
113 .vendor_id = (v), .match_vendor_id = 1, \
142 int vendor_id, device_id; local
145 vendor_id = pci_get_vendor(dev);
156 (dev_table[i].vendor_id != vendor_id))
/freebsd-11.0-release/sys/isa/
H A Dpnp.c45 uint32_t vendor_id; member in struct:_pnp_id
56 uint32_t vendor_id; /* Vendor of the card */ member in struct:pnp_quirk
374 pnp_check_quirks(uint32_t vendor_id, uint32_t logical_id, int ldn, argument
379 for (qp = &pnp_quirks[0]; qp->vendor_id; qp++) {
380 if (qp->vendor_id == vendor_id
503 pnp_check_quirks(p->vendor_id, logical_id, ldn, NULL);
510 isa_set_vendorid(dev, p->vendor_id);
727 printf("PnP Vendor ID = %x\n", id.vendor_id);
729 for (n = necpnp = 0; necids[n].vendor_id;
[all...]
H A Dpnpvar.h61 void pnp_check_quirks(uint32_t vendor_id, uint32_t logical_id, int ldn,
/freebsd-11.0-release/lib/libusb/
H A Dlibusb10_hotplug.c173 int vendor_id, int product_id, int dev_class,
183 vendor_id < -1 || vendor_id > 0xffff ||
199 handle->vendor = vendor_id;
171 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) argument
/freebsd-11.0-release/sys/dev/ixgb/
H A Dixgb_ee.h93 uint16_t vendor_id; member in struct:ixgb_ee_map_type
/freebsd-11.0-release/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, argument
116 if (vendor_id) {
119 avp->vendor_id = host_to_be32(vendor_id);
189 u32 avp_code, avp_length, vendor_id = 0; local
219 vendor_id = be_to_host32(* (be32 *) dpos);
220 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
221 (int) vendor_id);
228 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) {
253 } else if (vendor_id
[all...]
/freebsd-11.0-release/sys/dev/firewire/
H A Dfwphyreg.h178 uint8_t vendor_id[3]; member in struct:phyreg_page1
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_ttls.c160 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, argument
169 if (vendor_id) {
172 avp->vendor_id = host_to_be32(vendor_id);
186 u32 vendor_id, int mandatory,
190 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len);
856 u32 avp_code, avp_length, vendor_id = 0; local
890 vendor_id = WPA_GET_BE32(dpos);
891 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP vendor_id %d",
892 (int) vendor_id);
185 eap_ttls_avp_add(u8 *start, u8 *avphdr, u32 avp_code, u32 vendor_id, int mandatory, const u8 *data, size_t len) argument
[all...]
/freebsd-11.0-release/contrib/wpa/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);
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-lspping.c843 uint32_t vendor_id; local
846 vendor_id = EXTRACT_32BITS(tlv_tptr);
848 tok2str(smi_values, "Unknown", vendor_id),
849 vendor_id));
H A Dprint-radius.c552 u_int vendor_id; local
559 vendor_id = EXTRACT_32BITS(data);
564 tok2str(smi_values,"Unknown",vendor_id),
565 vendor_id));
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h49 u32 vendor_id; member in struct:iwch_rnic_attributes
/freebsd-11.0-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c70 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id) argument
82 *vendor_id = MLX5_GET(query_adapter_out, out,
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius.c935 u32 vendor_id; local
948 os_memcpy(&vendor_id, pos, 4);
952 if (ntohl(vendor_id) != vendor)
1192 u32 vendor_id = htonl(RADIUS_VENDOR_ID_MICROSOFT); local
1200 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2;
1208 os_memcpy(pos, &vendor_id, sizeof(vendor_id));
1209 pos += sizeof(vendor_id);
1218 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1233 os_memcpy(pos, &vendor_id, sizeo
[all...]
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dap_drv_ops.h323 int vendor_id, int subcmd,
329 return hapd->driver->vendor_cmd(hapd->drv_priv, vendor_id, subcmd, data,
322 hostapd_drv_vendor_cmd(struct hostapd_data *hapd, int vendor_id, int subcmd, const u8 *data, size_t data_len, struct wpabuf *buf) argument
/freebsd-11.0-release/sys/dev/ixl/
H A Dif_ixl.c244 while (ent->vendor_id != 0) {
245 if ((pci_vendor_id == ent->vendor_id) &&
/freebsd-11.0-release/sys/dev/twa/
H A Dtw_cl_init.c57 * Input: vendor_id -- vendor id of the controller
64 tw_cl_ctlr_supported(TW_INT32 vendor_id, TW_INT32 device_id) argument
66 if ((vendor_id == TW_CL_VENDOR_ID) &&

Completed in 179 milliseconds

12345