Home
last modified time | relevance | path

Searched refs:interrupt_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-mpfs.c123 u32 interrupt_type; in mpfs_gpio_irq_set_type() local
127 interrupt_type = MPFS_GPIO_TYPE_INT_EDGE_BOTH; in mpfs_gpio_irq_set_type()
130 interrupt_type = MPFS_GPIO_TYPE_INT_EDGE_NEG; in mpfs_gpio_irq_set_type()
133 interrupt_type = MPFS_GPIO_TYPE_INT_EDGE_POS; in mpfs_gpio_irq_set_type()
136 interrupt_type = MPFS_GPIO_TYPE_INT_LEVEL_HIGH; in mpfs_gpio_irq_set_type()
139 interrupt_type = MPFS_GPIO_TYPE_INT_LEVEL_LOW; in mpfs_gpio_irq_set_type()
144 MPFS_GPIO_TYPE_INT_MASK, interrupt_type); in mpfs_gpio_irq_set_type()
/linux/drivers/parisc/
H A Diosapic_private.h38 u8 interrupt_type; member
H A Diosapic.c337 p->entry_type, p->entry_length, p->interrupt_type, in iosapic_load_irt()
408 if (i->interrupt_type != IRT_VECTORED_INTR) { in irt_find_irqline()
409 …ULE_NAME ":find_irqline(0x%p): skipping entry %d interrupt_type %d\n", i, cnt, i->interrupt_type); in irt_find_irqline()
/linux/drivers/hv/
H A Dmshv_irq.c125 lirq->lapic_control.interrupt_type = (ent->girq_irq_data & 0x700) >> 8; in mshv_copy_girq_info()
H A Dmshv_eventfd.c93 if (hv_should_clear_interrupt(irqfd->irqfd_lapic_irq.lapic_control.interrupt_type)) in mshv_irqfd_resampler_ack()
/linux/include/hyperv/
H A Dhvhdk_mini.h432 u32 interrupt_type; member
/linux/arch/powerpc/platforms/ps3/
H A Ddevice-init.c184 enum ps3_interrupt_type interrupt_type, enum ps3_reg_type reg_type) in ps3_setup_uhc_device() argument
215 interrupt_type, &p->dev.interrupt_id); in ps3_setup_uhc_device()