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

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h241 struct work_struct tirq; /* Work Task for interrupt */ member in struct:tiwlan_net_dev
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c872 queue_work( drv->tiwlan_wq, &drv->tirq );
942 tiwlan_net_dev_t *drv = (tiwlan_net_dev_t *)container_of( work, struct tiwlan_net_dev, tirq );
1570 flush_work(&drv->tirq);
1660 INIT_WORK( &drv->tirq, tiwlan_irq_handler, &drv->tirq );
1664 INIT_WORK( &drv->tirq, tiwlan_irq_handler );

Completed in 53 milliseconds