HomeSort by: relevance | last modified time | path
    Searched defs:ih (Results 1 - 25 of 385) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/mips/atheros/dev/
ohci_arbus.c 88 void *ih = NULL; local
106 ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ohci_intr, sc);
107 if (ih == NULL)
116 if (ih != NULL)
117 arbus_intr_disestablish(ih);
  /src/sys/arch/mips/ingenic/
ingenic_ohci.c 79 void *ih; local
106 ih = evbmips_intr_establish(aa->aa_irq, ohci_intr, sc);
108 if (ih == NULL) {
128 if (ih) {
129 evbmips_intr_disestablish(ih);
ingenic_ehci.c 156 void *ih; local
186 ih = evbmips_intr_establish(aa->aa_irq, ehci_intr, sc);
188 if (ih == NULL) {
225 if (ih) {
226 evbmips_intr_disestablish(ih);
  /src/sys/arch/mvme68k/mvme68k/
isr.h 77 void *ih = m68k_intrvec_intrhand(vec); local
78 if (ih != NULL) {
79 m68k_intr_disestablish(ih);
  /src/sys/arch/news68k/news68k/
isr.h 65 void *ih = m68k_intrvec_intrhand(vec); local
66 if (ih != NULL) {
67 m68k_intr_disestablish(ih);
  /src/sys/arch/arm/acpi/
gtmr_acpi.c 72 void *ih; local
82 ih = intr_establish_xname(irq, ipl, type | IST_MPSAFE, gtmr_intr, NULL, device_xname(self));
83 if (ih == NULL) {
plcom_acpi.c 86 void *ih; local
131 ih = acpi_intr_establish(self, (uint64_t)aa->aa_node->ad_handle,
133 if (ih == NULL) {
  /src/sys/arch/arm/fdt/
smsh_fdt.c 78 void *ih; local
109 ih = fdtbus_intr_establish_xname(phandle, 0, IPL_NET, 0, lan9118_intr, sc,
111 if (ih == NULL) {
  /src/sys/arch/arm/gemini/
obio_lpchc.c 55 void *ih=NULL; local
74 ih = intr_establish(obio->obio_intr, IPL_SERIAL,
76 if (ih == NULL)
80 sc->sc_ih = ih;
  /src/sys/arch/evbarm/gumstix/
if_smsh_gxio.c 97 void *ih; local
123 ih = gxio_intr_establish(gxa->gxa_sc,
125 if (ih == NULL) {
  /src/sys/arch/evbarm/ifpga/
sm_ifpga.c 57 void *ih; member in struct:sm_ifpga_softc
88 isc->ih = ifpga_intr_establish(ifa->ifa_irq, IPL_NET, smc91cxx_intr, sc);
89 if (isc->ih == NULL) {
  /src/sys/arch/evbarm/viper/
if_sm_pxaip.c 61 void *ih; member in struct:sm_pxaip_softc
93 pxasc->ih = pxa2x0_gpio_intr_establish(paa->pxa_intr, IST_EDGE_RISING,
95 if (pxasc->ih == NULL) {
  /src/sys/arch/hpcarm/dev/
nbpmci.c 78 void *ih; local
81 ih = pxa2x0_gpio_intr_establish(9, IST_EDGE_BOTH, IPL_BIO,
83 if (ih == NULL) {
  /src/sys/arch/mips/alchemy/dev/
ohci_aubus.c 76 void *ih; local
139 ih = au_intr_establish(aa->aa_irq[0], 0, IPL_USB, IST_LEVEL_LOW,
141 if (ih == NULL) {
150 au_intr_disestablish(ih);
  /src/sys/arch/mips/rmi/
rmixl_ehci.c 82 void *ih = NULL; local
125 ih = rmixl_usbi_intr_establish(device_private(parent),
127 if (ih == NULL)
135 if (ih != NULL)
136 rmixl_intr_disestablish(ih);
rmixl_ohci.c 83 void *ih = NULL; local
111 ih = rmixl_usbi_intr_establish(device_private(parent),
113 if (ih == NULL)
124 if (ih != NULL)
125 rmixl_intr_disestablish(ih);
  /src/sys/arch/xen/include/
evtchn.h 63 struct intrhand *ih; member in struct:pintrhand
  /src/sys/dev/acpi/
acpi_ged.c 82 void *ih; local
84 ih = acpi_intr_establish_irq(dev, irq, IPL_VM, true,
86 if (ih == NULL) {
90 acpi_event_set_intrcookie(ev, ih);
ahcisata_acpi.c 79 void *ih; local
115 ih = acpi_intr_establish(self,
118 if (ih == NULL) {
amdccp_acpi.c 71 void *ih; local
95 ih = acpi_intr_establish(self,
98 if (ih == NULL) {
  /src/sys/dev/pci/
universe_pci_var.h 40 void *ih; member in struct:univ_pci_data
  /src/sys/arch/alpha/sableio/
com_sableio.c 95 pci_intr_handle_t ih; local
110 alpha_pci_intr_handle_init(&ih, sa->sa_sableirq[0], 0);
112 intrstr = pci_intr_string(sa->sa_pc, ih, buf, sizeof(buf));
113 ssc->sc_ih = pci_intr_establish(sa->sa_pc, ih, IPL_SERIAL,
fdc_sableio.c 87 pci_intr_handle_t ih; local
114 alpha_pci_intr_handle_init(&ih, sa->sa_sableirq[0], 0);
116 intrstr = pci_intr_string(sa->sa_pc, ih, buf, sizeof(buf));
117 fdc->sc_ih = pci_intr_establish(sa->sa_pc, ih, IPL_BIO,
lpt_sableio.c 94 pci_intr_handle_t ih; local
110 alpha_pci_intr_handle_init(&ih, sa->sa_sableirq[0], 0);
112 intrstr = pci_intr_string(sa->sa_pc, ih, buf, sizeof(buf));
113 ssc->sc_ih = pci_intr_establish(sa->sa_pc, ih, IPL_TTY, lptintr, sc);
  /src/sys/arch/arc/isa/
timer_isa.c 135 void *ih; local
146 ih = isa_intr_establish(ia->ia_ic, ia->ia_irq[0].ir_irq, IST_PULSE,
149 if (ih == NULL)

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>