Searched refs:usba_is_root_hub (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h269 int usba_is_root_hub(dev_info_t *dip);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c409 if (!(usba_is_root_hub(dip))) {
609 if (usba_is_root_hub(dip)) {
1650 if (usba_is_root_hub(hubd->h_dip)) {
1708 if (usba_is_root_hub(hubd->h_dip)) {
1848 if (usba_is_root_hub(dip)) {
2073 if (!usba_is_root_hub(dip)) {
2302 if (!usba_is_root_hub(dip)) {
2364 if (usba_is_root_hub(dip)) {
2452 while (!usba_is_root_hub(rh_dip)) {
2523 if (!usba_is_root_hub(di
[all...]
H A Dusbai.c1027 ASSERT(!usba_is_root_hub(dip));
1117 ASSERT(!usba_is_root_hub(dip));
H A Dusba.c202 !(usba_is_root_hub(hubdip))) {
261 usba_is_root_hub(hubdip) ? "root" : "external",
1378 usba_is_root_hub(dev_info_t *dip) function
1410 if (usba_is_root_hub(dip)) {
1429 * Don't call usba_is_root_hub() to find out if this is
1430 * the root hub usba_is_root_hub() calls into the DDI
1442 if (usba_is_root_hub(dip)) {
H A Dusbai_util.c591 if (usba_is_root_hub(dip)) {

Completed in 82 milliseconds