Home
last modified time | relevance | path

Searched refs:usb_get_manufacturer (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusbdi_util.h87 const char *usb_get_manufacturer(struct usb_device *);
H A Dusb_device.c280 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 Dusb_msctest.c762 if (usb_get_manufacturer(udev) != NULL && usb_get_product(udev) != NULL) { \
764 usb_get_manufacturer(udev), \
/freebsd/sys/dev/usb/serial/
H A Dubser.c219 if ((strcmp(usb_get_manufacturer(uaa->device), "BWCT") == 0) && in ubser_probe()
H A Du3g.c856 usb_get_manufacturer(udev), in u3g_test_autoinst()
/freebsd/sys/dev/usb/input/
H A Dusbhid.c743 usb_get_manufacturer(udev), usb_get_product(udev)); in usbhid_fill_device_info()
/freebsd/sys/dev/usb/net/
H A Dif_usie.c257 usb_get_manufacturer(udev), in usie_autoinst()
H A Duhso.c612 usb_get_manufacturer(uaa->device), in uhso_attach()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c1203 usb_get_manufacturer(sc->sc_udev), in uaudio_attach_sub()