Searched refs:interrupt_pending (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h260 int interrupt_pending; /* 1=tasklet has to handle interrupts when awakes */ member in struct:tiwlan_net_dev
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c837 if (drv->interrupt_pending == 0)
845 drv->interrupt_pending = 1;
867 drv->interrupt_pending = 1;
1035 if (drv->interrupt_pending)
1037 drv->interrupt_pending = 0;
1346 drv->interrupt_pending = 0;

Completed in 6 milliseconds