Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c583 qos_activate); in rtl8192_qos_activate()
626 queue_work_rsl(priv->priv_wq, &priv->qos_activate); in rtl8192_qos_handle_probe_response()
635 queue_work_rsl(priv->priv_wq, &priv->qos_activate); in rtl8192_qos_handle_probe_response()
701 queue_work_rsl(priv->priv_wq, &priv->qos_activate); in rtl8192_qos_association_resp()
1246 INIT_WORK_RSL(&priv->qos_activate, (void *)rtl8192_qos_activate, dev); in rtl8192_init_priv_task()
2454 cancel_work_sync(&priv->qos_activate); in rtl8192_cancel_deferred_work()
Drtl_core.h656 struct work_struct qos_activate; member
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1816 struct r8192_priv *priv = container_of(work, struct r8192_priv, qos_activate); in rtl8192_qos_activate()
1876 queue_work(priv->priv_wq, &priv->qos_activate); in rtl8192_qos_handle_probe_response()
1885 queue_work(priv->priv_wq, &priv->qos_activate); in rtl8192_qos_handle_probe_response()
1953 queue_work(priv->priv_wq, &priv->qos_activate); in rtl8192_qos_association_resp()
2263 INIT_WORK(&priv->qos_activate, rtl8192_qos_activate); in rtl8192_init_priv_task()
4742 cancel_work_sync(&priv->qos_activate); in rtl8192_cancel_deferred_work()
Dr8192U.h946 struct work_struct qos_activate; member
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.h1363 struct work_struct qos_activate; member
Dipw2200.c6882 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response()
6896 schedule_work(&priv->qos_activate); in ipw_qos_handle_probe_response()
7117 schedule_work(&priv->qos_activate); in ipw_qos_association_resp()
7235 container_of(work, struct ipw_priv, qos_activate); in ipw_bg_qos_activate()
10706 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate); in ipw_setup_deferred_work()