Home
last modified time | relevance | path

Searched refs:usba_bind_driver (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h291 int usba_bind_driver(dev_info_t *);
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c969 if (usba_bind_driver(ia_dip) == USB_SUCCESS) { in usb_mid_create_children()
994 if (usba_bind_driver(cdip) == in usb_mid_create_children()
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c832 (void) usba_bind_driver(cdip); in usb_ia_create_children()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c6599 (void) usba_bind_driver(child_dip); in hubd_create_child()
6622 rval = usba_bind_driver(child_dip); in hubd_create_child()
6682 (void) usba_bind_driver(child_dip); in hubd_create_child()
H A Dusba.c3023 usba_bind_driver(dev_info_t *dip) in usba_bind_driver() function