Searched refs:irq_flags_ptr (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Dwl_android.h53 int wifi_get_irq_number(unsigned long *irq_flags_ptr);
H A Ddhd_custom_gpio.c47 int wifi_get_irq_number(unsigned long *irq_flags_ptr);
52 int wifi_get_irq_number(unsigned long *irq_flags_ptr) { return -1; } argument
76 * 2) irq_flags_ptr : Type of Host interrupt as Level or Edge
85 int dhd_customer_oob_irq_map(unsigned long *irq_flags_ptr) argument
90 host_oob_irq = wifi_get_irq_number(irq_flags_ptr);
H A Dwl_android.c760 int wifi_get_irq_number(unsigned long *irq_flags_ptr) argument
763 *irq_flags_ptr = wifi_irqres->flags & IRQF_TRIGGER_MASK;
H A Ddhd.h503 extern int dhd_customer_oob_irq_map(unsigned long *irq_flags_ptr);

Completed in 52 milliseconds