Lines Matching defs:dev
641 axe_probe(device_t dev)
643 struct usb_attach_arg *uaa = device_get_ivars(dev);
691 axe_attach(device_t dev)
693 struct usb_attach_arg *uaa = device_get_ivars(dev);
694 struct axe_softc *sc = device_get_softc(dev);
701 device_set_usb_desc(dev);
703 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), NULL, MTX_RECURSE);
709 device_printf(dev, "allocating USB transfers failed\n");
714 ue->ue_dev = dev;
720 device_printf(dev, "could not attach interface\n");
726 (void) axe_detach(dev);
731 axe_detach(device_t dev)
733 struct axe_softc *sc = device_get_softc(dev);