Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h291 int usba_bind_driver(dev_info_t *);
/titanic_41/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()
/titanic_41/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c831 (void) usba_bind_driver(cdip); in usb_ia_create_children()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c6283 (void) usba_bind_driver(child_dip); in hubd_create_child()
6306 rval = usba_bind_driver(child_dip); in hubd_create_child()
6366 (void) usba_bind_driver(child_dip); in hubd_create_child()
H A Dusba.c3019 usba_bind_driver(dev_info_t *dip) in usba_bind_driver() function