Searched refs:product_id (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c53 uint16_t product_id; member in struct:ath3k_devid
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
[all...]
/freebsd-current/usr.sbin/bluetooth/iwmbtfw/
H A Dmain.c54 uint16_t product_id; member in struct:iwmbt_devid
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 },
83 if ((iwmbt_list_72xx[i].product_id
[all...]
/freebsd-current/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h48 uint16_t product_id; member in struct:hid_device
H A Dlexer.l60 product_id_word product_id
H A Dparser.y137 | product_id
178 product_id: T_PRODUCT_ID T_HEXWORD label
180 hid_device->product_id = $2;
360 " product_id 0x%04x;\n" \
370 d->vendor_id, d->product_id, d->version,
/freebsd-current/lib/libusb/
H A Dlibusb10_hotplug.c183 int vendor_id, int product_id, int dev_class,
194 product_id < -1 || product_id > 0xffff ||
212 handle->product = product_id;
181 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
H A Dlibusb.h502 libusb_device_handle *libusb_open_device_with_vid_pid(libusb_context * ctx, uint16_t vendor_id, uint16_t product_id);
597 int 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 *handle);
/freebsd-current/contrib/libfido2/fuzz/
H A Dfuzz_hid.c180 int16_t vendor_id, product_id; local
201 product_id = fido_dev_info_product(di);
203 consume(&product_id, sizeof(product_id));
H A Dfuzz_pcsc.c158 int16_t vendor_id, product_id; local
177 product_id = fido_dev_info_product(di);
179 consume(&product_id, sizeof(product_id));
/freebsd-current/sys/dev/firewire/
H A Dfwphyreg.h180 uint8_t product_id[3]; member in struct:phyreg_page1
/freebsd-current/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c124 int16_t vendor_id = 0, product_id = 0, version = 0; local
209 SDP_GET16(product_id, v);
225 hd->product_id = product_id;
/freebsd-current/contrib/libfido2/src/
H A Dhid_linux.c80 int16_t *product_id)
98 *product_id = (int16_t)z;
151 parse_uevent(uevent, &bus, &di->vendor_id, &di->product_id) < 0) {
79 parse_uevent(const char *uevent, int *bus, int16_t *vendor_id, int16_t *product_id) argument
H A Dhid_freebsd.c91 di->product_id = devinfo.product;
98 di->product_id = (int16_t)udi.udi_productNo;
142 di->product_id = (int16_t)udi.udi_productNo;
H A Dhid_hidapi.c87 di->product_id = (int16_t)d->product_id;
H A Dhid_osx.c110 get_id(IOHIDDeviceRef dev, int16_t *vendor_id, int16_t *product_id) argument
128 *product_id = (int16_t)product;
228 if (get_id(dev, &di->vendor_id, &di->product_id) < 0 ||
H A Dhid_win.c107 get_id(HANDLE dev, int16_t *vendor_id, int16_t *product_id) argument
119 *product_id = (int16_t)attr.ProductID;
333 if (get_id(dev, &di->vendor_id, &di->product_id) < 0) {
H A Dhid.c209 return (di->product_id);
H A Dhid_netbsd.c107 di->product_id = (int16_t)udi.udi_productNo;
H A Dhid_openbsd.c61 di->product_id = (int16_t)udi.udi_productNo;
/freebsd-current/sys/dev/hid/
H A Dietp.c108 uint16_t product_id; member in struct:ietp_softc
481 sc->product_id = le16toh(buf);
572 uint16_t product_id; member in struct:__anon401
589 sc->product_id == special_fw[i].product_id) {
/freebsd-current/sys/x86/include/
H A Dmptable.h68 uint8_t product_id[12]; member in struct:MPCTH
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dusb.c998 int ret, vendor_id, product_id; local
1021 product_id = le16_to_cpu(dev->descriptor.idProduct);
1025 vendor_id, product_id);
1033 ar->dev_id = product_id;
1035 ar->id.device = product_id;
/freebsd-current/sys/cam/ata/
H A Data_all.h93 uint8_t product_id[16]; /* Product identification string */ member in struct:sep_identify_data
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dmptbl.c119 memcpy(mpch->product_id, MPCH_PRODID, MPCH_PRODID_LEN);
/freebsd-current/contrib/libfido2/src/fido/
H A Dtypes.h285 int16_t product_id; /* 2-byte product id */ member in struct:fido_dev_info

Completed in 292 milliseconds

12