Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusbdi.h181 void usbd_add_dev_event(int, struct usbd_device *);
H A Dusb_subr.c1599 usbd_add_dev_event(USB_EVENT_DEVICE_ATTACH, dev); in usbd_new_device()
1932 usbd_add_dev_event(USB_EVENT_DEVICE_DETACH, dev); in usb_disconnect_port()
H A Dusb.c1260 usbd_add_dev_event(int type, struct usbd_device *udev) in usbd_add_dev_event() function
H A Dxhci.c3000 usbd_add_dev_event(USB_EVENT_DEVICE_ATTACH, dev); in xhci_new_device()