Searched refs:usb_get_manufacturer (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usbdi_util.h | 87 const char *usb_get_manufacturer(struct usb_device *);
|
H A D | usb_device.c | 280 usb_get_manufacturer(struct usb_device *udev) in usb_get_manufacturer() function 2100 usb_get_manufacturer(udev), usb_get_product(udev), in usb_alloc_device() 2310 usb_get_manufacturer(udev), usb_get_product(udev), in usb_free_device() 2470 usb_get_manufacturer(udev), in usb_devinfo() 2479 usb_get_manufacturer(udev), in usb_devinfo() 3136 strlcpy(di->udi_vendor, usb_get_manufacturer(udev), sizeof(di->udi_vendor)); in usbd_fill_deviceinfo()
|
H A D | usb_msctest.c | 762 if (usb_get_manufacturer(udev) != NULL && usb_get_product(udev) != NULL) { \ 764 usb_get_manufacturer(udev), \
|
/freebsd/sys/dev/usb/serial/ |
H A D | ubser.c | 219 if ((strcmp(usb_get_manufacturer(uaa->device), "BWCT") == 0) && in ubser_probe()
|
H A D | u3g.c | 856 usb_get_manufacturer(udev), in u3g_test_autoinst()
|
/freebsd/sys/dev/usb/input/ |
H A D | usbhid.c | 743 usb_get_manufacturer(udev), usb_get_product(udev)); in usbhid_fill_device_info()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_usie.c | 257 usb_get_manufacturer(udev), in usie_autoinst()
|
H A D | uhso.c | 612 usb_get_manufacturer(uaa->device), in uhso_attach()
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 1203 usb_get_manufacturer(sc->sc_udev), in uaudio_attach_sub()
|