Home
last modified time | relevance | path

Searched refs:ihl (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/dev/sound/isa/
Dsbc.c69 struct sbc_ihl ihl[IRQ_MAX]; member
448 scp->ihl[i].parent = scp; in sbc_attach()
449 if (snd_setup_intr(dev, scp->irq[i], 0, sbc_intr, &scp->ihl[i], &scp->ih[i])) in sbc_attach()
501 struct sbc_ihl *ihl = p; in sbc_intr() local
507 if (ihl->intr[i] != NULL) ihl->intr[i](ihl->intr_arg[i]); in sbc_intr()
522 struct sbc_ihl *ihl = NULL; in sbc_setup_intr() local
534 if (irq == scp->irq[i]) ihl = &scp->ihl[i]; in sbc_setup_intr()
538 if (ihl == NULL) ret = EINVAL; in sbc_setup_intr()
541 if (ihl->intr[i] == NULL) { in sbc_setup_intr()
542 ihl->intr[i] = intr; in sbc_setup_intr()
[all …]
/freebsd-9-stable/sys/arm/xscale/pxa/
Dpxa_gpio.c85 void *ihl; in pxa_gpio_attach() local
117 pxa_gpio_intr0, NULL, sc, &ihl) != 0) { in pxa_gpio_attach()
124 pxa_gpio_intr1, NULL, sc, &ihl) != 0) { in pxa_gpio_attach()
131 pxa_gpio_intrN, NULL, sc, &ihl) != 0) { in pxa_gpio_attach()
Dpxa_timer.c102 void *ihl; in pxa_timer_attach() local
125 pxa_hardclock, NULL, NULL, &ihl) != 0) { in pxa_timer_attach()
/freebsd-9-stable/sys/arm/econa/
Dtimer.c330 void *ihl; in ec_timer_attach() local
352 ec_hardclock, NULL, NULL, &ihl) != 0) { in ec_timer_attach()
359 ec_reset, NULL, NULL, &ihl) != 0) { in ec_timer_attach()
/freebsd-9-stable/sys/arm/xscale/ixp425/
Dixp425_timer.c155 void *ihl; in cpu_initclocks() local
186 NULL, &ihl); in cpu_initclocks()
/freebsd-9-stable/sys/arm/s3c2xx0/
Ds3c24x0_clk.c157 void *ihl; in cpu_initclocks() local
204 clock_intr, NULL, NULL, &ihl); in cpu_initclocks()
/freebsd-9-stable/sys/arm/xscale/i80321/
Di80321_timer.c360 void *ihl; in cpu_initclocks() local
397 NULL, &ihl); in cpu_initclocks()
/freebsd-9-stable/sys/arm/mv/
Dtimer.c117 void *ihl; in mv_timer_attach() local
141 mv_hardclock, NULL, sc, &ihl) != 0) { in mv_timer_attach()
/freebsd-9-stable/sys/ofed/drivers/net/mlx4/
Den_netdev.c312 ports = (const __be16 *)(skb->data + nhoff + 4 * ip->ihl); in mlx4_en_filter_rfs()