Home
last modified time | relevance | path

Searched refs:idVendor (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c154 cfgrec->idVendor = cfgrec->idProduct = cfgrec->cfg_index = -1; in usba_devdb_get_conf_rec()
255 cfgrec->idVendor = (int)value; in usba_devdb_get_conf_rec()
424 if (u1->idVendor < u2->idVendor) { in usba_devdb_compare()
427 } else if (u1->idVendor > u2->idVendor) { in usba_devdb_compare()
575 usba_devdb_get_user_preferences(int idVendor, int idProduct, char *serialno, in usba_devdb_get_user_preferences() argument
589 req_rec->idVendor = idVendor; in usba_devdb_get_user_preferences()
H A Dusba.c1946 usb_dev_descr->idVendor, in usba_ready_device_node()
1953 usb_dev_descr->idVendor, in usba_ready_device_node()
2060 usb_dev_descr->idVendor, in usba_ready_device_node()
2076 usb_dev_descr->idVendor, in usba_ready_device_node()
2438 usb_dev_descr->idVendor, in usba_ready_interface_association_node()
2447 usb_dev_descr->idVendor, in usba_ready_interface_association_node()
2457 usb_dev_descr->idVendor, in usba_ready_interface_association_node()
2465 usb_dev_descr->idVendor, in usba_ready_interface_association_node()
2472 usb_dev_descr->idVendor, in usba_ready_interface_association_node()
2682 usb_dev_descr->idVendor, in usba_ready_interface_node()
[all …]
H A Dusbai_util.c1193 match = (usba_device->usb_dev_descr->idVendor == in usb_check_same_device()
1194 usb_dev_descr.idVendor) && in usb_check_same_device()
H A Dhubdi.c3173 if ((hubd->h_dev_data->dev_descr->idVendor == USB_HUB_INTEL_VID) && in hubd_get_hub_descriptor()
5722 user_pref = usba_devdb_get_user_preferences(usbdev_ptr->idVendor, in hubd_select_device_configuration()
6470 usb_dev_descr.idVendor, in hubd_create_child()
6503 usb_dev_descr.idVendor, usb_dev_descr.idProduct, in hubd_create_child()
H A Dusba_ugen.c1597 int vid = ugenp->ug_dev_data->dev_descr->idVendor; in ugen_epxs_minor_nodes_create()
4180 int vid = ugenp->ug_dev_data->dev_descr->idVendor; in ugen_ds_minor_nodes_create()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c46 int idVendor, idProduct, cfgndx; member
491 user_rec->idVendor = user_rec->idProduct = user_rec->cfgndx = -1; in usb_get_conf_rec()
601 user_rec->idVendor = (int)value; in usb_get_conf_rec()
649 if ((cfg_rec->idVendor == user_rec->idVendor) && in usb_cmp_rec()
749 cfgrec.idVendor = vid; in add_entry()
823 user_rec->idVendor, user_rec->idProduct); in add_entry()
885 cfgrec.idVendor, cfgrec.idProduct); in add_entry()
H A Dcfga_usb.c776 descrp->idVendor, descrp->idProduct, config); in set_configuration()
793 descrp->idVendor, /* vendorId */ in set_configuration()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_devdb.h36 int idVendor, idProduct, cfg_index; member
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h301 uint16_t idVendor; member
354 .match_flag_vendor = 1, .idVendor = (vend)
403 uint16_t idVendor; member
H A Dusb.h295 uWord idVendor; member
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c603 "usb_addr: 0x%02x\n", usb_dev_descr.idVendor, in usba_device()
H A Dprtusb.c661 dev_desc.idVendor, dev_desc.idProduct); in prtusb()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c846 hub->idVendor = 0x00; in xhci_root_hub_fill_dev_desc()
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c157 MSETW(.idVendor, 0xFB5D), /* vendor */
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c224 switch (dd->idVendor) { in uftdi_attach()
318 dd->idVendor, dd->idProduct, uf->uf_hwport); in uftdi_attach()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_hw.c380 sc->mac_rev = zyd_usb_mac_rev(uc->cdata->dev_descr->idVendor, in zyd_hw_init()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h234 uint16_t idVendor; /* vendor ID */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1749 if (dd->idVendor == USB_VENDOR_SIGMADESIGNS && in usbsacm_get_descriptors()
2776 if (dev_descr->idVendor == 0x5c6 && dev_descr->idProduct == 0x3100) { in usbsacm_create_pm_components()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2506 hidp->hid_dev_descr->idVendor; in hid_mctl_receive()
2899 if ((hidp->hid_dev_descr->idVendor == in hid_is_pm_enabled()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1522 if (((descr->idVendor == (uint16_t)ov.vid) || (ov.vid == 0)) && in scsa2usb_override()
1728 if (q->q_vid == desc->idVendor && in scsa2usb_detect_quirks()
1745 if (desc->idVendor == MS_MITSUMI_VID) { in scsa2usb_detect_quirks()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c2192 vendor_id = sc->sc_udev->dev_descr->idVendor; in uath_reconnect()
3057 vendor_id = sc->sc_udev->dev_descr->idVendor; in uath_attach()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c1216 if (sc->sc_udev->dev_descr->idVendor == t->atu_vid && in atu_attach()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2444 if ((usb_dev_desc->idVendor == SUN_SP_VENDOR_ID) && in usbecm_get_descriptors()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c4270 e = urtw_lookup(sc->sc_udev->dev_descr->idVendor, in urtw_attach()