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

  /src/sys/dev/ic/
igpio.c 61 struct igpio_intr *ib_intr; member in struct:igpio_bank
322 ib->ib_intr =
323 kmem_zalloc(sizeof(*ib->ib_intr) * npins, KM_SLEEP);
383 if (ib->ib_intr != NULL) {
384 kmem_free(ib->ib_intr, sizeof(*ib->ib_intr) * npins);
385 ib->ib_intr = NULL;
613 ii = &ib->ib_intr[pin];
785 func = ib->ib_intr[pin].ii_func;
786 arg = ib->ib_intr[pin].ii_arg
    [all...]

Completed in 14 milliseconds