Home
last modified time | relevance | path

Searched refs:usb_get_manufacturer (Results 1 – 10 of 10) 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
2098 usb_get_manufacturer(udev), usb_get_product(udev), in usb_alloc_device()
2308 usb_get_manufacturer(udev), usb_get_product(udev), in usb_free_device()
2468 usb_get_manufacturer(udev), in usb_devinfo()
2477 usb_get_manufacturer(udev), in usb_devinfo()
H A Dusb_msctest.c767 if (usb_get_manufacturer(udev) != NULL && usb_get_product(udev) != NULL) { \
769 usb_get_manufacturer(udev), \
H A Dusb_generic.c845 strlcpy(di->udi_vendor, usb_get_manufacturer(udev), sizeof(di->udi_vendor)); in ugen_fill_deviceinfo()
/freebsd/sys/dev/usb/serial/
H A Dubser.c220 if ((strcmp(usb_get_manufacturer(uaa->device), "BWCT") == 0) && in ubser_probe()
H A Du3g.c855 usb_get_manufacturer(udev), in u3g_test_autoinst()
/freebsd/sys/dev/usb/input/
H A Dusbhid.c738 usb_get_manufacturer(udev), usb_get_product(udev)); in usbhid_fill_device_info()
/freebsd/sys/dev/usb/net/
H A Dif_usie.c255 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.c1208 usb_get_manufacturer(sc->sc_udev), in uaudio_attach_sub()