Home
last modified time | relevance | path

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.c1386 kmem_free(ohcip->ohci_htable, intr_size); in ohci_add_intrs()
1397 (void) ddi_intr_free(ohcip->ohci_htable[i]); in ohci_add_intrs()
1399 kmem_free(ohcip->ohci_htable, intr_size); in ohci_add_intrs()
1412 (void) ddi_intr_free(ohcip->ohci_htable[i]); in ohci_add_intrs()
1414 kmem_free(ohcip->ohci_htable, intr_size); in ohci_add_intrs()
1429 (void) ddi_intr_free(ohcip->ohci_htable[i]); in ohci_add_intrs()
1431 kmem_free(ohcip->ohci_htable, intr_size); in ohci_add_intrs()
1453 kmem_free(ohcip->ohci_htable, intr_size); in ohci_add_intrs()
1470 kmem_free(ohcip->ohci_htable, intr_size); in ohci_add_intrs()
2307 (void) ddi_intr_free(ohcip->ohci_htable[i]); in ohci_rem_intrs()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h137 ddi_intr_handle_t *ohci_htable; /* intr handle */ member