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

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Dioctl_init.h69 #define IS_CONFIG_MGR_STARTED(d) (((tiwlan_net_dev_t *) (d)->priv)->started)
H A Desta_drv.h266 int started; /* 1=config manager started. 0=config manager stopped */ member in struct:tiwlan_net_dev
288 unsigned cpu_usage_estimator_start_time; /* Time measured when CPU estimation was started */
291 unsigned total_us_of_cpu_time; /* Total number of CPU time used by the driver since CPU estimator started */
292 unsigned total_us_of_bus_access_cpu_time; /* Total number of CPU time used by the bus driver since CPU estimator started */
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c1489 if (drv->started)
1491 /*ti_dprintf(TIWLAN_LOG_ERROR, "Attempt to start driver that has already started\n");*/
1499 drv->started = 1;
1530 if (drv->started)
1737 drv->started = 0;
1762 drv->started = 0;
H A Dosapi.c1557 percent = ( drv->started ) ? PWRSINK_WIFI_PERCENT_BASE : 0;

Completed in 50 milliseconds