Searched refs:ihl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/sys/dev/sound/isa/ |
| D | sbc.c | 69 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/ |
| D | pxa_gpio.c | 85 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()
|
| D | pxa_timer.c | 102 void *ihl; in pxa_timer_attach() local 125 pxa_hardclock, NULL, NULL, &ihl) != 0) { in pxa_timer_attach()
|
| /freebsd-9-stable/sys/arm/econa/ |
| D | timer.c | 330 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/ |
| D | ixp425_timer.c | 155 void *ihl; in cpu_initclocks() local 186 NULL, &ihl); in cpu_initclocks()
|
| /freebsd-9-stable/sys/arm/s3c2xx0/ |
| D | s3c24x0_clk.c | 157 void *ihl; in cpu_initclocks() local 204 clock_intr, NULL, NULL, &ihl); in cpu_initclocks()
|
| /freebsd-9-stable/sys/arm/xscale/i80321/ |
| D | i80321_timer.c | 360 void *ihl; in cpu_initclocks() local 397 NULL, &ihl); in cpu_initclocks()
|
| /freebsd-9-stable/sys/arm/mv/ |
| D | timer.c | 117 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/ |
| D | en_netdev.c | 312 ports = (const __be16 *)(skb->data + nhoff + 4 * ip->ihl); in mlx4_en_filter_rfs()
|