Home
last modified time | relevance | path

Searched refs:qos_activate (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c387 qos_activate); in _rtl92e_qos_activate()
430 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response()
439 schedule_work(&priv->qos_activate); in _rtl92e_qos_handle_probe_response()
505 schedule_work(&priv->qos_activate); in _rtl92e_qos_assoc_resp()
1009 INIT_WORK_RSL(&priv->qos_activate, (void *)_rtl92e_qos_activate, dev); in _rtl92e_init_priv_task()
2138 cancel_work_sync(&priv->qos_activate); in _rtl92e_cancel_deferred_work()
Drtl_core.h406 struct work_struct qos_activate; member
/drivers/staging/rtl8192u/
Dr8192U_core.c1755 qos_activate); in rtl8192_qos_activate()
1821 schedule_work(&priv->qos_activate); in rtl8192_qos_handle_probe_response()
1830 schedule_work(&priv->qos_activate); in rtl8192_qos_handle_probe_response()
1900 schedule_work(&priv->qos_activate); in rtl8192_qos_association_resp()
2215 INIT_WORK(&priv->qos_activate, rtl8192_qos_activate); in rtl8192_init_priv_task()
4772 cancel_work_sync(&priv->qos_activate); in rtl8192_cancel_deferred_work()
Dr8192U.h882 struct work_struct qos_activate; member
/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h1349 struct work_struct qos_activate; member
Dipw2200.c6856 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response()
6870 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response()
7090 schedule_work(&priv->qos_activate); in ipw_qos_association_resp()
7206 container_of(work, struct ipw_priv, qos_activate); in ipw_bg_qos_activate()
10672 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate); in ipw_setup_deferred_work()