HomeSort by relevance Sort by last modified time
    Searched refs:tiwlan_wq (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
WlanDrvIf.h 59 #define DRIVERWQ_NAME "tiwlan_wq"
110 struct workqueue_struct *tiwlan_wq; /* Work Queue */ member in struct:__anon18983
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 881 drv->tiwlan_wq = create_freezeable_workqueue(DRIVERWQ_NAME);
882 if (!drv->tiwlan_wq) {
972 if (drv->tiwlan_wq)
973 destroy_workqueue(drv->tiwlan_wq);
1002 if (drv->tiwlan_wq) {
1004 flush_workqueue(drv->tiwlan_wq);
1034 if (drv->tiwlan_wq)
1035 destroy_workqueue(drv->tiwlan_wq);
    [all...]
osapi.c 726 if( !queue_work(drv->tiwlan_wq, &drv->tWork) ) {

Completed in 27 milliseconds