Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dusbdivar.h259 usbd_status usbd_new_device(struct device *, struct usbd_bus *,
H A Duhub.c596 if (usbd_new_device(&sc->sc_dev, sc->sc_hub->bus, sc->sc_hub->depth + 1, in uhub_port_connect()
H A Dusb.c234 if (usbd_new_device(&sc->sc_dev, sc->sc_bus, 0, sc->sc_speed, 0, in usb_attach_roothub()
H A Dusb_subr.c1005 usbd_new_device(struct device *parent, struct usbd_bus *bus, int depth, in usbd_new_device() function