Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dif_upgt.c96 static int upgt_device_type(struct upgt_softc *, uint16_t, uint16_t);
249 if (upgt_device_type(sc, uaa->uaa_vendor, uaa->uaa_product) != 0) in upgt_attach()
578 upgt_device_type(struct upgt_softc *sc, uint16_t vendor, uint16_t product) in upgt_device_type() function