Home
last modified time | relevance | path

Searched refs:irq_flags (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/hw/linux/
Dhost_platform.c211 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()
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
DWlanDrvIf.h109 unsigned long irq_flags; /* The IRQ flags */ member