Lines Matching defs:dev
48 #include <dev/usb/usb_generic.h>
712 uhid_probe(device_t dev)
714 struct usb_attach_arg *uaa = device_get_ivars(dev);
733 uhid_attach(device_t dev)
735 struct usb_attach_arg *uaa = device_get_ivars(dev);
736 struct uhid_softc *sc = device_get_softc(dev);
737 int unit = device_get_unit(dev);
743 device_set_usb_desc(dev);
815 device_printf(dev, "no report descriptor\n");
891 uhid_detach(dev);
896 uhid_detach(device_t dev)
898 struct uhid_softc *sc = device_get_softc(dev);