Searched refs:irq_flags (Results 1 – 2 of 2) sorted by relevance
211 drv->irq_flags = wifi_irqres->flags & IRQF_TRIGGER_MASK; in hPlatform_Wlan_Hardware_Init()215 drv->irq_flags = (unsigned long)IRQF_TRIGGER_FALLING; in hPlatform_Wlan_Hardware_Init()250 printk("drv->irq = %u, %lx\n", drv->irq, drv->irq_flags); in hPlatform_initInterrupt()251 if ((rc = request_irq(drv->irq, handle_add, drv->irq_flags, drv->netdev->name, drv))) in hPlatform_initInterrupt()
109 unsigned long irq_flags; /* The IRQ flags */ member