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

  /src/sys/dev/acpi/
qcomgpio.c 525 struct qcomgpio_intr_handler *qih, *qihp; local
538 qih = kmem_alloc(sizeof(*qih), KM_SLEEP);
539 qih->ih_func = func;
540 qih->ih_arg = arg;
541 qih->ih_pin = pin;
542 qih->ih_type = (irqmode & GPIO_INTR_LEVEL_MASK) != 0 ?
544 snprintf(qih->ih_name, sizeof(qih->ih_name), "pin %d", pin);
549 if (qihp->ih_pin == qih->ih_pin)
603 struct qcomgpio_intr_handler *qih = ih; local
636 struct qcomgpio_intr_handler *qih = ih; local
651 struct qcomgpio_intr_handler *qih = ih; local
666 struct qcomgpio_intr_handler *qih; local
    [all...]

Completed in 51 milliseconds