Searched refs:ohci_htable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1389 ohcip->ohci_htable = kmem_zalloc(intr_size, KM_SLEEP);
1395 ret = ddi_intr_alloc(ohcip->ohci_dip, ohcip->ohci_htable,
1402 kmem_free(ohcip->ohci_htable, intr_size);
1413 (void) ddi_intr_free(ohcip->ohci_htable[i]);
1415 kmem_free(ohcip->ohci_htable, intr_size);
1422 if ((ret = ddi_intr_get_pri(ohcip->ohci_htable[0],
1428 (void) ddi_intr_free(ohcip->ohci_htable[i]);
1430 kmem_free(ohcip->ohci_htable, intr_size);
1445 (void) ddi_intr_free(ohcip->ohci_htable[i]);
1447 kmem_free(ohcip->ohci_htable, intr_siz
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h137 ddi_intr_handle_t *ohci_htable; /* intr handle */ member in struct:ohci_state

Completed in 54 milliseconds