dwc_otg_attach
return (dwc_otg_attach(dev));
DEVMETHOD(device_attach, dwc_otg_attach),
static device_attach_t dwc_otg_attach;
DEVMETHOD(device_attach, dwc_otg_attach),
device_attach_t dwc_otg_attach;
return (dwc_otg_attach(dev));