Searched refs:tw (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h242 struct work_struct tw; /* Work Task for other stuff */ member in struct:tiwlan_net_dev
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c982 tiwlan_net_dev_t *drv = (tiwlan_net_dev_t *)container_of( work, struct tiwlan_net_dev, tw );
1145 queue_work( drv->tiwlan_wq, &drv->tw );
1571 flush_work(&drv->tw);
1658 INIT_WORK( &drv->tw, tiwlan_work_handler, &drv->tw );
1662 INIT_WORK( &drv->tw, tiwlan_work_handler );
H A Dosapi.c269 queue_work( drv->tiwlan_wq, &drv->tw );
1503 queue_work( drv->tiwlan_wq, &drv->tw );

Completed in 68 milliseconds