Lines Matching defs:dev
667 u3g_attach(device_t dev)
670 struct usb_attach_arg *uaa = (struct usb_attach_arg *)device_get_ivars(dev);
671 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev);
691 device_set_usb_desc(dev);
744 device_printf(dev, "no ports found\n");
756 ucom_set_pnpinfo_usb(&sc->sc_super_ucom, dev);
757 device_printf(dev, "Found %u port%s.\n", sc->sc_numports,
763 (void)u3g_detach(dev);
768 u3g_detach(device_t dev)
770 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev);